This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-archiver.
commit f25ba4336aa1087c1e01a0832801f566f2c340d8 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 13:04:11 2017 +0200 Converted debian/copyright to the Copyright Format 1.0 --- debian/changelog | 1 + debian/copyright | 114 ++++++++++++++++++++++++------------------------------- 2 files changed, 50 insertions(+), 65 deletions(-) diff --git a/debian/changelog b/debian/changelog index 836b817..41a3331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ plexus-archiver (3.0-1) UNRELEASED; urgency=medium * Switch to debhelper level 10 * Use secure Vcs-* URLs * Updated the Homepage field + * Converted debian/copyright to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Tue, 18 Jul 2017 10:09:40 +0200 diff --git a/debian/copyright b/debian/copyright index 767972e..957d8f7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,67 +1,51 @@ -This package was debianized by Paul Cager <[email protected]> -Sun, 06 Apr 2008 17:44:08 +0100. - -plexus-archiver was downloaded from -http://plexus.codehaus.org/plexus-components/plexus-archiver/ - -Copyright: 2004-2008 The Codehaus Foundation - -License: - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -The full text of the license can be found in -'/usr/share/common-licenses/Apache-2.0'. - ----------- - -Files: - -src/test/java/org/codehaus/plexus/archiver/EmptyDirectoryTest.java -src/test/java/org/codehaus/plexus/archiver/manager/ArchiverManagerTest.java -src/test/java/org/codehaus/plexus/archiver/gzip/GZipArchiverTest.java -src/test/java/org/codehaus/plexus/archiver/tar/TarBZip2UnArchiverTest.java - .../TarArchiverTest.java - .../TarGZipUnArchiverTest.java -src/test/java/org/codehaus/plexus/archiver/bzip2/BZip2ArchiverTest.java -src/test/java/org/codehaus/plexus/archiver/zip/ZipArchiverTest.java - -Copyright: 2004 The Codehaus Foundation - -License: The MIT License - - 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. - ----------- +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Plexus Archiver +Source: https://github.com/codehaus-plexus/plexus-archiver + +Files: * +Copyright: 2005-2017, The Codehaus Foundation +License: Apache-2.0 + +Files: src/test/java/org/codehaus/plexus/archiver/EmptyDirectoryTest.java + src/test/java/org/codehaus/plexus/archiver/manager/ArchiverManagerTest.java + src/test/java/org/codehaus/plexus/archiver/gzip/GZipArchiverTest.java + src/test/java/org/codehaus/plexus/archiver/tar/TarBZip2UnArchiverTest.java + src/test/java/org/codehaus/plexus/archiver/tar/TarArchiverTest.java + src/test/java/org/codehaus/plexus/archiver/tar/TarGZipUnArchiverTest.java + src/test/java/org/codehaus/plexus/archiver/bzip2/BZip2ArchiverTest.java + src/test/java/org/codehaus/plexus/archiver/zip/ZipArchiverTest.java +Copyright: 2004, The Codehaus Foundation +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. Files: src/main/java/org/codehaus/plexus/archiver/* - -Copyright: 2001-2005 The Apache Software Foundation - -License: Apache 2.0 (see above) +Copyright: 2001-2005, The Apache Software Foundation +License: Apache-2.0 + +Files: debian/* +Copyright: 2008, Paul Cager <[email protected]> + 2008, Torsten Werner <[email protected]> + 2009, Ludovic Claude <[email protected]> + 2011, Damien Raude-Morvan <[email protected]> + 2013-2017, Emmanuel Bourg <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-archiver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

