forked from pnggroup/libpng
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Move scripts/*.cmake.in to scripts/cmake/; add cmake/AUTHORS.md
From the libpng licensing point of view, the build projects, the build scripts, the test scripts, the CI verification scripts, et cetera, have not traditionally been part of libpng proper, although some of these, including the CMake-based build, have been released under the libpng license. Considering how the CMake build grew as a result of many contributions from many contributing authors over a long time, one may argue that it almost became an individual piece of software in its own right. Moving on, everything CMake-related shall be placed in the subdirectory scripts/cmake/ (except, of course, the main CMakeLists.txt). Moreover, contributing authors shall be acknowledged in scripts/cmake/AUTHORS.md. Please see scripts/cmake/README.md for more information.
- Loading branch information
Showing
7 changed files
with
133 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
CMake Files, Lists and Scripts for the PNG Reference Library | ||
============================================================ | ||
|
||
Author List | ||
----------- | ||
|
||
* Alex Gaynor | ||
* Andreas Franek | ||
* B. Scott Michel | ||
* Cameron Cawley | ||
* Christian Ehrlicher | ||
* Christopher Sean Morrison | ||
* Claudio Bley | ||
* Clifford Yapp | ||
* Clinton Ingram | ||
* Cosmin Truta | ||
* David Callu | ||
* Gleb Mazovetskiy | ||
* Glenn Randers-Pehrson | ||
* Gunther Nikl | ||
* Jeremy Maitin-Shepard | ||
* John Bowler | ||
* Jon Creighton | ||
* Kyle Bentley | ||
* Martin Storsjö | ||
* Owen Rudge | ||
* Roger Leigh | ||
* Roger Lowman | ||
* Sam Serrels | ||
* Simon Hausmann | ||
* Steve Robinson | ||
* Timothy Lyanguzov | ||
* Tyler Kropp | ||
* Vadim Barkov | ||
* Vicky Pfau |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
CMake Files, Lists and Scripts for the PNG Reference Library | ||
============================================================ | ||
|
||
Copyright Notice | ||
---------------- | ||
|
||
* Copyright (c) 2018-2024 Cosmin Truta. | ||
* Copyright (c) 2007-2018 Glenn Randers-Pehrson. | ||
* Originally written by Christian Ehrlicher, 2007. | ||
|
||
Use, modification and distribution of the CMake | ||
files in the libpng distribution are subject to | ||
the same licensing terms and conditions as libpng. | ||
Please see the copyright notice in `png.h` or visit | ||
http://libpng.org/pub/png/src/libpng-LICENSE.txt | ||
|
||
File List | ||
--------- | ||
|
||
CMakeLists.txt ==> The main CMake lists file | ||
scripts/cmake/AUTHORS.md ==> The Authors file | ||
scripts/cmake/README.md ==> This file | ||
scripts/cmake/genchk.cmake.in ==> Template for genchk.cmake | ||
scripts/cmake/genout.cmake.in ==> Template for genout.cmake | ||
scripts/cmake/gensrc.cmake.in ==> Template for gensrc.cmake | ||
scripts/cmake/test.cmake.in ==> Template for test.cmake | ||
|
||
Acknowledgements | ||
---------------- | ||
|
||
See the accompanying file `scripts/cmake/AUTHORS.md` | ||
for the list of Contributing Authors. | ||
|
||
If you are a Contributing Author, please make sure | ||
that you are being acknowledged. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters