Skip to content

Commit 3b0630f

Browse files
committed
Release 5.5.0
1 parent 40f07b2 commit 3b0630f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2770
-711
lines changed

ACKNOWLEDGEMENTS.md

Lines changed: 139 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,6 +2306,145 @@ desirable to choose a license that granted us the same protections for new code
23062306
that were granted to the IJG for code derived from their software.
23072307

23082308

2309+
--------------------------------------------------------------------------------
2310+
## libpng (http://www.libpng.org/pub/png/libpng.html)
2311+
2312+
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
2313+
=========================================
2314+
2315+
PNG Reference Library License version 2
2316+
---------------------------------------
2317+
2318+
* Copyright (c) 1995-2018 The PNG Reference Library Authors.
2319+
* Copyright (c) 2018 Cosmin Truta.
2320+
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
2321+
* Copyright (c) 1996-1997 Andreas Dilger.
2322+
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
2323+
2324+
The software is supplied "as is", without warranty of any kind,
2325+
express or implied, including, without limitation, the warranties
2326+
of merchantability, fitness for a particular purpose, title, and
2327+
non-infringement. In no even shall the Copyright owners, or
2328+
anyone distributing the software, be liable for any damages or
2329+
other liability, whether in contract, tort or otherwise, arising
2330+
from, out of, or in connection with the software, or the use or
2331+
other dealings in the software, even if advised of the possibility
2332+
of such damage.
2333+
2334+
Permission is hereby granted to use, copy, modify, and distribute
2335+
this software, or portions hereof, for any purpose, without fee,
2336+
subject to the following restrictions:
2337+
2338+
1. The origin of this software must not be misrepresented; you
2339+
must not claim that you wrote the original software. If you
2340+
use this software in a product, an acknowledgment in the product
2341+
documentation would be appreciated, but is not required.
2342+
2343+
2. Altered source versions must be plainly marked as such, and must
2344+
not be misrepresented as being the original software.
2345+
2346+
3. This Copyright notice may not be removed or altered from any
2347+
source or altered source distribution.
2348+
2349+
2350+
PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
2351+
-----------------------------------------------------------------------
2352+
2353+
libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
2354+
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
2355+
derived from libpng-1.0.6, and are distributed according to the same
2356+
disclaimer and license as libpng-1.0.6 with the following individuals
2357+
added to the list of Contributing Authors:
2358+
2359+
Simon-Pierre Cadieux
2360+
Eric S. Raymond
2361+
Mans Rullgard
2362+
Cosmin Truta
2363+
Gilles Vollant
2364+
James Yu
2365+
Mandar Sahastrabuddhe
2366+
Google Inc.
2367+
Vadim Barkov
2368+
2369+
and with the following additions to the disclaimer:
2370+
2371+
There is no warranty against interference with your enjoyment of
2372+
the library or against infringement. There is no warranty that our
2373+
efforts or the library will fulfill any of your particular purposes
2374+
or needs. This library is provided with all faults, and the entire
2375+
risk of satisfactory quality, performance, accuracy, and effort is
2376+
with the user.
2377+
2378+
Some files in the "contrib" directory and some configure-generated
2379+
files that are distributed with libpng have other copyright owners, and
2380+
are released under other open source licenses.
2381+
2382+
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
2383+
Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
2384+
libpng-0.96, and are distributed according to the same disclaimer and
2385+
license as libpng-0.96, with the following individuals added to the
2386+
list of Contributing Authors:
2387+
2388+
Tom Lane
2389+
Glenn Randers-Pehrson
2390+
Willem van Schaik
2391+
2392+
libpng versions 0.89, June 1996, through 0.96, May 1997, are
2393+
Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
2394+
and are distributed according to the same disclaimer and license as
2395+
libpng-0.88, with the following individuals added to the list of
2396+
Contributing Authors:
2397+
2398+
John Bowler
2399+
Kevin Bracey
2400+
Sam Bushell
2401+
Magnus Holmgren
2402+
Greg Roelofs
2403+
Tom Tanner
2404+
2405+
Some files in the "scripts" directory have other copyright owners,
2406+
but are released under this license.
2407+
2408+
libpng versions 0.5, May 1995, through 0.88, January 1996, are
2409+
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
2410+
2411+
For the purposes of this copyright and license, "Contributing Authors"
2412+
is defined as the following set of individuals:
2413+
2414+
Andreas Dilger
2415+
Dave Martindale
2416+
Guy Eric Schalnat
2417+
Paul Schmidt
2418+
Tim Wegner
2419+
2420+
The PNG Reference Library is supplied "AS IS". The Contributing
2421+
Authors and Group 42, Inc. disclaim all warranties, expressed or
2422+
implied, including, without limitation, the warranties of
2423+
merchantability and of fitness for any purpose. The Contributing
2424+
Authors and Group 42, Inc. assume no liability for direct, indirect,
2425+
incidental, special, exemplary, or consequential damages, which may
2426+
result from the use of the PNG Reference Library, even if advised of
2427+
the possibility of such damage.
2428+
2429+
Permission is hereby granted to use, copy, modify, and distribute this
2430+
source code, or portions hereof, for any purpose, without fee, subject
2431+
to the following restrictions:
2432+
2433+
1. The origin of this source code must not be misrepresented.
2434+
2435+
2. Altered versions must be plainly marked as such and must not
2436+
be misrepresented as being the original source.
2437+
2438+
3. This Copyright notice may not be removed or altered from any
2439+
source or altered source distribution.
2440+
2441+
The Contributing Authors and Group 42, Inc. specifically permit,
2442+
without fee, and encourage the use of this source code as a component
2443+
to supporting the PNG file format in commercial products. If you use
2444+
this source code in a product, acknowledgment is not required but would
2445+
be appreciated.
2446+
2447+
23092448
--------------------------------------------------------------------------------
23102449
## magic_enum (https://github.com/Neargye/magic_enum)
23112450

