[Debtags-commits] [svn] r1933 - in python: . debian
Enrico Zini
enrico at costa.debian.org
Tue Sep 19 19:52:07 UTC 2006
Author: enrico
Date: Tue Sep 19 19:52:06 2006
New Revision: 1933
Modified:
python/ (props changed)
python/Debtags.py
python/debian/copyright
python/reverse
python/tagsByRelevance
Log:
r3377 at viaza: enrico | 2006-09-19 21:51:44 +0200
Added license information
Modified: python/Debtags.py
==============================================================================
--- python/Debtags.py (original)
+++ python/Debtags.py Tue Sep 19 19:52:06 2006
@@ -1,3 +1,23 @@
+#
+# Debtags.py -- Access and manipulate Debtags information
+#
+# Copyright (C) 2006 Enrico Zini <enrico at enricozini.org>
+#
+# 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.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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
import math
def readTagDatabase(input):
Modified: python/debian/copyright
==============================================================================
--- python/debian/copyright (original)
+++ python/debian/copyright Tue Sep 19 19:52:06 2006
@@ -1,22 +1,19 @@
This package was debianized by James Westby <jw+debian at jameswestby.net> on
Fri, 15 Sep 2006 14:49:27 +0100.
-It was downloaded from <fill in http/ftp site>
+It was downloaded from svn://svn.debian.org/debtags/python
-Upstream Author: <put author(s) name and email here>
+Upstream Author: Enrico Zini <enrico at enricozini.org>
-Copyright: <put the year(s) of the copyright, and the names of the
- copyright holder(s) here>
+Copyright: 2006, Enrico Zini <enrico at enricozini.org>
License:
-<Put the license of the package here>
+Debtags.py is licensed under the LGPL, see
+`/usr/share/common-licenses/LGPL-2.1`.
+All the other commandline tools are licensed under the GPL, see
+`/usr/share/common-licenses/GPL`.
The Debian packaging is (C) 2006, James Westby <jw+debian at jameswestby.net> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-
Modified: python/reverse
==============================================================================
--- python/reverse (original)
+++ python/reverse Tue Sep 19 19:52:06 2006
@@ -1,5 +1,23 @@
#!/usr/bin/python
+# debtags - Implement package tags support for Debian
+#
+# Copyright (C) 2003--2006 Enrico Zini <enrico at debian.org>
+#
+# This program 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 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
import sys
import Debtags
Modified: python/tagsByRelevance
==============================================================================
--- python/tagsByRelevance (original)
+++ python/tagsByRelevance Tue Sep 19 19:52:06 2006
@@ -1,5 +1,23 @@
#!/usr/bin/python
+# debtags - Implement package tags support for Debian
+#
+# Copyright (C) 2003--2006 Enrico Zini <enrico at debian.org>
+#
+# This program 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 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
import sys
import re
import Debtags
More information about the Debtags-commits
mailing list