[SCM] libzn-poly: library for polynomial arithmetic in Z/nZ[x] branch, master, updated. upstream/0.9-23-g0c2a347

Tobias Hansen tobias.han at gmx.de
Sun Dec 23 12:34:55 UTC 2012


The following commit has been merged in the master branch:
commit 68afc22af806a73ceccd1898da8752c3d7be1ebf
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Dec 23 13:00:48 2012 +0100

    Convert debian/copyright to machine-readable copyright format 1.0.

diff --git a/debian/copyright b/debian/copyright
index 323160e..b9b8bb7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,70 +1,98 @@
-This package was debianized by Tim Abbott <tabbott at mit.edu> in 2008.
-
-It was downloaded from http://math.harvard.edu/~dmharvey/zn_poly/
-
-Upstream Author: David Harvey <dmharvey at math.harvard.edu>
-
-Copyright (C) 2007, 2008, David Harvey
-
-License:
-
-   This package 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 or
-   version 3 of the License.
-
-   This package 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.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General Public License
-versions 2 and 3 can be found in `/usr/share/common-licenses/GPL-2'
-and `/usr/share/common-licenses/GPL-3', respectively.
-
-The Debian packaging is (C) 2008, Tim Abbott <tabbott at mit.edu> and is
-licensed under the GPL, see above.
-
-Licensing notes:
-
-zn_poly incorporates small amounts of code from other projects:
-
-   (2a)
-   The file "wide_arith.h" includes some assembly macros from the file
-   "longlong.h" in GMP 4.2.1; see http://gmplib.org/. The copyright to this
-   code is held by the Free Software Foundation, and it was released under
-   "LGPL v2.1 or later":
-
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser 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 package 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 package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General Public
-License version 2.1 can be found in
-`/usr/share/common-licenses/LGPL-2.1'.
-
-   (2b)
-   The file "wide_arith.h" also includes assembly macros from the file
-   "SPMM_ASM.h" in NTL 5.4.1; see http://www.shoup.net/ntl/. The copyright
-   to this code is held by Victor Shoup, and it was released under "GPL v2 or
-   later", see above.
-
-   (2c)
-   The filer "profiler.h" contains x86 cycle counting code from the file
-   "profiler.h" in FLINT 1.0; see http://www.flintlib.org/. The copyright
-   to this code is held by William Hart, and it was released under "GPL v2 or
-   later", see above.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zn_poly
+Source: http://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/
+
+Files: *
+Copyright: Copyright (C) 2007, 2008, David Harvey
+License: GPL-2-or-3
+
+Files: include/wide_arith.h
+Copyright: Copyright (C) 2007, 2008, David Harvey
+           Free Software Foundation
+           Victor Shoup
+Comment:
+ Quoted from COPYING:
+ .
+ The file "wide_arith.h" includes some assembly macros from the file
+ "longlong.h" in GMP 4.2.1; see http://gmplib.org/. The copyright to this
+ code is held by the Free Software Foundation, and it was released under
+ "LGPL v2.1 or later".
+ .
+ The file "wide_arith.h" also includes assembly macros from the file
+ "SPMM_ASM.h" in NTL 5.4.1; see http://www.shoup.net/ntl/. The copyright
+ to this code is held by Victor Shoup, and it was released under "GPL v2 or
+ later".
+License: GPL-2-or-3 and LGPL-2.1+ and GPL-2+
+
+Files: include/profiler.h
+Copyright: Copyright (C) 2007, 2008, David Harvey
+           William Hart
+Comment:
+ Quoted from COPYING:
+ .
+ The filer "profiler.h" contains x86 cycle counting code from the file
+ "profiler.h" in FLINT 1.0; see http://www.flintlib.org/. The copyright
+ to this code is held by William Hart, and it was released under "GPL v2 or
+ later".
+License: GPL-2-or-3 and GPL-2+
+
+Files: debian/*
+Copyright: 2008 Tim Abbott <tabbott at mit.edu>
+           2012 Tobias Hansen <thansen at debian.org>
+License: GPL-2+
+
+License: GPL-2-or-3
+ This package 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 or
+ version 3 of the License.
+ .
+ This package 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ versions 2 and 3 can be found in `/usr/share/common-licenses/GPL-2'
+ and `/usr/share/common-licenses/GPL-3', respectively.
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in /usr/share/common-licenses/GPL-2
+
+License: LGPL-2.1+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser 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 package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in
+ `/usr/share/common-licenses/LGPL-2.1'.

-- 
libzn-poly: library for polynomial arithmetic in Z/nZ[x]



More information about the debian-science-commits mailing list