[xml-security-c] 21/24: Update debian/copyright
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Sun Nov 29 19:42:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch master
in repository xml-security-c.
commit e26686c4c8fbc56ba98d690781bd9289a5e764ad
Author: Ferenc Wágner <wferi at niif.hu>
Date: Thu Nov 26 11:17:09 2015 +0100
Update debian/copyright
* upstream added Santuario to the project name
* Autoconf and Libtool files changed license
* use exception syntax in license short names
* add my copyright on the packaging
---
debian/copyright | 112 +++++++++++++++++++++++++++++++++++--------------------
1 file changed, 72 insertions(+), 40 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index e0bdd8d..fb29d09 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,36 +1,27 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://santuario.apache.org/cindex.html
-Upstream-Name: Apache XML Security for C++
+Upstream-Name: Apache Santuario XML-Security-C library
Files: *
Copyright: 2010-2013 The Apache Software Foundation
License: Apache-2.0
Files: */Makefile.in
-Copyright: 2002-2013 The Apache Software Foundation
- 1994-2012 Free Software Foundation, Inc.
-License: Apache-2.0
+Copyright: 2006-2011 The Apache Software Foundation
+ 1994-2014 Free Software Foundation, Inc.
+License: Apache-2.0 and FSF-unlimited
-Files: aclocal.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
+Files: aclocal.m4 m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
m4/lt~obsolete.m4
-Copyright: 1996-2012 Free Software Foundation, Inc.
+Copyright: 1996-2014 Free Software Foundation, Inc.
License: FSF-unlimited
- This file is free software; the Free Software Foundation
- gives unlimited permission to copy and/or distribute it,
- with or without modifications, as long as this notice is preserved.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE.
-Files: build-aux/config.guess build-aux/config.sub build-aux/depcomp
- build-aux/missing
-Copyright: 1992-2012 Free Software Foundation, Inc.
-License: GPL-2+ or configure-same-as-package
+Files: build-aux/config.guess build-aux/config.sub
+Copyright: 1992-2013 Free Software Foundation, Inc.
+License: GPL-3+ with autoconf exception
This file 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
+ Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
.
This program is distributed in the hope that it will be useful, but
@@ -38,23 +29,44 @@ License: GPL-2+ or configure-same-as-package
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
.
+ The full text of the GNU General Public License version 3 is available on
+ Debian systems in /usr/share/common-licenses/GPL-3.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program. This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+
+Files: build-aux/compile build-aux/depcomp build-aux/missing
+Copyright: 1999-2014 Free Software Foundation, Inc.
+License: GPL-2+ with autoconf exception
+ This file 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.
+ .
The full text of the GNU General Public License version 2 is available on
Debian systems in /usr/share/common-licenses/GPL-2.
.
As a special exception to the GNU General Public License, if you
- distribute this file as part of a program that contains a configuration
- script generated by Autoconf, you may include it under the same
- distribution terms that you use for the rest of that program.
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
Files: build-aux/install-sh
Copyright: (C) 1994 X Consortium
License: Expat
-Files: build-aux/ltmain.sh m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4
- m4/ltversion.m4 m4/lt~obsolete.m4
-Copyright: 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
- 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
-License: GPL-2+ or libtool-same-as-package
+Files: build-aux/ltmain.sh
+Copyright: 1996-2015 Free Software Foundation, Inc.
+License: GPL-2+ with libtool exception
GNU Libtool 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
@@ -69,6 +81,9 @@ License: GPL-2+ or libtool-same-as-package
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.
+ .
+ The full text of the GNU General Public License version 2 is available on
+ Debian systems in /usr/share/common-licenses/GPL-2.
Files: configure
Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -79,15 +94,16 @@ License: FSF-configure-unlimited
Files: debian/*
Copyright: 2006-2013
The Board of Trustees of the Leland Stanford Junior University
+ 2015 Ferenc Wágner <wferi at niif.hu>
License: Expat
Files: m4/ax_pthread.m4
-Copyright: 2006 Steven G. Johnson <stevenj at alum.mit.edu>
+Copyright: 2008 Steven G. Johnson <stevenj at alum.mit.edu>
2011 Daniel Richard G. <skunk at iSKUNK.ORG>
-License: GPL-2+ or macro-archive-same-as-package
- This program is free software; you can redistribute it and/or modify it
+License: GPL-3+ with autoconf-macro-package exception
+ 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
+ Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
.
This program is distributed in the hope that it will be useful, but
@@ -95,21 +111,21 @@ License: GPL-2+ or macro-archive-same-as-package
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
.
- The full text of the GNU General Public License version 2 is available on
- Debian systems in /usr/share/common-licenses/GPL-2.
+ The full text of the GNU General Public License version 3 is available on
+ Debian systems in /usr/share/common-licenses/GPL-3.
.
As a special exception, the respective Autoconf Macro's copyright owner
gives unlimited permission to copy, distribute and modify the configure
scripts that are the output of Autoconf when processing the Macro. You
- need not follow the terms of the GNU General Public License when using or
- distributing such scripts, even though portions of the text of the Macro
- appear in them. The GNU General Public License (GPL) does govern all
- other use of the material that constitutes the Autoconf Macro.
+ need not follow the terms of the GNU General Public License when using
+ or distributing such scripts, even though portions of the text of the
+ Macro appear in them. The GNU General Public License (GPL) does govern
+ all other use of the material that constitutes the Autoconf Macro.
.
This special exception to the GPL applies to versions of the Autoconf
- Macro released by the Autoconf Macro Archive. When you make and
- distribute a modified version of the Autoconf Macro, you may extend this
- special exception to the GPL to apply to your modified version as well.
+ Macro released by the Autoconf Archive. When you make and distribute a
+ modified version of the Autoconf Macro, you may extend this special
+ exception to the GPL to apply to your modified version as well.
License: Apache-2.0
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -130,6 +146,16 @@ License: Apache-2.0
On Debian systems, the complete text of the Apache 2.0 license can be
found in the file /usr/share/common-licenses/Apache-2.0.
+License: FSF-unlimited
+ This file is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
@@ -149,3 +175,9 @@ License: Expat
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.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization from the X
+ Consortium.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git
More information about the Pkg-shibboleth-devel
mailing list