~gary-lasker/software-center/recommended-installed-feedback

« back to all changes in this revision

Viewing changes to utils/update-software-store

  • Committer: Michael Vogt
  • Date: 2009-08-26 07:08:36 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090826070836-tt50ua9wm4461h59
update COPYRIGHT to GPL-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
 
2
# Copyright (C) 2009 Canonical
 
3
#
 
4
# Authors:
 
5
#  Michael Vogt
 
6
#
 
7
# This program is free software; you can redistribute it and/or modify it under
 
8
# the terms of the GNU General Public License as published by the Free Software
 
9
# Foundation; either version 3 of the License, or (at your option) any later
 
10
# version.
 
11
#
 
12
# This program is distributed in the hope that it will be useful, but WITHOUT
 
13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
14
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 
15
# details.
 
16
#
 
17
# You should have received a copy of the GNU General Public License along with
 
18
# this program; if not, write to the Free Software Foundation, Inc.,
 
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2
20
 
3
21
import apt
4
22
import locale