r10178 - packages/trunk/neverball/debian
Jordà Polo
jorda-guest at alioth.debian.org
Sat Aug 22 16:47:45 UTC 2009
Author: jorda-guest
Date: 2009-08-22 16:47:44 +0000 (Sat, 22 Aug 2009)
New Revision: 10178
Modified:
packages/trunk/neverball/debian/changelog
packages/trunk/neverball/debian/copyright
Log:
Include copyright and license for the JPEG routines
Modified: packages/trunk/neverball/debian/changelog
===================================================================
--- packages/trunk/neverball/debian/changelog 2009-08-22 15:39:40 UTC (rev 10177)
+++ packages/trunk/neverball/debian/changelog 2009-08-22 16:47:44 UTC (rev 10178)
@@ -5,6 +5,7 @@
* debian/control:
+ Suggest ttf-wqy-zenhei, used for the Chinese translation.
+ Add build-dependency on libphysfs-dev.
+ * debian/copyright: Include copyright and license for the JPEG routines.
* debian/patches/data_path.patch: Update patch; data and locale paths
are now set using the Makefile.
Modified: packages/trunk/neverball/debian/copyright
===================================================================
--- packages/trunk/neverball/debian/copyright 2009-08-22 15:39:40 UTC (rev 10177)
+++ packages/trunk/neverball/debian/copyright 2009-08-22 16:47:44 UTC (rev 10178)
@@ -34,6 +34,31 @@
On Debian GNU/Linux systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+Neverball also includes JPEG decompression routines (share/fs_jpg.c)
+with the following copyright and license:
+
+ Copyright © 1994-1996, Thomas G. Lane
+
+ Permission is hereby granted to use, copy, modify, and distribute this
+ software (or portions thereof) for any purpose, without fee, subject
+ to these conditions:
+ (1) If any part of the source code for this software is distributed,
+ then this README file must be included, with this copyright and
+ no-warranty notice unaltered; and any additions, deletions, or changes
+ to the original files must be clearly indicated in accompanying
+ documentation.
+ (2) If only executable code is distributed, then the accompanying
+ documentation must state that "this software is based in part on the
+ work of the Independent JPEG Group".
+ (3) Permission for use of this software is granted only if the user
+ accepts full responsibility for any undesirable consequences; the
+ authors accept NO LIABILITY for damages of any kind.
+
+The routines are almost the same as libjpeg62's jdatasrc.c, only minor
+changes have been made to use a custom data source based on PhysicsFS.
+Neverball's file type (fs_type) and read routine (fs_read), are used
+instead of FILE and JFREAD.
+
The Debian packaging is licensed under the same license (GPL version 2 or
later, see `/usr/share/common-licenses/GPL-2'), and is copyrighted by:
More information about the Pkg-games-commits
mailing list