media/libpng/LICENSE

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1
michael@0 2 This copy of the libpng notices is provided for your convenience. In case of
michael@0 3 any discrepancy between this copy and the notices in the file png.h that is
michael@0 4 included in the libpng distribution, the latter shall prevail.
michael@0 5
michael@0 6 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
michael@0 7
michael@0 8 If you modify libpng you may insert additional notices immediately following
michael@0 9 this sentence.
michael@0 10
michael@0 11 This code is released under the libpng license.
michael@0 12
michael@0 13 libpng versions 1.2.6, August 15, 2004, through 1.6.10, March 6, 2014, are
michael@0 14 Copyright (c) 2004, 2006-2014 Glenn Randers-Pehrson, and are
michael@0 15 distributed according to the same disclaimer and license as libpng-1.2.5
michael@0 16 with the following individual added to the list of Contributing Authors
michael@0 17
michael@0 18 Cosmin Truta
michael@0 19
michael@0 20 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
michael@0 21 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
michael@0 22 distributed according to the same disclaimer and license as libpng-1.0.6
michael@0 23 with the following individuals added to the list of Contributing Authors
michael@0 24
michael@0 25 Simon-Pierre Cadieux
michael@0 26 Eric S. Raymond
michael@0 27 Gilles Vollant
michael@0 28
michael@0 29 and with the following additions to the disclaimer:
michael@0 30
michael@0 31 There is no warranty against interference with your enjoyment of the
michael@0 32 library or against infringement. There is no warranty that our
michael@0 33 efforts or the library will fulfill any of your particular purposes
michael@0 34 or needs. This library is provided with all faults, and the entire
michael@0 35 risk of satisfactory quality, performance, accuracy, and effort is with
michael@0 36 the user.
michael@0 37
michael@0 38 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
michael@0 39 Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
michael@0 40 distributed according to the same disclaimer and license as libpng-0.96,
michael@0 41 with the following individuals added to the list of Contributing Authors:
michael@0 42
michael@0 43 Tom Lane
michael@0 44 Glenn Randers-Pehrson
michael@0 45 Willem van Schaik
michael@0 46
michael@0 47 libpng versions 0.89, June 1996, through 0.96, May 1997, are
michael@0 48 Copyright (c) 1996, 1997 Andreas Dilger
michael@0 49 Distributed according to the same disclaimer and license as libpng-0.88,
michael@0 50 with the following individuals added to the list of Contributing Authors:
michael@0 51
michael@0 52 John Bowler
michael@0 53 Kevin Bracey
michael@0 54 Sam Bushell
michael@0 55 Magnus Holmgren
michael@0 56 Greg Roelofs
michael@0 57 Tom Tanner
michael@0 58
michael@0 59 libpng versions 0.5, May 1995, through 0.88, January 1996, are
michael@0 60 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
michael@0 61
michael@0 62 For the purposes of this copyright and license, "Contributing Authors"
michael@0 63 is defined as the following set of individuals:
michael@0 64
michael@0 65 Andreas Dilger
michael@0 66 Dave Martindale
michael@0 67 Guy Eric Schalnat
michael@0 68 Paul Schmidt
michael@0 69 Tim Wegner
michael@0 70
michael@0 71 The PNG Reference Library is supplied "AS IS". The Contributing Authors
michael@0 72 and Group 42, Inc. disclaim all warranties, expressed or implied,
michael@0 73 including, without limitation, the warranties of merchantability and of
michael@0 74 fitness for any purpose. The Contributing Authors and Group 42, Inc.
michael@0 75 assume no liability for direct, indirect, incidental, special, exemplary,
michael@0 76 or consequential damages, which may result from the use of the PNG
michael@0 77 Reference Library, even if advised of the possibility of such damage.
michael@0 78
michael@0 79 Permission is hereby granted to use, copy, modify, and distribute this
michael@0 80 source code, or portions hereof, for any purpose, without fee, subject
michael@0 81 to the following restrictions:
michael@0 82
michael@0 83 1. The origin of this source code must not be misrepresented.
michael@0 84
michael@0 85 2. Altered versions must be plainly marked as such and must not
michael@0 86 be misrepresented as being the original source.
michael@0 87
michael@0 88 3. This Copyright notice may not be removed or altered from any
michael@0 89 source or altered source distribution.
michael@0 90
michael@0 91 The Contributing Authors and Group 42, Inc. specifically permit, without
michael@0 92 fee, and encourage the use of this source code as a component to
michael@0 93 supporting the PNG file format in commercial products. If you use this
michael@0 94 source code in a product, acknowledgment is not required but would be
michael@0 95 appreciated.
michael@0 96
michael@0 97
michael@0 98 A "png_get_copyright" function is available, for convenient use in "about"
michael@0 99 boxes and the like:
michael@0 100
michael@0 101 printf("%s",png_get_copyright(NULL));
michael@0 102
michael@0 103 Also, the PNG logo (in PNG format, of course) is supplied in the
michael@0 104 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
michael@0 105
michael@0 106 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
michael@0 107 certification mark of the Open Source Initiative.
michael@0 108
michael@0 109 Glenn Randers-Pehrson
michael@0 110 glennrp at users.sourceforge.net
michael@0 111 March 6, 2014

mercurial