From c30c4865a477efc2781f7a0c1f866e63438c3a8d Mon Sep 17 00:00:00 2001 From: Michael Bienia Date: Wed, 5 Aug 2009 23:10:05 +0200 Subject: [PATCH] ubuntutools/requestsync/*.py: update copyright notices and license to match the requestsync script --- ubuntutools/requestsync/common.py | 8 +++++--- ubuntutools/requestsync/lp.py | 8 +++++--- ubuntutools/requestsync/mail.py | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ubuntutools/requestsync/common.py b/ubuntutools/requestsync/common.py index 9ce2da9..80b029b 100644 --- a/ubuntutools/requestsync/common.py +++ b/ubuntutools/requestsync/common.py @@ -4,17 +4,19 @@ # # Copyright © 2009 Michael Bienia # +# This module may contain code written by other authors/contributors to +# the main requestsync script. See there for their names. +# # 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 3 -# of the License, or (at your option) any later version. +# as published by the Free Software Foundation; version 2 # # 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. # -# Please see the /usr/share/common-licenses/GPL file for the full text +# Please see the /usr/share/common-licenses/GPL-2 file for the full text # of the GNU General Public License license. import sys diff --git a/ubuntutools/requestsync/lp.py b/ubuntutools/requestsync/lp.py index c093650..19ca82b 100644 --- a/ubuntutools/requestsync/lp.py +++ b/ubuntutools/requestsync/lp.py @@ -5,17 +5,19 @@ # # Copyright © 2009 Michael Bienia # +# This module may contain code written by other authors/contributors to +# the main requestsync script. See there for their names. +# # 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 3 -# of the License, or (at your option) any later version. +# as published by the Free Software Foundation; version 2 # # 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. # -# Please see the /usr/share/common-licenses/GPL file for the full text +# Please see the /usr/share/common-licenses/GPL-2 file for the full text # of the GNU General Public License license. from ..lp.lpapiwrapper import Distribution diff --git a/ubuntutools/requestsync/mail.py b/ubuntutools/requestsync/mail.py index 1723066..a70684f 100644 --- a/ubuntutools/requestsync/mail.py +++ b/ubuntutools/requestsync/mail.py @@ -4,17 +4,19 @@ # # Copyright © 2009 Michael Bienia # +# This module may contain code written by other authors/contributors to +# the main requestsync script. See there for their names. +# # 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 3 -# of the License, or (at your option) any later version. +# as published by the Free Software Foundation; version 2 # # 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. # -# Please see the /usr/share/common-licenses/GPL file for the full text +# Please see the /usr/share/common-licenses/GPL-2 file for the full text # of the GNU General Public License license. from ..packages import checkIsInDebian