This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch dev in repository jabref.
commit 0d2f9f01d5853ab392cc4a41b9c57108406cfcfa Author: tony mancill <[email protected]> Date: Sun Dec 4 17:26:00 2016 -0800 start on clean-up of debian/copyright --- debian/copyright | 55 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/debian/copyright b/debian/copyright index a9945ed..82a3031 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,33 +1,27 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JabRef -Upstream-Contact: Morten Alver, Nizar Batada +Upstream-Contact: Oliver Kopp <[email protected]> Source: https://github.com/JabRef/jabref/releases Files-Excluded: lib gradle -Comment: The +ds version is created by removing lib/, buildlib/, gradle/, osx/: - contain sourceless pre-compiled libraries which are not used anyway +Comment: The +ds version is created by removing lib/ and gradle/ which + contain sourceless pre-compiled libraries which are not used anyway. Files: * -Copyright: 2003-2014, Morten Alver <[email protected]> +Copyright: 2003-2016, JabRef Authors + 2003-2014, Morten Alver <[email protected]> 2003-2014, Nizar Batada <[email protected]> -License: GPL-2 +License: MIT -Files: jabref.ebuild -Copyright: 1999-2012 Gentoo Foundation -License: GPL-2 +Files: src/main/java/osx/macadapter/MacAdapter.java +Copyright: 2015, JabRef contributors +License: GPL-2+ +Comment: The source in this file is disabled during the Debian build. -Files: src/images/* +Files: src/main/resources/images/* Copyright: 2006-2007, Everaldo Coelho <[email protected]> License: LGPL-2.1 Comment: The majority of icons are from the Crystal Clear icon set -Files: src/java/gnu/dtools/ritopt/* -Copyright: 2001, Damian Ryan Eads -License: GPL-2+ - -Files: src/manuals/de/JabRef-UserManual_de.tex -Copyright: 2005-2010, Dominik Waßenhoven -License: CC-BY-SA-3.0 - Files: src/tests/net/sf/jabref/bst/abbrv.bst Copyright: 1985, unknown License: other @@ -248,10 +242,33 @@ Copyright: 2005-2016, gregor herrmann <[email protected]> 2005-2016, tony mancill <[email protected]> License: GPL-2 -Files: debian/patches/mrDlib_jayatana.patch -Copyright: 2012, Oliver Kopp <[email protected]> +Files: debian/patches/020_disable_automatic_upgrade_check.patch + 060_diable_java-diff-utils.patch +Copyright: 2016, Oliver Kopp <[email protected]> License: GPL-2 +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. + 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: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

