mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-06 14:31:30 +00:00
* get-branches: Really add copyright header.
* hugdaylist: Remove "either". We use version 3 of the GPL only.
This commit is contained in:
parent
4f9d3426b5
commit
dba03d5022
20
get-branches
20
get-branches
@ -1,8 +1,24 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright 2007 (C) Canonical Ltd.
|
#
|
||||||
# Created by Daniel Holbach <daniel.holbach@ubuntu.com>
|
# Created by Daniel Holbach <daniel.holbach@ubuntu.com>
|
||||||
# License: GPLv3
|
# Modified by Jonathan Patrick Davies <jpds@ubuntu.com>
|
||||||
|
#
|
||||||
|
# Copyright 2007 (C) Canonical Ltd.
|
||||||
|
#
|
||||||
|
# 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, version 3 of the License.
|
||||||
|
#
|
||||||
|
# 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, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script is used to checkout or branch all the Bazaar branches
|
# This script is used to checkout or branch all the Bazaar branches
|
||||||
# in a Launchpad team.
|
# in a Launchpad team.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation, either version 3 of the License.
|
# the Free Software Foundation, version 3 of the License.
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful,
|
# This program is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user