[Collab-qa-commits] r2223 - in packages-metadata: b c g i j m o p r v w x

Charles Plessy plessy at alioth.debian.org
Wed Apr 11 23:29:10 UTC 2012


Author: plessy
Date: 2012-04-11 23:29:10 +0000 (Wed, 11 Apr 2012)
New Revision: 2223

Added:
   packages-metadata/c/charls.copyright
   packages-metadata/c/common-lisp-controller.copyright
   packages-metadata/g/gtk-sharp2.copyright
   packages-metadata/i/igraph.copyright
   packages-metadata/i/ircd-ratbox.copyright
   packages-metadata/j/jenkins-executable-war.copyright
   packages-metadata/m/mantis.copyright
   packages-metadata/m/meterbridge.copyright
   packages-metadata/o/ocrfeeder.copyright
   packages-metadata/p/partman-target.copyright
   packages-metadata/r/rasmol.copyright
   packages-metadata/r/rasmol.upstream
   packages-metadata/r/rlwrap.copyright
   packages-metadata/w/wicd.copyright
Modified:
   packages-metadata/b/bedtools.copyright
   packages-metadata/o/openslide.copyright
   packages-metadata/v/vxl.copyright
   packages-metadata/x/xcache.copyright
Log:
Updates driven by upload and by the daily cron job to refresh packages in Blends.


Modified: packages-metadata/b/bedtools.copyright
===================================================================
--- packages-metadata/b/bedtools.copyright	2012-04-11 21:39:41 UTC (rev 2222)
+++ packages-metadata/b/bedtools.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -1,5 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://bedtools.googlecode.com/files/BEDTools.v2.15.0.tar.gz
+Source: http://bedtools.googlecode.com/files/BEDTools.v2.16.2.tar.gz
+License: GPL-2 and MIT and GPL-3+ with runtime exception and zlib
+ BEDTools combines source code under GPL-2, LGPL-2.1 and MIT licenses, and
+ links to libc6, libgcc, libstdc++ and zlib1g.
 
 Files: *
 Copyright: © 2009,2010,2011 Aaron Quinlan

