* get-branches: Really add copyright header.

* hugdaylist: Remove "either". We use version 3 of the GPL only.
This commit is contained in:
Jonathan Patrick Davies 2008-08-10 21:57:25 +01:00
parent 4f9d3426b5
commit dba03d5022
2 changed files with 19 additions and 3 deletions

View File

@ -1,8 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright 2007 (C) Canonical Ltd.
#
# 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
# in a Launchpad team.

View File

@ -6,7 +6,7 @@
#
# 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.
# 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