Skip to content

Commit

Permalink
Updated a few details that changed in the last four years.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 16, 2018
1 parent a83861d commit 125f95e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 17 deletions.
6 changes: 3 additions & 3 deletions BUGS
@@ -1,16 +1,16 @@

Bugs are now managed in the SDL bug tracker, here:

http://bugzilla.libsdl.org/
https://bugzilla.libsdl.org/

You may report bugs there, and search to see if a given issue has already
been reported, discussed, and maybe even fixed.



You may also find help at the SDL mailing list. Subscription information:
You may also find help at the SDL forums:

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
https://discourse.libsdl.org/

Bug reports are welcome here, but we really appreciate if you use Bugzilla, as
bugs discussed on the mailing list may be forgotten or missed.
Expand Down
2 changes: 1 addition & 1 deletion COPYING
@@ -1,6 +1,6 @@

Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
8 changes: 2 additions & 6 deletions INSTALL
Expand Up @@ -7,12 +7,8 @@ To compile and install SDL:
2. Look at the example programs in ./test, and check out the HTML
documentation in ./docs to see how to use the SDL library.

3. Join the SDL developer mailing list by sending E-mail to
sdl-request@libsdl.org
and put "subscribe" in the subject of the message.

Or alternatively you can use the web interface:
http://www.libsdl.org/mailing-list.php
3. Join the SDL developer forums at https://discourse.libsdl.org/

That's it!
Sam Lantinga <slouken@libsdl.org>

7 changes: 4 additions & 3 deletions README
Expand Up @@ -6,7 +6,7 @@
Version 1.2-COMPAT

---
http://www.libsdl.org/
https://www.libsdl.org/

This is the Simple DirectMedia Layer, a general API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
Expand All @@ -15,8 +15,9 @@ and 2D framebuffer across multiple platforms.
This code is a compatibility layer; it provides a binary-compatible API for
programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes. If
you are writing new code, please target SDL 2.0 directly and do not use this
branch.
layer.

If you absolutely must have the real SDL 1.2 ("SDL 1.2 Classic"), please use
the SDL-1.2-classic branch. But we strongly encourage you not to do that.
the SDL-1.2 branch at https://hg.libsdl.org/SDL, which occasionally gets
bug fixes but no formal release. But we strongly encourage you not to do that.

2 changes: 1 addition & 1 deletion README-SDL.txt
Expand Up @@ -9,7 +9,7 @@ This implementation is a simple compatibility library that bridges the
SDL 1.2 API to SDL 2.0.

The Simple DirectMedia Layer library source code is available from:
http://www.libsdl.org/
https://www.libsdl.org/

This library is distributed under the terms of the zlib license:
http://www.zlib.net/zlib_license.html
Expand Down
2 changes: 1 addition & 1 deletion src/SDL12_compat.c
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
2 changes: 1 addition & 1 deletion src/SDL20_include_wrapper.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
2 changes: 1 addition & 1 deletion src/SDL20_syms.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down

0 comments on commit 125f95e

Please sign in to comment.