Added: packages-metadata/c/charls.copyright
===================================================================
--- packages-metadata/c/charls.copyright	                        (rev 0)
+++ packages-metadata/c/charls.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: CharLS
+Upstream-Contact: Jan de Vaan <jan.devaan at versatel.nl>
+Source: http://charls.codeplex.com
+
+Files: *
+Copyright: © Jan de Vaan 2007-2010, all rights reserved.
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this 
+   list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice, 
+   this list of conditions and the following disclaimer in the documentation 
+   and/or other materials provided with the distribution.
+ .
+ * Neither the name of my employer, nor the names of its contributors may be 
+   used to endorse or promote products derived from this software without 
+   specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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. 
+
+Files: debian/*
+Copyright: © 2011-2012 Mathieu Malaterre <malat at debian.org>
+License: BSD-3-clause
+ Same as above

Added: packages-metadata/c/common-lisp-controller.copyright
===================================================================
--- packages-metadata/c/common-lisp-controller.copyright	                        (rev 0)
+++ packages-metadata/c/common-lisp-controller.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,82 @@
+This is common-lisp-controller, written and maintained by Peter Van Eynde <pvaneynd at debian.org>
+and Kevin M. Rosenberg <kmr at debian.org>
+
+The original source can always be found at:
+	ftp://ftp.debian.org/dists/unstable/main/source/
+
+Copyright (C) 2000,2010  Peter Van Eynde and Kevin M. Rosenberg
+              2008 Luca Capello
+              2010 Desmond O. Chang
+
+  common-lisp-controller is licensed under the terms of the Lisp Lesser GNU
+  Public License, known as the LLGPL.  The LLGPL consists of a preamble (see
+  below) and the LGPL.  Where these conflict, the preamble takes precedence.
+  common-lisp-controller is referenced in the preamble as the "LIBRARY."
+
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License with
+  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
+  if not, write to the Free Software Foundation, Inc.,
+  51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+Preamble:
+
+Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704
+
+The concept of the GNU Lesser General Public License version 2.1 ("LGPL") has
+been adopted to govern the use and distribution of above-mentioned application.
+However, the LGPL uses terminology that is more appropriate for a program
+written in C than one written in Lisp. Nevertheless, the LGPL can still be
+applied to a Lisp program if certain clarifications are made. This document
+details those clarifications. Accordingly, the license for the open-source Lisp
+applications consists of this document plus the LGPL. Wherever there is a
+conflict between this document and the LGPL, this document takes precedence
+over the LGPL.
+
+A "Library" in Lisp is a collection of Lisp functions, data and foreign
+modules. The form of the Library can be Lisp source code (for processing by an
+interpreter) or object code (usually the result of compilation of source code
+or built with some other mechanisms). Foreign modules are object code in a form
+that can be linked into a Lisp executable. When we speak of functions we do so
+in the most general way to include, in addition, methods and unnamed functions.
+Lisp "data" is also a general term that includes the data structures resulting
+from defining Lisp classes. A Lisp application may include the same set of Lisp
+objects as does a Library, but this does not mean that the application is
+necessarily a "work based on the Library" it contains.
+
+The Library consists of everything in the distribution file set before any
+modifications are made to the files. If any of the functions or classes in the
+Library are redefined in other files, then those redefinitions ARE considered a
+work based on the Library. If additional methods are added to generic functions
+in the Library, those additional methods are NOT considered a work based on the
+Library. If Library classes are subclassed, these subclasses are NOT considered
+a work based on the Library. If the Library is modified to explicitly call
+other functions that are neither part of Lisp itself nor an available add-on
+module to Lisp, then the functions called by the modified Library ARE
+considered a work based on the Library. The goal is to ensure that the Library
+will compile and run without getting undefined function errors.
+
+It is permitted to add proprietary source code to the Library, but it must be
+done in a way such that the Library will still run without that proprietary
+code present. Section 5 of the LGPL distinguishes between the case of a library
+being dynamically linked at runtime and one being statically linked at build
+time. Section 5 of the LGPL states that the former results in an executable
+that is a "work that uses the Library." Section 5 of the LGPL states that the
+latter results in one that is a "derivative of the Library", which is therefore
+covered by the LGPL. Since Lisp only offers one choice, which is to link the
+Library into an executable at build time, we declare that, for the purpose
+applying the LGPL to the Library, an executable that results from linking a
+"work that uses the Library" with the Library is considered a "work that uses
+the Library" and is therefore NOT covered by the LGPL.
+
+Because of this declaration, section 6 of LGPL is not applicable to the
+Library. However, in connection with each distribution of this executable, you
+must also deliver, in accordance with the terms and conditions of the LGPL, the
+source code of Library (or your derivative thereof) that is incorporated into
+this executable. 
+

Added: packages-metadata/g/gtk-sharp2.copyright
===================================================================
--- packages-metadata/g/gtk-sharp2.copyright	                        (rev 0)
+++ packages-metadata/g/gtk-sharp2.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,33 @@
+This package was debianized by Dave Beckett <dajobe at debian.org>
+based on the gtk-sharp stable packaging maintained by the
+Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+
+It was downloaded from http://download.gnome.org/sources/gtk-sharp/
+
+Upstream Author:
+  Mike Kestner <mkestner at novell.com>
+
+Copyright:
+
+  See the header of each file for the copyright information, most are
+   Copyright © Mike Kestner
+   Copyright © Novell, Inc.
+
+License:
+
+  This program is free software; you can redistribute it and/or
+  modify it under the terms of version 2.1 of the Lesser GNU General
+  Public License as published by the Free Software Foundation.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License 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
+Public License can be found in /usr/share/common-licenses/LGPL-2.1 file.

Added: packages-metadata/i/igraph.copyright
===================================================================
--- packages-metadata/i/igraph.copyright	                        (rev 0)
+++ packages-metadata/i/igraph.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: igraph
+Source: http://igraph.sf.net
+
+Files: *
+Copyright:
+ Copyright © 2005-2008 Gabor Csardi, Tamas Nepusz
+License: GPL-2+
+ The Debian packaging is licensed under the GPL-2 or any later version,
+ see `/usr/share/common-licenses/GPL-2'
+
+Files: debian/*
+Copyright:
+ Copyright 2009-2012, Mathieu Malaterre <malat at debian.org>
+License: GPL-2+
+ The Debian packaging is licensed under the GPL-2 or any later version,
+ see `/usr/share/common-licenses/GPL-2'

Added: packages-metadata/i/ircd-ratbox.copyright
===================================================================
--- packages-metadata/i/ircd-ratbox.copyright	                        (rev 0)
+++ packages-metadata/i/ircd-ratbox.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,125 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ircd-ratbox
+Upstream-Contact: ircd-ratbox at lists.ratbox.org
+Source: http://www.ratbox.org/download.shtml
+  'doc/technical/rfc1459.txt' is a non-free documentation which was
+  removed from sources.
+
+
+Files: *
+Copyright: © 2002-2005 ircd-ratbox development team
+License: GPL-2+
+
+Files: src/cache.c src/hook.c src/monitor.c modules/m_cap.c modules/m_cmessage.c modules/m_encap.c modules/m_operspy.c modules/m_services.c modules/m_tb.c modules/m_testmask.c modules/m_xline.c include/s_log.h include/s_newconf.h include/stdinc.h
+Copyright: © 2003-2005 ircd-ratbox development team
+License: BSD
+
+Files: src/ircd_signal.c src/match.c src/s_log.c src/s_newconf.c contrib/example_module.c contrib/m_flags.c contrib/m_force.c contrib/m_ojoin.c src/ircd_signal.c
+Copyright: © 1990 Jarkko Oikarinen
+           © 1990 University of Oulu, Computing Center
+License: GPL-1+
+
+Files: libratbox/src/patricia.c
+Copyright: © 2000 Dave Plonka
+License: GPL-2+
+
+Files: libratbox/src/snprintf.c
+Copyright: © 1999 Patrick Alken
+License: GPL-2
+
+Files: tools/mkpasswd.c contrib/m_mkpasswd.c
+Copyright: © 2002 W. Campbell
+           © 2002 ircd-ratbox development team
+           © 1991 Nelson Minar <minar at reed.edu>
+License:
+  You can use this code in any way as long as these names remain.
+
+Files: debian/*
+Copyright: © 2007-2008 Arnaud Cornet <acornet at debian.org>
+           © 2008-2011 Marc Dequènes (Duck) <Duck at DuckCorp.org>
+License: GPL-2
+
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+License: BSD
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are
+  met:
+  .
+  1.Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+  2.Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+  3.The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+  .
+  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.
+

Added: packages-metadata/j/jenkins-executable-war.copyright
===================================================================
--- packages-metadata/j/jenkins-executable-war.copyright	                        (rev 0)
+++ packages-metadata/j/jenkins-executable-war.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: Executable War 'header' for executing .war files
+Source: http://jenkinsci.org/
+
+Files: *
+Copyright: 2008, Sun Microsystems, Inc.
+License: MIT
+
+Files: src/main/java/Main.java
+Copyright: 2008-2011, Sun Microsystems, Inc.,
+           2008-2011, Alan Harder,
+           2008-2011, Jerome Lacoste,
+           2008-2011, Kohsuke Kawaguchi,
+           2008-2011, bap2000,
+           2008-2011, CloudBees, Inc.
+License: MIT
+
+Files: debian/*
+Copyright: 2011, Canonical Ltd (http://www.canonical.com/)
+License: MIT
+
+License: MIT
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  .
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  .
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.

Added: packages-metadata/m/mantis.copyright
===================================================================
--- packages-metadata/m/mantis.copyright	                        (rev 0)
+++ packages-metadata/m/mantis.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,255 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: MantisBT
+Upstream-Contact: Mantis Team <mantisbt-dev at lists.sourceforge.net>
+Source: http://www.mantisbt.org
+
+
+
+Files: *.php *.php.sample *.xml
+Copyright: 2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+           2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: api/soap/*
+Copyright: 2004-2010, Victor Boctor <vboctor at users.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: core/*
+Copyright: 2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+           2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: doc/*
+Copyright: 2011-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: docbook/*
+Copyright: 2011-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: lang/*
+Copyright: 2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+           2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: javascript/dev/*.js
+Copyright: 2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+           2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+                2004, Bitflux GmbH
+License: GPL-2+
+
+
+
+Files: javascript/min/*.js
+Copyright: 2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+           2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+                2004, Bitflux GmbH
+License: GPL-2+
+
+
+
+Files: javascript/dev/jscalendar/* javascript/min/jscalendar/*
+Copyright: 2002-2005, Mihai Bazon <mihai_bazon at yahoo.com>
+License: LGPL
+
+
+
+Files: javascript/dev/projax/* javascript/min/projax/*
+Copyright: 2005-2008, Thomas Fuchs
+           2005-2008, Ivan Krstic
+           2005-2008, Jon Tirsen
+           2005-2008, Marty Haught
+                2006, NGCoders
+License: MIT
+ Scripts freely distributable under the terms of an MIT-style license.
+ .
+ Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
+ .
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+Files: library/adodb/*
+Copyright: 2000-2009, John Lim <jlim at natsoft.com.my>
+           2004-2005, Cognita Inc
+           2007-2009, Anywhere Solutions, Inc.
+           2001-3001, Martin Dougiamas
+           2001-3001, Eloy Lafuente  
+License: BSD or LGPL
+
+
+
+Files: library/disposable/*
+Copyright: 2007-2008, Victor Boctor
+License: GPL-2+
+
+
+
+Files: library/ezc/*
+Copyright: 2005-2009 eZ Systems AS.
+License: BSD
+
+
+
+Files: library/nusoap/*
+Copyright: 2002, NuSphere Corporation
+           2003-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: library/phpmailer/*
+Copyright: 2001-2003, Brent R. Matzelle
+           2004-2009, Andy Prevost.
+License: GPL-2+
+
+
+
+Files: library/phpmailer/class.*
+Copyright: 2001-2003, Brent R. Matzelle
+           2004-2009, Andy Prevost.
+License: LGPL
+
+
+
+Files: library/projax/classes/*
+Copyright: 2006, NGCoders
+License: GPL 
+
+
+
+Files: library/rssbuilder/*
+Copyright: 2001-2008, Michael Wimmer
+                2008, Flaimo.com
+License: GPL-2+
+
+
+
+Files: library/utf8/*
+Copyright: 2005-2007, Andreas Gohr
+           2005-2007, Chris Smith - Dokuwiki
+           2005-2007, Henri Sivonen
+           2005-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: LGPL
+
+
+
+Files: plugins/*
+Copyright:  2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+            2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: scripts/*
+Copyright:  2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+            2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: tests/*
+Copyright: 2000-2002, Kenzaburo Ito <kenito at 300baud.org>
+           2002-2012, MantisBT Team <mantisbt-dev at lists.sourceforge.net>
+License: GPL-2+
+
+
+
+Files: debian/*
+Copyright: 2001-2003, Igor Genibel <igenibel at debian.org>
+                2003, Christian Perrier <bubulle at debian.org>
+                2003, Bruno Rodrigues <bruno.rodrigues at litux.org>
+           2004-2005, Hilko Bengen <bengen at debian.org>
+                2005, Thijs Kinkhorst <kink at squirrelmail.org>
+                2006, Igor Genibel <igenibel at debian.org>
+                2006, Thijs Kinkhorst <kink at squirrelmail.org>
+           2006-2009, Patrick Schoenfeld <schoenfeld at debian.org>
+                2007, Christian Perrier <bubulle at debian.org>
+                2009, Olivier Berger <olivier.berger at it-sudparis.eu>
+           2009-2012, Silvia Alvarez <sils at powered-by-linux.com>
+           2010-2012, Dario Minnucci <midget at debian.org>
+License: GPL-2+
+
+
+
+License: GPL
+ On Debian systems, the complete text of the GNU General
+ Public License version can be found in "/usr/share/common-licenses/GPL-3".
+
+
+
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+
+
+License: LGPL
+ Distributed under the Lesser General Public License (LGPL)
+ http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License.
+ .
+ On Debian systems, the complete text of the Lesser General Public License (LGPL)
+ can be found in "/usr/share/common-licenses/LGPL-3".
+
+
+
+License: BSD
+ Copyright (c) The Regents of the University of California.
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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.
+

Added: packages-metadata/m/meterbridge.copyright
===================================================================
--- packages-metadata/m/meterbridge.copyright	                        (rev 0)
+++ packages-metadata/m/meterbridge.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: meterbridge
+Upstream-Contact: Steve Harris <steve at plugin.org.uk>
+Source: http://plugin.org.uk/meterbridge/
+License: GPL-2
+
+Files: *
+Copyright: 2002 Steve Harris <steve at plugin.org.uk>
+License: GPL-2
+
+Files: debian/*
+Copyright:
+ 2011-2012 Alessio Treglia <alessio at debian.org>
+ 2010-2012 Jaromír Mikeš <mira.mikes at seznam.cz>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+Comment:
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.

Added: packages-metadata/o/ocrfeeder.copyright
===================================================================
--- packages-metadata/o/ocrfeeder.copyright	                        (rev 0)
+++ packages-metadata/o/ocrfeeder.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,61 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Joaquim Rocha <jrocha at igalia.com>
+Source: http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/
+
+Files: *
+Copyright: 2008-2012 Joaquim Rocha
+           2009-2012 Igalia, S.L.
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2010-2012 Alberto Garcia <agarcia at igalia.com>
+License: GPL-3+
+
+Files: src/ocrfeeder/odf/*
+Copyright: 2006-2007 Søren Roug, European Environment Agency
+License: LGPL-2.1+
+
+Files: src/ocrfeeder/odf/thumbnail.py
+Copyright: 2008 ZwahlenDesign
+License: GPL-2
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-3'.
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+ .
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2, as
+ published by the Free Software Foundation.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ On Debian systems the full text of the GNU General Public License 2
+ can be found in the `/usr/share/common-licenses/GPL-2' file.

Modified: packages-metadata/o/openslide.copyright
===================================================================
--- packages-metadata/o/openslide.copyright	2012-04-11 21:39:41 UTC (rev 2222)
+++ packages-metadata/o/openslide.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -6,6 +6,80 @@
 Copyright: © 2007-2010 Carnegie Mellon University
 License: LGPL-2.1
 
+Files: src/valgrind.h
+Copyright: © 2000-2009 Julian Seward.  All rights reserved.
+License: BSD-4-clause
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. The origin of this software must not be misrepresented; you must 
+    not claim that you wrote the original software.  If you use this 
+    software in a product, an acknowledgment in the product 
+    documentation would be appreciated but is not required.
+ .
+ 3. Altered source versions must be plainly marked as such, and must
+    not be misrepresented as being the original software.
+ .
+ 4. The name of the author may not be used to endorse or promote 
+    products derived from this software without specific prior written 
+    permission.
+ .
+ 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.
+
+Files: src/callgrind.h
+Copyright: © 2003-2009 Josef Weidendorfer.  All rights reserved.
+License: BSD-4-clause
+ This file is part of callgrind, a valgrind tool for cache simulation
+ and call tree tracing.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. The origin of this software must not be misrepresented; you must
+    not claim that you wrote the original software.  If you use this
+    software in a product, an acknowledgment in the product
+    documentation would be appreciated but is not required.
+ .
+ 3. Altered source versions must be plainly marked as such, and must
+    not be misrepresented as being the original software.
+ .
+ 4. The name of the author may not be used to endorse or promote
+    products derived from this software without specific prior written
+    permission.
+ .
+ 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.
+
 Files: cmake/*.cmake
 Copyright: © 2001-2009 Kitware, Inc.
  © 2008-2009 Philip Lowman <philip at yhbt.com>

Added: packages-metadata/p/partman-target.copyright
===================================================================
--- packages-metadata/p/partman-target.copyright	                        (rev 0)
+++ packages-metadata/p/partman-target.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,4 @@
+This package is under the GNU GPL version 2, or any later
+version at your option.
+On Debian system, the GPL is available in 
+/usr/share/common-licenses/GPL-2

Added: packages-metadata/r/rasmol.copyright
===================================================================
--- packages-metadata/r/rasmol.copyright	                        (rev 0)
+++ packages-metadata/r/rasmol.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,216 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: RasMol
+Upstream-Contact: Herbert J. Bernstein <yaya at bernstein-plus-sons.com>
+Source: http://sourceforge.net/projects/openrasmol/
+
+Files: * debian/rasmol_*.xpm debian/rasmol-classic.sh.debian
+Copyright: .
+                                  RasMol 2.7.5.2
+                      Molecular Graphics Visualisation Tool
+                          3 June 2009 (rev. 13 May 2011)
+ .
+                        Based on RasMol 2.6 by Roger Sayle
+ Biomolecular Structures Group, Glaxo Wellcome Research & Development, Stevenage,
+                                Hertfordshire, UK
+              Version 2.6, August 1995, Version 2.6.4, December 1998
+                       Copyright (c) Roger Sayle 1992-1999
+ .
+                               and Based on Mods by
+ .
+ +-----------------------------------------------------------------------------+
+ | Author            | Version, Date        | Copyright                        |
+ |-------------------+----------------------+----------------------------------|
+ | Arne Mueller      | RasMol 2.6x1 May     | (c) Arne Mueller 1998            |
+ |                   | 1998                 |                                  |
+ |-------------------+----------------------+----------------------------------|
+ | Gary Grossman and | RasMol 2.5-ucb       | (c) UC Regents/ModularCHEM       |
+ | Marco Molinaro    | November 1995        | Consortium 1995, 1996            |
+ |                   | RasMol 2.6-ucb       |                                  |
+ |                   | November 1996        |                                  |
+ |-------------------+----------------------+----------------------------------|
+ | Philippe Valadon  | RasTop 1.3 August    | (c) Philippe Valadon 2000        |
+ |                   | 2000                 |                                  |
+ |-------------------+----------------------+----------------------------------|
+ | Herbert J.        | RasMol 2.7.0 March   | (c) Herbert J. Bernstein         |
+ | Bernstein         | 1999                 | 1998-2009                        |
+ |                   | RasMol 2.7.1 June    |                                  |
+ |                   | 1999                 |                                  |
+ |                   | RasMol 2.7.1.1       |                                  |
+ |                   | January 2001         |                                  |
+ |                   | RasMol 2.7.2 August  |                                  |
+ |                   | 2000                 |                                  |
+ |                   | RasMol 2.7.2.1 April |                                  |
+ |                   | 2001                 |                                  |
+ |                   | RasMol 2.7.2.1.1     |                                  |
+ |                   | January 2004         |                                  |
+ |                   | RasMol 2.7.3         |                                  |
+ |                   | February 2005        |                                  |
+ |                   | RasMol 2.7.3.1 Apr   |                                  |
+ |                   | 06                   |                                  |
+ |                   | RasMol 2.7.4 Nov 07  |                                  |
+ |                   | RasMol 2.7.4.1 Jan   |                                  |
+ |                   | 08                   |                                  |
+ |                   | RasMol 2.7.4.2 Mar   |                                  |
+ |                   | 08                   |                                  |
+ |                   | RasMol 2.7.5 June    |                                  |
+ |                   | 2009                 |                                  |
+ |                   | RasMol 2.7.5.1 July  |                                  |
+ |                   | 2009                 |                                  |
+ |                   | RasMol 2.7.5.2 May   |                                  |
+ |                   | 2011                 |                                  |
+ +-----------------------------------------------------------------------------+
+ .
+   RasMol 2.7.5 incorporates changes by T. Ikonen, G. McQuillan, N. Darakev
+   and L. Andrews (via the neartree package). Work on RasMol 2.7.5 supported
+   in part by grant 1R15GM078077-01 from the National Institute of General
+   Medical Sciences (NIGMS), U.S. National Institutes of Health and by grant
+   ER63601-1021466-0009501 from the Office of Biological & Environmental
+   Research (BER), Office of Science, U. S. Department of Energy. RasMol
+   2.7.4 incorporated changes by G. Todorov, Nan Jia, N. Darakev, P.
+   Kamburov, G. McQuillan, and J. Jemilawon. Work on RasMol 2.7.4 supported
+   in part by grant 1R15GM078077-01 from the NIGMS/NIH and grant
+   ER63601-1021466-0009501 from BER/DOE. RasMol 2.7.3 incorporates changes by
+   Clarice Chigbo, Ricky Chachra, and Mamoru Yamanishi. Work on RasMol 2.7.3
+   supported in part by grants DBI-0203064, DBI-0315281 and EF-0312612 from
+   the U.S. National Science Foundation and grant DE-FG02-03ER63601 from
+   BER/DOE. The content is solely the responsibility of the authors and does
+   not necessarily represent the official views of the funding organizations.
+ .
+   The code for use of RasMol under GTK in RasMol 2.7.4.2 was written by
+   Teemu Ikonen.
+                       and Incorporating Translations by
+ .
+ +-----------------------------------------------------------------------------+
+ | Author                               | Item                     | Language  |
+ |--------------------------------------+--------------------------+-----------|
+ | Isabel Servan Martinez,              | 2.6 Manual               | Spanish   |
+ | Jose Miguel Fernandez Fernandez      |                          |           |
+ |--------------------------------------+--------------------------+-----------|
+ | Jose Miguel Fernandez Fernandez      | 2.7.1 Manual             | Spanish   |
+ |--------------------------------------+--------------------------+-----------|
+ | Fernando Gabriel Ranea               | 2.7.1 menus and messages | Spanish   |
+ |--------------------------------------+--------------------------+-----------|
+ | Jean-Pierre Demailly                 | 2.7.1 menus and messages | French    |
+ |--------------------------------------+--------------------------+-----------|
+ | Giuseppe Martini, Giovanni Paolella, | 2.7.1 menus and messages | Italian   |
+ | A. Davassi, M. Masullo, C. Liotto    | 2.7.1 help file          |           |
+ |--------------------------------------+--------------------------+-----------|
+ | G. Pozhvanov                         | 2.7.3 menus and messages | Russian   |
+ |--------------------------------------+--------------------------+-----------|
+ | G. Todorov                           | 2.7.3 menus and messages | Bulgarian |
+ |--------------------------------------+--------------------------+-----------|
+ | Nan Jia, G. Todorov                  | 2.7.3 menus and messages | Chinese   |
+ |--------------------------------------+--------------------------+-----------|
+ | Mamoru Yamanishi, Katajima Hajime    | 2.7.3 menus and messages | Japanese  |
+ +-----------------------------------------------------------------------------+
+ .
+                                This Release by
+   Herbert J. Bernstein, Bernstein + Sons, 5 Brewster Lane, Bellport, NY, USA
+                          yaya at bernstein-plus-sons.com
+                  Copyright (c) Herbert J. Bernstein 1998-2009
+ .
+   The original RasMol manual was created by Roger Sayle. In July 1996, Dr.
+   Margaret Wong of the Chemistry Department, Swinburne University of
+   Technology, Australia, made extensive revisions to the RasMol 2.5 manual
+   to accurately reflect the operation of RasMol 2.6. Eric Martz of the
+   University of Massachusetts made further revisions. In May 1997, William
+   McClure of Carnegie Mellon University reorganized the HTML version of the
+   manual into multiple sections which could be downloaded quickly and added
+   use of frames. Portions of the 2.7.1 version of the RasMol manual were
+   derived with permission from William McClure's version using Roger Sayle's
+   rasmol.doc for version 2.6.4 as the primary source. Changes were made in
+   August 2000 for RasMol version 2.7.2, January 2001 for RasMol version
+   2.7.1.1 and April 2001 for RasMol version 2.7.2.1 and February 2005 for
+   RasMol version 2.7.3.
+ .
+                     Documentation Last Updated 14 May 2011
+            Edited by Herbert J. Bernstein and Frances C. Bernstein
+ .
+                                  Translations
+ .
+   Thanks to the efforts of Jose Miguel Fernandez Fernandez (Departamento de
+   Bioquimica y Biologia Molecular. Universidad de Granada. Espana
+   (jmfernan at ugr.es)) a translation of the Manual for Rasmol version 2.7.1
+   into Spanish is now available. La traduccion espanola del manual de la
+   version de la Dra. Wong revisada por Eric Martz fue realizada por Isabel
+   Servan Martinez y Jose Miguel Fernandez Fernandez. La actual traduccion
+   del Manual de RasMol 2.7.1 ha sido realizada usando como base la anterior
+   de RasMol 2.6 por  Jose Miguel Fernandez Fernandez.
+ .
+   Thanks to translations by Fernando Gabriel Ranea <davinci at dinamica.com.ar>
+   in late 2000 and early 2001, RasMol is now capable of rendering most menu
+   items and messages in Spanish. Jean-Pierre Demailly
+   <Jean-Pierre.Demailly at ujf-grenoble.fr> provided French translations of
+   menus and messages in January 2001. Giuseppe Martini
+   <martini at iigb.na.cnr.it> and Giovanni Paolella <paolella at dbbm.unina.it>
+   with contributions by A. Davassi, M. Masullo and C. Liotto provided
+   Italian translations of menus and messages in March 2001.
+License: GPL-2
+
+Files: data/*.pdb* data/*.ent* data/*.CIF
+Copyright: Data files contained in the PDB archive (ftp://ftp.wwpdb.org) are
+ free of all copyright restrictions and made fully and freely available for
+ both non-commercial and commercial use. Users of the data should attribute
+ the original authors of that structural data. By using the materials
+ available in the PDB archive, the user agrees to abide by the conditions
+ described in the PDB Advisory Notice.
+License:
+ ADVISORY NOTICE FOR USE OF THE PDB ARCHIVE
+ .
+ By using the materials available in this archive, the user agrees to abide
+ by the following conditions:
+ .
+ * The archival data files in the PDB archive are made freely available
+ to all users. Data files within the archive may be redistributed in original
+ form without restriction. Redistribution of modified data files using the same
+ file name as is on the FTP server is prohibited. The rules for file names are
+ detailed at http://www.wwpdb.org/wwpdb_charter.html.
+ .
+ * Data files containing PDB content may incorporate the PDB 4-letter entry
+ name (e.g. 1ABC) in standard PDB records only if they are exactly the same
+ as what is residing in the PDB archive. This does not prevent databases
+ from including PDB entry_id's as cross-references where it is clear that
+ they refer to the PDB archive. PDB records refer to the standard PDB format.
+ The distribution of modified PDB data including the records HEADER, CAVEAT,
+ REVDAT, SPRSDE, DBREF, SEQADV, and MODRES in PDB format and their mmCIF and
+ XML equivalents is not allowed.
+ .
+ * The user assumes all responsibility for insuring that intellectual property
+ claims associated with any data set deposited in the PDB archive are honored.
+ It should be understood that the PDB data files do not contain any information
+ on intellectual property claims with the exception in some cases of a reference
+ for a patent involving the structure.
+ .
+ * Any opinion, findings, and conclusions expressed in the PDB archive by the
+ authors/contributors do not necessarily reflect the views of the wwPDB.
+ .
+ * The data in the PDB archive are provided on an "as is" basis.  The wwPDB
+ nor its comprising institutions cannot be held liable to any party for direct,
+ indirect, special, incidental, or consequential damages, including lost
+ profits, arising from the use of PDB materials.
+ .
+ * Resources on this site are provided without warranty of any kind, either
+ expressed or implied. This includes but is not limited to merchantability or
+ fitness for a particular purpose. The institutions managing this site make
+ no representation that these resources will not infringe any patent or other
+ proprietary right.
+
+Files: debian/*
+Copyright: Teemu Ikonen <tpikonen at gmail.com>
+License: GPL-2
+
+License: GPL-2
+   This version is based directly on RasMol version 2.7.5.1, on RasMol
+   version 2.7.4.2, on RasMol version 2.7.4.1, on RasMol version 2.7.4, on
+   RasMol version 2.7.3.1, on RasMol version 2.7.3, on RasMol version
+   2.7.2.1.1, on RasMol version 2.7.2, on RasMol version 2.7.1, on RasMol
+   version 2.6_CIF.2, on RasMol version 2.6x1, on RasMol version 2.6.4, and
+   RasMol 2.5-ucb and 2.6-ucb.
+ .
+   RasMol versions 2.7.3 and higher may be distributed under the terms of the
+   GNU General Public License (the GPL), see
+ .
+   http://www.gnu.org/licenses/gpl.txt
+ .
+   In Debian systems, the GNU General Public License version 2 can be found
+   at /usr/share/common-licenses/GPL-2

Added: packages-metadata/r/rasmol.upstream
===================================================================
--- packages-metadata/r/rasmol.upstream	                        (rev 0)
+++ packages-metadata/r/rasmol.upstream	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,12 @@
+Contact: Herbert J. Bernstein <yaya at bernstein-plus-sons.com>
+Name: RasMol
+Reference:
+ author: Roger Sayle and E. James Milner-White
+ title: RasMol: Biomolecular graphics for all
+ journal: Trends in Biochemical Sciences (TIBS)
+ volume: 20
+ number: 9
+ pages: 374
+ year: 1995
+ DOI: 10.1016/S0968-0004(00)89080-5
+ PMID: 7482707

Added: packages-metadata/r/rlwrap.copyright
===================================================================
--- packages-metadata/r/rlwrap.copyright	                        (rev 0)
+++ packages-metadata/r/rlwrap.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,13 @@
+This is the Debian/GNU prepackaged version of the rlwrap.
+
+Upstream Author: Hans Lub <hlub at knoware.nl>
+
+Copyright: © 2000-2007 Hans Lub
+
+This package was put together by Oyvind Gronnesby <oyving at pvv.org>
+using sources obtained from
+http://utopia.knoware.nl/~hlub/uck/rlwrap/.
+
+This software is licensed under the terms and conditions of the
+GNU General Public License, which can be found in the file
+/usr/share/common-licenses/GPL-2

Modified: packages-metadata/v/vxl.copyright
===================================================================
--- packages-metadata/v/vxl.copyright	2012-04-11 21:39:41 UTC (rev 2222)
+++ packages-metadata/v/vxl.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -1,4 +1,4 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Format-Specification: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Debianized-By: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Debianized-Date: Wed, 30 Sep 2009 14:07:28 +0200
 Original-Source: http://vxl.sourceforge.net
@@ -13,49 +13,49 @@
                       All Rights Reserved
         Reproduction rights limited as described below.
 License: BSD-like
-Permission to use, copy, modify, distribute, and sell this software
-and its documentation for any purpose is hereby granted without fee,
-provided that (i) the above copyright notice and this permission
-notice appear in all copies of the software and related documentation,
-(ii) the name TargetJr Consortium (represented by GE CRD), may not be
-used in any advertising or publicity relating to the software without
-the specific, prior written permission of GE CRD, and (iii) any
-modifications are clearly marked and summarized in a change history
-log.
+ Permission to use, copy, modify, distribute, and sell this software
+ and its documentation for any purpose is hereby granted without fee,
+ provided that (i) the above copyright notice and this permission
+ notice appear in all copies of the software and related documentation,
+ (ii) the name TargetJr Consortium (represented by GE CRD), may not be
+ used in any advertising or publicity relating to the software without
+ the specific, prior written permission of GE CRD, and (iii) any
+ modifications are clearly marked and summarized in a change history
+ log.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+ IN NO EVENT SHALL THE TARGETJR CONSORTIUM BE LIABLE FOR ANY SPECIAL,
+ INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND OR ANY
+ DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ON
+ ANY THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE
+ USE OR PERFORMANCE OF THIS SOFTWARE.
 
-THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
-EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
-WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-IN NO EVENT SHALL THE TARGETJR CONSORTIUM BE LIABLE FOR ANY SPECIAL,
-INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR ON
-ANY THEORY OF LIABILITY ARISING OUT OF OR IN CONNECTION WITH THE
-USE OR PERFORMANCE OF THIS SOFTWARE.
 
-
 Files: contrib/rpl/rgrl/rgrl_copyright.h
 Copyright:
  Copyright (c) 2002-2004 Rensselaer Polytechnic Institute
 License: BSD (2 clause)
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
-
+ .
   * Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
-
+ .
   * Redistributions in binary form must reproduce the above copyright notice,
     this list of conditions and the following disclaimer in the documentation
     and/or other materials provided with the distribution.
-
+ .
   * Neither the name of Rensselaer Polytechnic Institute nor the names
     of any of the authors and contributors may be used to endorse or promote
     products derived from this software without specific prior written
     permission.
-
+ .
   * Modified source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
-
+ .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -75,17 +75,17 @@
  Graz University of Technology, Austria.
 License:
  This file is part of VRweb.
-
+ .
  VRweb is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2, or (at your option)
  any later version.
-
+ .
  VRweb is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  GNU General Public License for more details.
-
+ .
  You should have received a copy of the GNU General Public License
  along with VRweb; see the file LICENCE. If not, write to the
  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -98,11 +98,11 @@
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
   arising 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. The origin of this software must not be misrepresented; you must not
      claim that you wrote the original software. If you use this software
      in a product, an acknowledgment in the product documentation would be
@@ -128,10 +128,10 @@
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:
-
+ .
  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.
-
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -142,24 +142,24 @@
 
 Files: core/vul/vul_ios_state.h
 Copyright:
-  Copyright 2002, 2005 Daryle Walker
+ Copyright 2002, 2005 Daryle Walker
 License:
  Boost Software License - Version 1.0 - August 17th, 2003
- 
+ .
  Permission is hereby granted, free of charge, to any person or organization
  obtaining a copy of the software and accompanying documentation covered by
  this license (the "Software") to use, reproduce, display, distribute,
  execute, and transmit the Software, and to prepare derivative works of the
  Software, and to permit third-parties to whom the Software is furnished to
  do so, all subject to the following:
- 
+ .
  The copyright notices in the Software and this entire statement, including
  the above license grant, this restriction and the following disclaimer,
  must be included in all copies of the Software, in whole or in part, and
  all derivative works of the Software, unless such copies or derivative
  works are solely in the form of machine-executable object code generated by
  a source language processor.
- 
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
@@ -173,21 +173,21 @@
  Copyright 2006-2009 Brad King, Chuck Stewart
 License: BSL (v1.0)
  Boost Software License - Version 1.0 - August 17th, 2003
- 
+ .
  Permission is hereby granted, free of charge, to any person or organization
  obtaining a copy of the software and accompanying documentation covered by
  this license (the "Software") to use, reproduce, display, distribute,
  execute, and transmit the Software, and to prepare derivative works of the
  Software, and to permit third-parties to whom the Software is furnished to
  do so, all subject to the following:
- 
+ .
  The copyright notices in the Software and this entire statement, including
  the above license grant, this restriction and the following disclaimer,
  must be included in all copies of the Software, in whole or in part, and
  all derivative works of the Software, unless such copies or derivative
  works are solely in the form of machine-executable object code generated by
  a source language processor.
- 
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
@@ -203,19 +203,17 @@
  This software is available under the following "MIT Style" license,
  or at the option of the licensee under the LGPL (see LICENSE.LGPL).  This
  option is discussed in more detail in shapelib.html.
-
- --
-
+ .
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
  to deal in the Software without restriction, including without limitation
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:
-
+ .
  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.
-
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -224,7 +222,6 @@
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
 
-
 Files: contrib/brl/b3p/minizip/*
 Copyright:
  Copyright (C) 1998-2005 Gilles Vollant
@@ -232,11 +229,11 @@
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising 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. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
@@ -264,21 +261,21 @@
  Copyright 2007 Peter Dimov
 License: BSL (v1.0)
  Boost Software License - Version 1.0 - August 17th, 2003
- 
+ .
  Permission is hereby granted, free of charge, to any person or organization
  obtaining a copy of the software and accompanying documentation covered by
  this license (the "Software") to use, reproduce, display, distribute,
  execute, and transmit the Software, and to prepare derivative works of the
  Software, and to permit third-parties to whom the Software is furnished to
  do so, all subject to the following:
- 
+ .
  The copyright notices in the Software and this entire statement, including
  the above license grant, this restriction and the following disclaimer,
  must be included in all copies of the Software, in whole or in part, and
  all derivative works of the Software, unless such copies or derivative
  works are solely in the form of machine-executable object code generated by
  a source language processor.
- 
+ .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
@@ -287,10 +284,9 @@
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
 
-
 Files: debian/*
 Copyright:
- Copyright 2009, Mathieu Malaterre <mathieu.malaterre at gmail.com>
+ Copyright 2009-2012, Mathieu Malaterre <malat at debian.org>
 License: GPL-2+
  The Debian packaging is licensed under the GPL-2 or any later version,
  see `/usr/share/common-licenses/GPL-2'

Added: packages-metadata/w/wicd.copyright
===================================================================
--- packages-metadata/w/wicd.copyright	                        (rev 0)
+++ packages-metadata/w/wicd.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -0,0 +1,64 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Source: https://launchpad.net/wicd/+download
+
+Files: *
+Copyright: © 2007-2008, Adam Blackburn <compwiz18 at users.sourceforge.net>
+ © 2007-2008, Dan O'Reilly <oreilldf at gmail.com>
+ © 2011-2012, David Paleino <d.paleino at gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: © 2008-2012, David Paleino <dapal at debian.org>
+License: GPL-2+
+
+Files: in/init=gentoo=wicd.in
+ init/gentoo/wicd
+Copyright: © 1996-2006, Gentoo Foundation
+License: GPL-2
+
+Files: in/man=wicd.8.in
+ in/man=wicd-manager-settings.conf.5.in
+ in/man=wicd-wired-settings.conf.5.in
+ in/man=wicd-wireless-settings.conf.5.in
+Copyright: © 2008, Robby Workman <rworkman at slackware.com>
+License: GPL-2+
+
+Files: wicd/networking.py
+ wicd/wicd-daemon.py
+ wicd/wnettools.py
+Copyright: © 2007-2008, Adam Blackburn <compwiz18 at users.sourceforge.net>
+ © 2007-2008, Dan O'Reilly <oreilldf at gmail.com>
+ © 2007-2008, Byron Hillis <b_hillis at optusnet.com.au>
+ © 2011-2012, David Paleino <d.paleino at gmail.com>
+License: GPL-2+
+
+Files: uninstall.sh
+Copyright: © 2008, Robby Workman <rworkman at slackware.com>
+ © 2008, Alan Hicks <alan at slackware.com>
+License: BSD-1
+
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public License can 
+ be found in the `/usr/share/common-licenses/GPL-2' file.
+
+License: GPL-2
+ On Debian systems the full text of the GNU General Public License can 
+ be found in the `/usr/share/common-licenses/GPL-2' file.
+
+License: BSD-1
+ # Redistribution and use of this script, with or without modification, is
+ # permitted provided that the following conditions are met:
+ #
+ # 1. Redistributions of this script must retain the above copyright
+ #    notice, this list of conditions and the following 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.

Modified: packages-metadata/x/xcache.copyright
===================================================================
--- packages-metadata/x/xcache.copyright	2012-04-11 21:39:41 UTC (rev 2222)
+++ packages-metadata/x/xcache.copyright	2012-04-11 23:29:10 UTC (rev 2223)
@@ -6,7 +6,7 @@
 Upstream Authors: mOo <phpxcache at gmail.com>
 
 COPYING file in the source distribution contains:
-Copyright (c) 2005-2006, mOo, phpxcache at gmail.com, XCache
+Copyright (c) 2005-2012, mOo, phpxcache at gmail.com, XCache
  All rights reserved.
 
 Redistribution and use in source and binary forms, with or without




More information about the Collab-qa-commits mailing list