diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-21 09:50:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-21 09:50:58 +0000 |
commit | 251e39486069e8ec1f0c0669d9d91b6fbe911f32 (patch) | |
tree | 640033a2be2ab798c98956b5c5e7d079207dabcc /licenses | |
parent | Make tests fatal. (diff) | |
download | gentoo-2-251e39486069e8ec1f0c0669d9d91b6fbe911f32.tar.gz gentoo-2-251e39486069e8ec1f0c0669d9d91b6fbe911f32.tar.bz2 gentoo-2-251e39486069e8ec1f0c0669d9d91b6fbe911f32.zip |
remove pngquant license. add rwpng license, used both by pngquant and pngnq. edit pngnq license and drop the rwpng license part.
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/pngnq | 31 | ||||
-rw-r--r-- | licenses/pngquant | 60 |
2 files changed, 2 insertions, 89 deletions
diff --git a/licenses/pngnq b/licenses/pngnq index 27e50359bbfe..9f1828fecfd1 100644 --- a/licenses/pngnq +++ b/licenses/pngnq @@ -1,33 +1,6 @@ -Copyright (c) 2004-2007 Stuart Coyle +NeuQuant Neural-Net Quantization Algorithm -Copyright (c) 1998-2001 Greg Roelofs. All rights reserved. - -This software is provided "as is," without warranty of any kind, -express or implied. In no event shall the author or contributors -be held liable for any damages arising in any way from the use of -this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute -it freely, subject to the following restrictions: - -1. Redistributions of source code must retain the above copyright - notice, disclaimer, and this list of conditions. -2. Redistributions in binary form must reproduce the above copyright - notice, disclaimer, and this list of conditions in the documenta- - tion and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - - This product includes software developed by Greg Roelofs - and contributors for the book, "PNG: The Definitive Guide," - published by O'Reilly and Associates. - ---------------------------------------------------------------------------- - - NeuQuant Neural-Net Quantization Algorithm - - Copyright (c) 1994 Anthony Dekker +Copyright (c) 1994 Anthony Dekker NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994. See "Kohonen neural networks for optimal colour quantization" diff --git a/licenses/pngquant b/licenses/pngquant deleted file mode 100644 index 3c664a8229ca..000000000000 --- a/licenses/pngquant +++ /dev/null @@ -1,60 +0,0 @@ -The quantization and dithering code in pngquant is lifted from Jef Poskanzer's -'ppmquant', part of his wonderful PBMPLUS tool suite. - -Greg Roelofs hacked it into a (in his words) "slightly cheesy" 'pamquant' back -in 1997 (see http://pobox.com/~newt/greg_rgba.html) and finally he ripped out -the cheesy file-I/O parts and replaced them with nice PNG code in December -2000. The PNG reading and writing code is a merged and slightly simplified -version of readpng, readpng2, and writepng from his book: - - "PNG: The Definitive Guide." - -Pngquant therefore inherits both licenses, one for each source file. - -Note that both licenses are basically BSD-like; that is, use the code however -you like, as long as you acknowledge its origins. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -pngquant.c: - - Copyright (C) 1989, 1991 by Jef Poskanzer. - Copyright (C) 1997, 2000, 2002 by Greg Roelofs; based on an idea by - Stefan Schneider. - Copyright 2009-2013 by Kornel Lesinski. - - Permission to use, copy, modify, and distribute this software and its - documentation for any purpose and without fee is hereby granted, provided - that the above copyright notice appear in all copies and that both that - copyright notice and this permission notice appear in supporting - documentation. This software is provided "as is" without express or - implied warranty. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -rwpng.c (and rwpng.h): - - Copyright (c) 1998-2002 Greg Roelofs. All rights reserved. - - This software is provided "as is," without warranty of any kind, - express or implied. In no event shall the author or contributors - be held liable for any damages arising in any way from the use of - this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute - it freely, subject to the following restrictions: - - 1. Redistributions of source code must retain the above copyright - notice, disclaimer, and this list of conditions. - 2. Redistributions in binary form must reproduce the above copyright - notice, disclaimer, and this list of conditions in the documenta- - tion and/or other materials provided with the distribution. - 3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - - This product includes software developed by Greg Roelofs - and contributors for the book, "PNG: The Definitive Guide," - published by O'Reilly and Associates. - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |