[Python-modules-commits] r23607 - in packages/gamera/trunk/debian (changelog copyright)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Tue Feb 26 19:45:52 UTC 2013
Date: Tuesday, February 26, 2013 @ 19:45:50
Author: jwilk
Revision: 23607
Update debian/copyright.
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/copyright
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2013-02-26 18:32:20 UTC (rev 23606)
+++ packages/gamera/trunk/debian/changelog 2013-02-26 19:45:50 UTC (rev 23607)
@@ -6,13 +6,14 @@
+ Drop libga-dev from Build-Depends; no longer needed.
+ Bump minimum required Python version to 2.5.
+ Add gamera/__compiletime_config__.py to debian/clean.
+ + Update debian/copyright.
* Bump standards version to 3.9.4 (no changes needed).
* Add patch to fix spelling mistakes.
(fix-typos.diff)
* Don't run dh_auto_clean; remove *.pyc files manually (which was the only
thing it did that wasn't done by other means) instead.
- -- Jakub Wilk <jwilk at debian.org> Mon, 25 Feb 2013 00:31:33 +0100
+ -- Jakub Wilk <jwilk at debian.org> Tue, 26 Feb 2013 20:45:14 +0100
gamera (3.3.3-2) unstable; urgency=low
Modified: packages/gamera/trunk/debian/copyright
===================================================================
--- packages/gamera/trunk/debian/copyright 2013-02-26 18:32:20 UTC (rev 23606)
+++ packages/gamera/trunk/debian/copyright 2013-02-26 19:45:50 UTC (rev 23607)
@@ -5,7 +5,7 @@
Files: *
Copyright:
- 2001-2011, Christoph Dalitz
+ 2001-2012, Christoph Dalitz
2001-2010, Michael Droettboom
2001-2010, Ichiro Fujinaga
2001-2010, Karl MacMillan
@@ -22,9 +22,11 @@
2009, Jonathan Koch
2010, Hasan Yildiz
2010-2011, Olivier Christen
- 2010-2011, Tobias Bolten
+ 2010-2012, Tobias Bolten
2011, Christian Brandt
2011, Andreas Leuschner
+ 2012, Andrew Hankinson
+ 2012, David Kolanus
License: GPL-2+
Files: gamera/backport/textwrap.py
@@ -62,7 +64,7 @@
Files: include/boost_limits.hpp
Copyright: 1997, Silicon Graphics Computer Systems, Inc.
-License: other
+License: other-1
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
@@ -70,35 +72,41 @@
makes no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
-Files: src/ga/*
+Files: include/plugins/threshold.hpp
Copyright:
- 1995-1996, Massachusetts Institute of Technology
- 1996-1999, Matthew Wall
-License: other
- 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:
- .
- 1. You may copy and distribute the source code and/or
- library/executable code for GAlib in any medium provided that you
- conspicuously and appropriately give credit to the author and keep
- intact all copyright and disclaimer notices in the library.
- .
- 2. Any publications of work based upon experiments that use GAlib must
- include a suitable acknowledgement of GAlib. A suggested
- acknowledgement is: "The software for this work used the GAlib genetic
- algorithm package, written by Matthew Wall at the Massachusetts
- Institute of Technology."
- .
- 3. The author of GAlib and MIT assume absolutely no responsibility for
- the use or misuse of GAlib. In no event shall the author of GAlib or
- MIT be liable for any damages resulting from use or performance of
- GAlib.
+ 1990, Blab, UiO
+ 2001-2005, Ichiro Fujinaga,
+ 2001-2005, Michael Droettboom,
+ 2001-2005, Karl MacMillan,
+License: GPL-2+
+Files: src/eodev/*
+Copyright:
+ 1994, Th. Baeck
+ 1996-2001, EEAAX
+ 1996-2003, Nikolaus Hansen
+ 1998-2005, GeNeura Team
+ 1998-2007, Maarten Keijzer
+ 1999-2005, Marc Schoenauer
+ 2001-2002, Jeroen Eggermont
+ 2002, Pierre Collet
+ 2002-2007, OPAC Team
+ 2005, Jochen Küpper
+ 2007-2008, Dolphin Team
+ 2010-2011, Thales group
+License: LGPLv2.1+
+
+Files: src/eodev/gp/node_pool.h
+License: other-2
+ Permission to copy, use, modify, sell and distribute this software is
+ granted provided this copyright notice appears in all copies. This software
+ is provided "as is" without express or implied warranty, and with no claim
+ as to its suitability for any purpose.
+ .
+ Permission to modify the code and to distribute modified code is granted,
+ provided the above notices are retained, and a notice that the code was
+ modified is included with the above copyright notice.
+
Files: examples/*
Copyright: none
License: public-domain
@@ -155,6 +163,21 @@
On Debian systems, the complete text of the GNU General Public License
version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+License: LGPLv2.1+
+ This library 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 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
+ Lesser General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in the /usr/share/common-licenses/LGPL-2.1
+ file.
+
License: wxWindows-3
Copyright (c) 1998 Julian Smart, Robert Roebling et al
.
More information about the Python-modules-commits
mailing list