From 88e9857e652184eab5a1a61e20746ef4484f1ff3 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Mon, 13 Jul 2020 15:19:30 -0400 Subject: [PATCH] Include giflib's copyright notice --- CMakeLists.txt | 2 +- libs/giflib/COPYING | 19 +++++++++++++++++++ libs/{libgif => giflib}/gif_lib.h | 0 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 libs/giflib/COPYING rename libs/{libgif => giflib}/gif_lib.h (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 264aa5d..561099f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ set(VITA_MKSFOEX_FLAGS "${VITA_MKSFOEX_FLAGS} -d PARENTAL_LEVEL=1") # Add any additional include paths here include_directories( libs/imgui - libs/libgif + libs/giflib libs/libnsbmp libs/libtiff libs/turbojpeg diff --git a/libs/giflib/COPYING b/libs/giflib/COPYING new file mode 100644 index 0000000..b9c0b50 --- /dev/null +++ b/libs/giflib/COPYING @@ -0,0 +1,19 @@ +The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/libs/libgif/gif_lib.h b/libs/giflib/gif_lib.h similarity index 100% rename from libs/libgif/gif_lib.h rename to libs/giflib/gif_lib.h