mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* ubuntutools/lp: Added copyright to functions.py and various corrections to
other files.
This commit is contained in:
parent
fc706eafe0
commit
64a93270d2
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user