[pkg-java] r7108 - trunk/libxpp3-java/debian

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Fri Oct 3 09:50:36 UTC 2008


Author: marcusb-guest
Date: 2008-10-03 09:50:35 +0000 (Fri, 03 Oct 2008)
New Revision: 7108

Modified:
   trunk/libxpp3-java/debian/changelog
   trunk/libxpp3-java/debian/copyright
Log:
debian/copyright: Completed copyright information.

Modified: trunk/libxpp3-java/debian/changelog
===================================================================
--- trunk/libxpp3-java/debian/changelog	2008-10-03 09:49:51 UTC (rev 7107)
+++ trunk/libxpp3-java/debian/changelog	2008-10-03 09:50:35 UTC (rev 7108)
@@ -5,6 +5,7 @@
   * Move dependencies for clean target to Build-depends.
   * Update to policy version 3.8.0.1.
     - Describe patch management in README.source.
+  * debian/copyright: Completed copyright information.
   * Added myself to Uploaders, removed Wolfgang.
 
  -- Marcus Better <marcus at better.se>  Thu, 02 Oct 2008 17:04:04 +0200

Modified: trunk/libxpp3-java/debian/copyright
===================================================================
--- trunk/libxpp3-java/debian/copyright	2008-10-03 09:49:51 UTC (rev 7107)
+++ trunk/libxpp3-java/debian/copyright	2008-10-03 09:50:35 UTC (rev 7108)
@@ -1,51 +1,48 @@
-This package was debianized by Wolfgang Baer <WBaer at gmx.de> on
-Sat, 23 Apr 2005 15:23:09 +0200 based on the work of Jorge 
-Pérez Burgos <jorge.perez at adaptia.net>.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Name: XML Pull Parser 3
+Upstream-Maintainer: 
+Upstream-Source: http://www.extreme.indiana.edu/xgws/xsoap/xpp
 
-It was downloaded from 
-<http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/>
-
-Copyright:
-
-Upstream Author: Aleksander Andrzej Slominski <aslom at cs.indiana.edu>
-
-License:
-
+Files: *
+Copyright: Copyright 2002-2004 Extreme! Lab, Indiana University
+Copyright: Copyright 2000-2004 Jason Hunter
+License: other-BSD
  Indiana University Extreme! Lab Software License
-
+ .
  Version 1.1.1
-
+ .
  Copyright (c) 2002 Extreme! Lab, Indiana University. 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. The end-user documentation included with the redistribution, if any,
  must include the following acknowledgment:
-
+ .
  "This product includes software developed by the Indiana University
  Extreme! Lab (http://www.extreme.indiana.edu/)."
-
+ .
  Alternately, this acknowledgment may appear in the software itself,
  if and wherever such third-party acknowledgments normally appear.
-
+ .
  4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
  must not be used to endorse or promote products derived from this
  software without prior written permission. For written permission,
  please contact http://www.extreme.indiana.edu/.
-
+ .
  5. Products derived from this software may not use "Indiana Univeristy"
  name nor may "Indiana Univeristy" appear in their name, without prior
  written permission of the Indiana University.
-
+ .
  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -57,3 +54,117 @@
  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/java/builder/javax/xml/namespace/QName.java
+Copyright: Copyright 2001-2003 The Apache Software Foundation
+License: Apache-1.1
+
+Files: src/java/tests/*
+Copyright: Copyright 2002 Aleksander Slominski
+License: LGPL-2.1+
+
+Files: src/java/xpath/org/xmlpull/v1/builder/xpath/jaxen/*
+Copyright: Copyright 2000-2002 bob mcwhirter <bob at werken.com>
+Copyright: Copyright 2000-2002 James Strachan <jstrachan at apache.org>
+License: BSD-jaxen
+ 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 disclaimer that follows 
+    these conditions in the documentation and/or other materials 
+    provided with the distribution.
+ .
+ 3. The name "Jaxen" must not be used to endorse or promote products
+    derived from this software without prior written permission.  For
+    written permission, please contact license at jaxen.org.
+ .
+ 4. Products derived from this software may not be called "Jaxen", nor
+    may "Jaxen" appear in their name, without prior written permission
+    from the Jaxen Project Management (pm at jaxen.org).
+ .
+ In addition, we request (but do not require) that you include in the 
+ end-user documentation provided with the redistribution and/or in the 
+ software itself an acknowledgement equivalent to the following:
+     "This product includes software developed by the
+      Jaxen Project (http://www.jaxen.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos 
+ available at http://www.jaxen.org/
+ .
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 Jaxen AUTHORS OR THE PROJECT
+ 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.
+ .
+ This software consists of voluntary contributions made by many 
+ individuals on behalf of the Jaxen Project and was originally 
+ created by bob mcwhirter <bob at werken.com> and 
+ James Strachan <jstrachan at apache.org>.  For more information on the 
+ Jaxen Project, please see <http://www.jaxen.org/>.
+
+Files: src/java/xpath/org/xmlpull/v1/builder/xpath/saxpath/*
+Copyright: Copyright 2000-2002 werken digital
+License: BSD-saxpath
+ 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 disclaimer that follows 
+    these conditions in the documentation and/or other materials 
+    provided with the distribution.
+ .
+ 3. The name "SAXPath" must not be used to endorse or promote products
+    derived from this software without prior written permission.  For
+    written permission, please contact license at saxpath.org.
+ .
+ 4. Products derived from this software may not be called "SAXPath", nor
+    may "SAXPath" appear in their name, without prior written permission
+    from the SAXPath Project Management (pm at saxpath.org).
+ .
+ In addition, we request (but do not require) that you include in the 
+ end-user documentation provided with the redistribution and/or in the 
+ software itself an acknowledgement equivalent to the following:
+     "This product includes software developed by the
+      SAXPath Project (http://www.saxpath.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos 
+ available at http://www.saxpath.org/
+ .
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 SAXPath AUTHORS OR THE PROJECT
+ 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.
+ .
+ ====================================================================
+ This software consists of voluntary contributions made by many 
+ individuals on behalf of the SAXPath Project and was originally 
+ created by bob mcwhirter <bob at werken.com> and 
+ James Strachan <jstrachan at apache.org>.  For more information on the 
+ SAXPath Project, please see <http://www.saxpath.org/>.
+
+Files: debian/*
+Copyright: Copyright 2008 Marcus Better <marcus at better.se>
+License: Apache-1.1




More information about the pkg-java-commits mailing list