Author: ebourg-guest Date: 2013-07-28 22:48:24 +0000 (Sun, 28 Jul 2013) New Revision: 17087
Modified: trunk/c3p0/debian/changelog trunk/c3p0/debian/copyright Log: debian/copyright: Converted to the Copyright Format 1.0 Modified: trunk/c3p0/debian/changelog =================================================================== --- trunk/c3p0/debian/changelog 2013-07-28 22:30:44 UTC (rev 17086) +++ trunk/c3p0/debian/changelog 2013-07-28 22:48:24 UTC (rev 17087) @@ -8,6 +8,7 @@ * debian/rules: Improved the clean target * Install the upstream changelog * Only suggest liblog4j1.2-java since the dependency is optional + * debian/copyright: Converted to the Copyright Format 1.0 -- Emmanuel Bourg <[email protected]> Sun, 28 Jul 2013 22:58:49 +0200 Modified: trunk/c3p0/debian/copyright =================================================================== --- trunk/c3p0/debian/copyright 2013-07-28 22:30:44 UTC (rev 17086) +++ trunk/c3p0/debian/copyright 2013-07-28 22:48:24 UTC (rev 17087) @@ -1,25 +1,37 @@ -This package was debianized by Arnaud Vandyck <[email protected]> on 3-April-2007. -The source code was downloaded from http://sourceforge.net/projects/c3p0 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: c3p0 +Upstream-Contact: Steve Waldman <[email protected]> +Source: https://sourceforge.net/projects/c3p0 -Authors: +Files: * +Copyright: 2001-2013 Machinery For Change, Inc. +License: LGPL-2.1 - Steve Waldman <[email protected]> +Files: debian/* +Copyright: 2007, Arnaud Vandyck <[email protected]> + 2007-2009, Michael Koch <[email protected]> + 2007-2009, Varun Hiremath <[email protected]> + 2010, Torsten Werner <[email protected]> + 2012, tony mancill <[email protected]> + 2012, Damien Raude-Morvan <[email protected]> + 2013, Emmanuel Bourg <[email protected]> +License: LGPL-2.1 -Copyright: © 2001-2007 Machinery For Change, Inc. +License: LGPL-2.1 + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version + 2.1, as published by the Free Software Foundation. + . + This software 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 Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this software; see the file LICENSE. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. + . + On Debian systems the full text of the Lesser General Public License, + LGPL, can be found at /usr/share/common-licenses/LGPL-2.1 - This library is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License version - 2.1, as published by the Free Software Foundation. - - This software 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 Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this software; see the file LICENSE. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301 USA. - -On Debian systems the full text of the Lesser General Public License, -LGPL, can be found at /usr/share/common-licenses/LGPL-2.1 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

