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