Steffen Möller pushed to branch master at Debian Java Maintainers / trove3
Commits: 37f7a874 by Steffen Möller at 2018-07-06T17:12:39+00:00 Using Files-Excluded in d/copyright, formatting. - - - - - 1 changed file: - debian/copyright Changes: ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -1,45 +1,48 @@ -This package was debianized by Arnaud Vandyck <[email protected]> on 12-April-2007. -It was updated to Trove 3 by Erich Schubert <[email protected]> on -02-June-2012. -The source code was downloaded from http://trove4j.sourceforge.net/ - -Authors: - Rob Eden <[email protected]> - Johan Parent <[email protected]> - Jeff Randall <[email protected]> - Eric D. Friedman <[email protected]> - -Copyright: (c) 2009-2010, Rob Eden All Rights Reserved. - -License: - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library 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 - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA - -On Debian systems, you can find the LGPL license in: -/usr/share/common-licenses/LGPL-2.1 - - -The PrimeFinder and HashFunctions classes in Trove are subject to the -following license restrictions: - -Copyright (c) 1999 CERN - European Organization for Nuclear Research. - -Permission to use, copy, modify, distribute and sell this software and -its documentation for any purpose is hereby granted without fee, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation. CERN makes no representations about the -suitability of this software for any purpose. It is provided "as is" -without expressed or implied warranty. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Trove +Source: http://trove4j.sourceforge.net/ + +Files-Excluded: lib/ + javadocs/* + *.jar + +Files: * +Copyright: + 2009-2010 Rob Eden <[email protected]> + Johan Parent <[email protected]> + Jeff Randall <[email protected]> + Eric D. Friedman <[email protected]> +License: GPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library 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 + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + . + On Debian systems, you can find the LGPL license in: + /usr/share/common-licenses/LGPL-2.1 + +Files: src/gnu/trove/impl/PrimeFinder.java + src/gnu/trove/impl/HashFunctions.java +Copyright: (c) 1999 CERN - European Organization for Nuclear Research. +License: custom + Permission to use, copy, modify, distribute and sell this software and + its documentation for any purpose is hereby granted without fee, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation. CERN makes no representations about the + suitability of this software for any purpose. It is provided "as is" + without expressed or implied warranty. + +Files: debian/* +Copyright: 12-April-2007 Arnaud Vandyck <[email protected]> on . + 02-June-2012 Erich Schubert <[email protected]> for update to Trove 3 +License: GPL-2.1+ View it on GitLab: https://salsa.debian.org/java-team/trove3/commit/37f7a87489b89352c37f63dfdae6c6c94f129334 -- View it on GitLab: https://salsa.debian.org/java-team/trove3/commit/37f7a87489b89352c37f63dfdae6c6c94f129334 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

