mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Added myself to AUTHORS and debian/copyright
Added GPL-2 notice to submittodebian Added submittodebian to debian/copyright
This commit is contained in:
parent
ca011207c7
commit
612f729643
1
AUTHORS
1
AUTHORS
@ -7,3 +7,4 @@ Michael Bienia <geser@ubuntu.com>
|
|||||||
Martin Pitt <martin.pitt@ubuntu.com>
|
Martin Pitt <martin.pitt@ubuntu.com>
|
||||||
Kees Cook <kees@ubuntu.com>
|
Kees Cook <kees@ubuntu.com>
|
||||||
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
||||||
|
Soren Hansen <soren@ubuntu.com>
|
||||||
|
3
debian/copyright
vendored
3
debian/copyright
vendored
@ -11,6 +11,7 @@ Upstream Author:
|
|||||||
Michael Bienia <geser@ubuntu.com>
|
Michael Bienia <geser@ubuntu.com>
|
||||||
Kees Cook <kees@ubuntu.com>
|
Kees Cook <kees@ubuntu.com>
|
||||||
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
Siegfried-A. Gevatter <siggi.gevatter@gmail.com>
|
||||||
|
Soren Hansen <soren@ubuntu.com>
|
||||||
|
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
@ -26,7 +27,7 @@ Copyright:
|
|||||||
Licenses:
|
Licenses:
|
||||||
|
|
||||||
check-symbols, dch-repeat, mk-sbuild-lv, pbuilder-dist, pull-debian-debdiff,
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,23 @@
|
|||||||
#!/usr/bin/python
|
#!/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
|
from debian_bundle.changelog import Changelog
|
||||||
import re, os, sys
|
import re, os, sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user