@@ -3617,145 +3756,6 @@ freely, subject to the following restrictions:
36173756
misrepresented as being the original software.
36183757
3. This notice may not be removed or altered from any source distribution.
36193758

3620-
--------------------------------------------------------------------------------
3621-
## libpng (http://www.libpng.org/pub/png/libpng.html)
3622-
3623-
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
3624-
=========================================
3625-
3626-
PNG Reference Library License version 2
3627-
---------------------------------------
3628-
3629-
* Copyright (c) 1995-2018 The PNG Reference Library Authors.
3630-
* Copyright (c) 2018 Cosmin Truta.
3631-
* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
3632-
* Copyright (c) 1996-1997 Andreas Dilger.
3633-
* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
3634-
3635-
The software is supplied "as is", without warranty of any kind,
3636-
express or implied, including, without limitation, the warranties
3637-
of merchantability, fitness for a particular purpose, title, and
3638-
non-infringement. In no even shall the Copyright owners, or
3639-
anyone distributing the software, be liable for any damages or
3640-
other liability, whether in contract, tort or otherwise, arising
3641-
from, out of, or in connection with the software, or the use or
3642-
other dealings in the software, even if advised of the possibility
3643-
of such damage.
3644-
3645-
Permission is hereby granted to use, copy, modify, and distribute
3646-
this software, or portions hereof, for any purpose, without fee,
3647-
subject to the following restrictions:
3648-
3649-
1. The origin of this software must not be misrepresented; you
3650-
must not claim that you wrote the original software. If you
3651-
use this software in a product, an acknowledgment in the product
3652-
documentation would be appreciated, but is not required.
3653-
3654-
2. Altered source versions must be plainly marked as such, and must
3655-
not be misrepresented as being the original software.
3656-
3657-
3. This Copyright notice may not be removed or altered from any
3658-
source or altered source distribution.
3659-
3660-
3661-
PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
3662-
-----------------------------------------------------------------------
3663-
3664-
libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
3665-
Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
3666-
derived from libpng-1.0.6, and are distributed according to the same
3667-
disclaimer and license as libpng-1.0.6 with the following individuals
3668-
added to the list of Contributing Authors:
3669-
3670-
Simon-Pierre Cadieux
3671-
Eric S. Raymond
3672-
Mans Rullgard
3673-
Cosmin Truta
3674-
Gilles Vollant
3675-
James Yu
3676-
Mandar Sahastrabuddhe
3677-
Google Inc.
3678-
Vadim Barkov
3679-
3680-
and with the following additions to the disclaimer:
3681-
3682-
There is no warranty against interference with your enjoyment of
3683-
the library or against infringement. There is no warranty that our
3684-
efforts or the library will fulfill any of your particular purposes
3685-
or needs. This library is provided with all faults, and the entire
3686-
risk of satisfactory quality, performance, accuracy, and effort is
3687-
with the user.
3688-
3689-
Some files in the "contrib" directory and some configure-generated
3690-
files that are distributed with libpng have other copyright owners, and
3691-
are released under other open source licenses.
3692-
3693-
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
3694-
Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
3695-
libpng-0.96, and are distributed according to the same disclaimer and
3696-
license as libpng-0.96, with the following individuals added to the
3697-
list of Contributing Authors:
3698-
3699-
Tom Lane
3700-
Glenn Randers-Pehrson
3701-
Willem van Schaik
3702-
3703-
libpng versions 0.89, June 1996, through 0.96, May 1997, are
3704-
Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
3705-
and are distributed according to the same disclaimer and license as
3706-
libpng-0.88, with the following individuals added to the list of
3707-
Contributing Authors:
3708-
3709-
John Bowler
3710-
Kevin Bracey
3711-
Sam Bushell
3712-
Magnus Holmgren
3713-
Greg Roelofs
3714-
Tom Tanner
3715-
3716-
Some files in the "scripts" directory have other copyright owners,
3717-
but are released under this license.
3718-
3719-
libpng versions 0.5, May 1995, through 0.88, January 1996, are
3720-
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
3721-
3722-
For the purposes of this copyright and license, "Contributing Authors"
3723-
is defined as the following set of individuals:
3724-
3725-
Andreas Dilger
3726-
Dave Martindale
3727-
Guy Eric Schalnat
3728-
Paul Schmidt
3729-
Tim Wegner
3730-
3731-
The PNG Reference Library is supplied "AS IS". The Contributing
3732-
Authors and Group 42, Inc. disclaim all warranties, expressed or
3733-
implied, including, without limitation, the warranties of
3734-
merchantability and of fitness for any purpose. The Contributing
3735-
Authors and Group 42, Inc. assume no liability for direct, indirect,
3736-
incidental, special, exemplary, or consequential damages, which may
3737-
result from the use of the PNG Reference Library, even if advised of
3738-
the possibility of such damage.
3739-
3740-
Permission is hereby granted to use, copy, modify, and distribute this
3741-
source code, or portions hereof, for any purpose, without fee, subject
3742-
to the following restrictions:
3743-
3744-
1. The origin of this source code must not be misrepresented.
3745-
3746-
2. Altered versions must be plainly marked as such and must not
3747-
be misrepresented as being the original source.
3748-
3749-
3. This Copyright notice may not be removed or altered from any
3750-
source or altered source distribution.
3751-
3752-
The Contributing Authors and Group 42, Inc. specifically permit,
3753-
without fee, and encourage the use of this source code as a component
3754-
to supporting the PNG file format in commercial products. If you use
3755-
this source code in a product, acknowledgment is not required but would
3756-
be appreciated.
3757-
3758-
37593759
--------------------------------------------------------------------------------
37603760
## libtiff (http://www.libtiff.org/)
37613761

0 commit comments

Comments
 (0)