~nataliabidart/ubuntu-sso-client/reusable-headers

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Rodney Dawes
  • Date: 2010-06-16 15:41:12 UTC
  • mto: This revision was merged to the branch mainline in revision 542.
  • Revision ID: rodney.dawes@canonical.com-20100616154112-ul2inqtjbnu84onw
Fix COPYING to be GPLv3
Fix setup.py license block to be GPLv3

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Copyright 2010 Canonical Ltd.
5
5
#
6
6
# This program is free software: you can redistribute it and/or modify it
7
 
# under the terms of the GNU Affero General Public License version 3,
8
 
# as published by the Free Software Foundation.
 
7
# under the terms of the GNU General Public License version 3, as published
 
8
# by the Free Software Foundation.
9
9
#
10
10
# This program is distributed in the hope that it will be useful, but
11
11
# WITHOUT ANY WARRANTY; without even the implied warranties of
12
12
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
13
 
# PURPOSE.  See the GNU Affero General Public License for more details.
 
13
# PURPOSE.  See the GNU General Public License for more details.
14
14
#
15
 
# You should have received a copy of the GNU Affero General Public License
16
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
# You should have received a copy of the GNU General Public License along
 
16
# with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
"""setup.py"""
18
18
 
19
19
import os