From 125f95ef22eaf0dee22039879fe74af94097e9c5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 16 Dec 2018 18:59:21 -0500 Subject: [PATCH] Updated a few details that changed in the last four years. --- BUGS | 6 +++--- COPYING | 2 +- INSTALL | 8 ++------ README | 7 ++++--- README-SDL.txt | 2 +- src/SDL12_compat.c | 2 +- src/SDL20_include_wrapper.h | 2 +- src/SDL20_syms.h | 2 +- 8 files changed, 14 insertions(+), 17 deletions(-) diff --git a/BUGS b/BUGS index 218bf3d15..61ba38418 100644 --- a/BUGS +++ b/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. diff --git a/COPYING b/COPYING index 397e7b45d..694e58a09 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Simple DirectMedia Layer -Copyright (C) 1997-2013 Sam Lantinga +Copyright (C) 1997-2018 Sam Lantinga This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/INSTALL b/INSTALL index 9d479c668..3cb44ec21 100644 --- a/INSTALL +++ b/INSTALL @@ -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 + diff --git a/README b/README index f3a2d359d..286c550f9 100644 --- a/README +++ b/README @@ -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, @@ -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. diff --git a/README-SDL.txt b/README-SDL.txt index 4f65aaa6f..53357216a 100644 --- a/README-SDL.txt +++ b/README-SDL.txt @@ -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 diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c index 49172f7eb..99703ce23 100644 --- a/src/SDL12_compat.c +++ b/src/SDL12_compat.c @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2013 Sam Lantinga + Copyright (C) 1997-2018 Sam Lantinga This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/SDL20_include_wrapper.h b/src/SDL20_include_wrapper.h index cd5c45de2..cea5e9ef4 100644 --- a/src/SDL20_include_wrapper.h +++ b/src/SDL20_include_wrapper.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2013 Sam Lantinga + Copyright (C) 1997-2018 Sam Lantinga This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/SDL20_syms.h b/src/SDL20_syms.h index 378200cba..b41118876 100644 --- a/src/SDL20_syms.h +++ b/src/SDL20_syms.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2013 Sam Lantinga + Copyright (C) 1997-2018 Sam Lantinga This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages