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

Side by Side Diff: third_party/libpng/LICENSE

Issue 15041: Update libpng to 1.2.33. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years 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 | Annotate | Revision Log
« 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 libpng versions 1.2.6, August 15, 2004, through 1.2.29, May 8, 2008, are 11 libpng versions 1.2.6, August 15, 2004, through 1.2.33, October 31, 2008, are
12 Copyright (c) 2004, 2006-2008 Glenn Randers-Pehrson, and are 12 Copyright (c) 2004, 2006-2008 Glenn Randers-Pehrson, and are
13 distributed according to the same disclaimer and license as libpng-1.2.5 13 distributed according to the same disclaimer and license as libpng-1.2.5
14 with the following individual added to the list of Contributing Authors 14 with the following individual added to the list of Contributing Authors
15 15
16 Cosmin Truta 16 Cosmin Truta
17 17
18 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 18 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
19 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are 19 Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
20 distributed according to the same disclaimer and license as libpng-1.0.6 20 distributed according to the same disclaimer and license as libpng-1.0.6
21 with the following individuals added to the list of Contributing Authors 21 with the following individuals added to the list of Contributing Authors
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 printf("%s",png_get_copyright(NULL)); 99 printf("%s",png_get_copyright(NULL));
100 100
101 Also, the PNG logo (in PNG format, of course) is supplied in the 101 Also, the PNG logo (in PNG format, of course) is supplied in the
102 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 102 files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
103 103
104 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a 104 Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a
105 certification mark of the Open Source Initiative. 105 certification mark of the Open Source Initiative.
106 106
107 Glenn Randers-Pehrson 107 Glenn Randers-Pehrson
108 glennrp at users.sourceforge.net 108 glennrp at users.sourceforge.net
109 May 8, 2008 109 October 31, 2008
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