* ubuntutools/lp: Added copyright to functions.py and various corrections to

other files.
This commit is contained in:
Jonathan Davies 2009-01-25 10:04:06 +00:00
parent fc706eafe0
commit 64a93270d2
4 changed files with 23 additions and 3 deletions

View File

@ -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 <jpds@ubuntu.com>

View File

@ -1,3 +1,23 @@
#
# functions.py - various Launchpad-related functions for the Ubuntu Developer
# Tools package
#
# Copyright (C) 2008, 2009 Jonathan Davies <jpds@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 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

View File

@ -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 <thekorn@gmx.de>

View File

@ -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 <jpds@ubuntu.com>