Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: third_party/libpng/LICENSE

Issue 1372313004: Update to libpng 1.2.52 (rollup change only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libpng/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 This copy of the libpng notices is provided for your convenience. In case of 2 This copy of the libpng notices is provided for your convenience. In case of
3 any discrepancy between this copy and the notices in the file png.h that is 3 any discrepancy between this copy and the notices in the file png.h that is
4 included in the libpng distribution, the latter shall prevail. 4 included in the libpng distribution, the latter shall prevail.
5 5
6 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: 6 COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
7 7
8 If you modify libpng you may insert additional notices immediately following 8 If you modify libpng you may insert additional notices immediately following
9 this sentence. 9 this sentence.
10 10
11 pngusr.h is distributed under the MPL 1.1/GPL 2.0/LGPL 2.1 tri-license. 11 pngusr.h is distributed under the MPL 1.1/GPL 2.0/LGPL 2.1 tri-license.
12 12
13 This code is released under the libpng license. 13 This code is released under the libpng license.
14 14
15 libpng versions 1.2.6, August 15, 2004, through 1.2.45, July 7, 2011, are 15 libpng versions 1.2.6, August 15, 2004, through 1.2.52, November 20, 2014, are
16 Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are 16 Copyright (c) 2004, 2006-2014 Glenn Randers-Pehrson, and are
17 distributed according to the same disclaimer and license as libpng-1.2.5 17 distributed according to the same disclaimer and license as libpng-1.2.5
18 with the following individual added to the list of Contributing Authors 18 with the following individual added to the list of Contributing Authors
19 19
20 Cosmin Truta 20 Cosmin Truta
21 21
22 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 22 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
23 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are 23 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
24 distributed according to the same disclaimer and license as libpng-1.0.6 24 distributed according to the same disclaimer and license as libpng-1.0.6
25 with the following individuals added to the list of Contributing Authors 25 with the following individuals added to the list of Contributing Authors
26 26
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 printf("%s",png_get_copyright(NULL)); 103 printf("%s",png_get_copyright(NULL));
104 104
105 Also, the PNG logo (in PNG format, of course) is supplied in the 105 Also, the PNG logo (in PNG format, of course) is supplied in the
106 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 106 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
107 107
108 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a 108 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
109 certification mark of the Open Source Initiative. 109 certification mark of the Open Source Initiative.
110 110
111 Glenn Randers-Pehrson 111 Glenn Randers-Pehrson
112 glennrp at users.sourceforge.net 112 glennrp at users.sourceforge.net
113 July 7, 2011 113 November 20, 2014
OLDNEW
« no previous file with comments | « no previous file | third_party/libpng/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698