From 612f729643692d8d5c7a2a4107fc09643ecc95bd Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Fri, 7 Sep 2007 14:36:50 +0200 Subject: [PATCH] Added myself to AUTHORS and debian/copyright Added GPL-2 notice to submittodebian Added submittodebian to debian/copyright --- AUTHORS | 1 + debian/copyright | 3 ++- submittodebian | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f57ac93..c56fcd6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,3 +7,4 @@ Michael Bienia Martin Pitt Kees Cook Siegfried-A. Gevatter +Soren Hansen diff --git a/debian/copyright b/debian/copyright index 5599497..3433c5d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,6 +11,7 @@ Upstream Author: Michael Bienia Kees Cook Siegfried-A. Gevatter + Soren Hansen 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 diff --git a/submittodebian b/submittodebian index 0e65ee7..b29b1fd 100755 --- a/submittodebian +++ b/submittodebian @@ -1,4 +1,23 @@ #!/usr/bin/python +# +# submittodebian - tool to submit patches to Debian's bts +# Copyright (C) 2007 Canonical Ltd. +# Author: Soren Hansen +# +# 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