Added myself to AUTHORS and debian/copyright

Added GPL-2 notice to submittodebian
Added submittodebian to debian/copyright
This commit is contained in:
Soren Hansen 2007-09-07 14:36:50 +02:00
parent ca011207c7
commit 612f729643
3 changed files with 22 additions and 1 deletions

View File

@ -7,3 +7,4 @@ Michael Bienia <geser@ubuntu.com>
Martin Pitt <martin.pitt@ubuntu.com>
Kees Cook <kees@ubuntu.com>
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
Soren Hansen <soren@ubuntu.com>

3
debian/copyright vendored
View File

@ -11,6 +11,7 @@ Upstream Author:
Michael Bienia <geser@ubuntu.com>
Kees Cook <kees@ubuntu.com>
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
Soren Hansen <soren@ubuntu.com>
Copyright:
@ -26,7 +27,7 @@ Copyright:
Licenses:
check-symbols, dch-repeat, mk-sbuild-lv, pbuilder-dist, pull-debian-debdiff,
update-maintainer and what-patch are licensed under GPLv2:
submittodebian, update-maintainer, and what-patch are licensed under GPLv2:
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

View File

@ -1,4 +1,23 @@
#!/usr/bin/python
#
# submittodebian - tool to submit patches to Debian's bts
# Copyright (C) 2007 Canonical Ltd.
# Author: Soren Hansen <soren@ubuntu.com>
#
# 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.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
from debian_bundle.changelog import Changelog
import re, os, sys