From 64a93270d21682492e0f9956d95ef9dcb85f2083 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sun, 25 Jan 2009 10:04:06 +0000 Subject: [PATCH] * ubuntutools/lp: Added copyright to functions.py and various corrections to other files. --- ubuntutools/lp/cookie.py | 2 +- ubuntutools/lp/functions.py | 20 ++++++++++++++++++++ ubuntutools/lp/libsupport.py | 2 +- ubuntutools/lp/urlopener.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ubuntutools/lp/cookie.py b/ubuntutools/lp/cookie.py index 3da7df7..6c6d552 100644 --- a/ubuntutools/lp/cookie.py +++ b/ubuntutools/lp/cookie.py @@ -1,5 +1,5 @@ # -# lpcookie.py - functions related to the creation of Launchpad cookie files +# cookie.py - functions related to the creation of Launchpad cookie files # and authentication. # # Copyright (C) 2008 Jonathan Davies diff --git a/ubuntutools/lp/functions.py b/ubuntutools/lp/functions.py index dbe1d89..883c423 100644 --- a/ubuntutools/lp/functions.py +++ b/ubuntutools/lp/functions.py @@ -1,3 +1,23 @@ +# +# functions.py - various Launchpad-related functions for the Ubuntu Developer +# Tools package +# +# Copyright (C) 2008, 2009 Jonathan Davies +# +# 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. +# +# 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 of +# the GNU General Public License license. +# + import cookie import urlopener diff --git a/ubuntutools/lp/libsupport.py b/ubuntutools/lp/libsupport.py index 9e15f53..e999d7b 100644 --- a/ubuntutools/lp/libsupport.py +++ b/ubuntutools/lp/libsupport.py @@ -1,5 +1,5 @@ # -# lplibsupport.py - functions which add launchpadlib support to the Ubuntu +# libsupport.py - functions which add launchpadlib support to the Ubuntu # Developer Tools package. # # Copyright (C) 2009 Markus Korn diff --git a/ubuntutools/lp/urlopener.py b/ubuntutools/lp/urlopener.py index 04f36b6..b2cac44 100644 --- a/ubuntutools/lp/urlopener.py +++ b/ubuntutools/lp/urlopener.py @@ -1,5 +1,5 @@ # -# lpurlopener.py - set up a special URL opener which uses a Launchpad cookie +# urlopener.py - set up a special URL opener which uses a Launchpad cookie # file for authentication. # # Copyright (C) 2008 Jonathan Davies