[Pkg-gtkpod-devel] r393 - libgpod/trunk/debian

Frank Lichtenheld djpig at alioth.debian.org
Fri Jun 19 21:45:10 UTC 2009


Author: djpig
Date: 2009-06-19 21:45:10 +0000 (Fri, 19 Jun 2009)
New Revision: 393

Modified:
   libgpod/trunk/debian/changelog
   libgpod/trunk/debian/copyright
Log:
Update copyright file


Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog	2009-06-19 21:23:53 UTC (rev 392)
+++ libgpod/trunk/debian/changelog	2009-06-19 21:45:10 UTC (rev 393)
@@ -2,6 +2,8 @@
 
   * (NOT RELEASED YET) New upstream release (Closes: #527050)
     + drop patch 20_no-superfluous-ffi-dep, applied upstream
+    + update debian/copyright
+    + update symbols file (two new symbols)
   * Remove Nico Golde from Uploaders on his request.
   * Apply patch from Ubuntu to support building against Python 2.6.
     Sent by Sebastien Bacher. (Closes: #527051)

Modified: libgpod/trunk/debian/copyright
===================================================================
--- libgpod/trunk/debian/copyright	2009-06-19 21:23:53 UTC (rev 392)
+++ libgpod/trunk/debian/copyright	2009-06-19 21:45:10 UTC (rev 393)
@@ -8,8 +8,8 @@
 
 Copyright (C) 2002-2007 Jorg Schuler <jcsjcs at users.sourceforge.net>
  (original gtkpod code)
-Copyright (C) 2005-2008 Christophe Fergeau <teuf at gnome.org>
- (libraryfication)
+Copyright (C) 2005-2009 Christophe Fergeau <teuf at gnome.org>
+ (libraryfication and API documentation)
 Copyright (C) 2005-2007 Nick Piper <nick-gtkpod at nickpiper co uk>
  (Python bindings)
 Copyright 2005 Steve Wahl <steve at pro-ns dot net>
@@ -22,11 +22,18 @@
  (bindings/python/examples/create_mp3_tags_from_itdb.py)
 Copyright (c) 2006 Michael McLellan <mikey at mclellan.org.nz>
  (tests/test-photos.c)
+Copyright (C) 2006-2008 Alejandro Lamas Daviña <alejandro.lamas at ific.uv.es>
+ (po/es.po)
+Copyright (C) 2003 David Le Brun
+Copyright (C) 2005-2008 Éric Lassauge
+ (po/fr.po)
+Copyright (C) 2008 Assaf Gillat <gillata at gmail.com>
+ (po/he.po)
 Copyright (C) 2003 Edward Matteucci
 Copyright (C) 2007-2008 Daniele Forsi <daniele at forsi.it>
  (po/it.po)
+Copyright (C) 2004-2008 Stefan Asserhäll <stefan.asserhall at comhem.se>
 
-
 License:
 
     This package is free software; you can redistribute it and/or
@@ -87,7 +94,7 @@
 |   along with this program; if not, write to the Free Software
 |   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-On Debian systems, the complete text of the GNU Lesser General
+On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
 src/gchecksum.c (Parts):
@@ -117,4 +124,85 @@
  *
  */
 
+src/sha1.c:
+/* (PD) 2001 The Bitzi Corporation
+ * Please see file COPYING or http://bitzi.com/publicdomain
+ * for more info.
+ *
+ * NIST Secure Hash Algorithm
+ * heavily modified by Uwe Hollerbach <uh at alumni.caltech edu>
+ * from Peter C. Gutmann's implementation as found in
+ * Applied Cryptography by Bruce Schneier
+ * Further modifications to include the "UNRAVEL" stuff, below
+ *
+ * This code is in the public domain
+ *
+ * $Id: sha1.c,v 1.1 2005-12-28 18:06:50 tpm Exp $
+ */
+The referenced website includes this longer explanation:
+/* (PD) 2006 The Bitzi Corporation
+ * 
+ * 1. Authorship. This work and others bearing the above 
+ * label were created by, or on behalf of, the Bitzi 
+ * Corporation. Often other public domain material by
+ * other authors is incorporated; this should be clear 
+ * from notations in the source code. If other non-
+ * public-domain code or libraries are included, this is
+ * is done under those works' respective licenses.
+ * 
+ * 2. Release. The Bitzi Corporation places its portion
+ * of these labelled works into the public domain, 
+ * disclaiming all rights granted us by copyright law. 
+ *
+ * Bitzi places no restrictions on your freedom to copy, 
+ * use, redistribute and modify this work, though you 
+ * should be aware of points (3), (4), and (5) below.
+ * 
+ * 3. Trademark Advisory. The Bitzi Corporation reserves 
+ * all rights with regard to any of its trademarks which 
+ * may appear herein, such as "Bitzi", "Bitcollider", or
+ * "Bitpedia". Please take care that your uses of this 
+ * work do not infringe on our trademarks or imply our 
+ * endorsement. For example, you should change labels 
+ * and identifier strings in your derivative works where 
+ * appropriate.
+ * 
+ * 4. Licensed portions. Some code and libraries may be
+ * incorporated in this work in accordance with the 
+ * licenses offered by their respective rightsholders. 
+ * Further copying, use, redistribution and modification
+ * of these third-party portions remains subject to 
+ * their original licenses.
+ * 
+ * 5. Disclaimer. THIS SOFTWARE IS PROVIDED BY THE AUTHOR 
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE 
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 
+ * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Please see http://bitzi.com/publicdomain or write
+ * info at bitzi.com for more info.
+ */
 
+
+docs/reference/:
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.1 or any later version
+published by the Free Software Foundation with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU
+Free Documentation License from the Free Software Foundation by visiting their
+Web site or by writing to: Free Software Foundation, Inc., 59 Temple Place -
+Suite 330, Boston, MA 02111-1307, USA.
+
+On Debian systems, the complete text of the GNU Free Documentation License
+can be found in `/usr/share/common-licenses/GFDL'.




More information about the Pkg-gtkpod-devel mailing list