diff --git a/LICENSE b/LICENSE index f7884e2..1da5c93 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2010-2021, Olav Sørensen +Copyright (c) 2010-2023, Olav Sørensen All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/LICENSES.txt b/LICENSES.txt index 8a17837..cd70216 100644 --- a/LICENSES.txt +++ b/LICENSES.txt @@ -4,4 +4,4 @@ Source code (BSD 3-clause): src\LICENSE.txt SDL2: -vs2019_project\pt2-clone\sdl\COPYING.txt \ No newline at end of file +vs2019_project\pt2-clone\sdl\LICENSE.txt \ No newline at end of file diff --git a/release/LICENSES.txt b/release/LICENSES.txt index 16c7489..795af27 100644 --- a/release/LICENSES.txt +++ b/release/LICENSES.txt @@ -67,8 +67,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------------------------ SDL (Simple DirectMedia Layer) ------------------------ -------------------------------------------------------------------------------- -Simple DirectMedia Layer -Copyright (C) 1997-2020 Sam Lantinga +Copyright (C) 1997-2023 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/vs2019_project/pt2-clone/sdl/COPYING.txt b/vs2019_project/pt2-clone/sdl/LICENSE.txt similarity index 90% rename from vs2019_project/pt2-clone/sdl/COPYING.txt rename to vs2019_project/pt2-clone/sdl/LICENSE.txt index 0e2bef3..83d8937 100644 --- a/vs2019_project/pt2-clone/sdl/COPYING.txt +++ b/vs2019_project/pt2-clone/sdl/LICENSE.txt @@ -1,6 +1,4 @@ - -Simple DirectMedia Layer -Copyright (C) 1997-2020 Sam Lantinga +Copyright (C) 1997-2023 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/vs2019_project/pt2-clone/sdl/README-SDL.txt b/vs2019_project/pt2-clone/sdl/README-SDL.txt deleted file mode 100644 index 8d92955..0000000 --- a/vs2019_project/pt2-clone/sdl/README-SDL.txt +++ /dev/null @@ -1,13 +0,0 @@ - -Please distribute this file with the SDL runtime environment: - -The Simple DirectMedia Layer (SDL for short) is a cross-platform library -designed to make it easy to write multi-media software, such as games -and emulators. - -The Simple DirectMedia Layer library source code is available from: -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/vs2019_project/pt2-clone/sdl/README.txt b/vs2019_project/pt2-clone/sdl/README.txt deleted file mode 100644 index 431ba0e..0000000 --- a/vs2019_project/pt2-clone/sdl/README.txt +++ /dev/null @@ -1,21 +0,0 @@ - - Simple DirectMedia Layer - - (SDL) - - Version 2.0 - ---- -https://www.libsdl.org/ - -Simple DirectMedia Layer is a cross-platform development library designed -to provide low level access to audio, keyboard, mouse, joystick, and graphics -hardware via OpenGL and Direct3D. It is used by video playback software, -emulators, and popular games including Valve's award winning catalog -and many Humble Bundle games. - -More extensive documentation is available in the docs directory, starting -with README.md - -Enjoy! - Sam Lantinga (slouken@libsdl.org)