From 3d84460c0af2f0c6fd398df19810035dc5fc1409 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 7 Dec 2005 17:19:02 +0100 Subject: * added a bunch of missing copyright notices in the files --- DistUpgrade/DistUpgrade.glade | 4 ++-- DistUpgrade/DistUpgradeControler.py | 21 ++++++++++++++++++++- DistUpgrade/DistUpgradeView.py | 20 ++++++++++++++++++++ DistUpgrade/DistUpgradeViewGtk.py | 21 +++++++++++++++++++++ SoftwareProperties/SoftwareProperties.py | 3 +-- SoftwareProperties/aptsources.py | 2 +- SoftwareProperties/dialog_add.py | 2 +- SoftwareProperties/dialog_edit.py | 2 +- UpdateManager/GtkProgress.py | 21 +++++++++++++++++++++ UpdateManager/MetaRelease.py | 21 +++++++++++++++++++++ UpdateManager/UpdateManager.py | 25 +++++++++++++++++++++++++ 11 files changed, 134 insertions(+), 8 deletions(-) diff --git a/DistUpgrade/DistUpgrade.glade b/DistUpgrade/DistUpgrade.glade index 05d6fe10..51308d3b 100644 --- a/DistUpgrade/DistUpgrade.glade +++ b/DistUpgrade/DistUpgrade.glade @@ -6,7 +6,7 @@ 6 True - Upgrade distribution + Upgrade Ubuntu GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -30,7 +30,7 @@ True - <span weight="bold" size="x-large">Distribution upgrade</span> + <span weight="bold" size="x-large">Upgrading Ubuntu</span> False True GTK_JUSTIFY_LEFT diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index 267cf939..f870d7bd 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -1,4 +1,23 @@ -#!/usr/bin/python2.4 +# DistUpgradeControler.py +# +# Copyright (c) 2004,2005 Canonical +# +# Author: Michael Vogt +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA import apt diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index c94a9137..cc8616d2 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -1,3 +1,23 @@ +# DistUpgradeView.py +# +# Copyright (c) 2004,2005 Canonical +# +# Author: Michael Vogt +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA class DistUpgradeView(object): " abstraction for the upgrade view " diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 0993a04b..dbb97c0a 100644 --- a/DistUpgrade/DistUpgradeViewGtk.py +++ b/DistUpgrade/DistUpgradeViewGtk.py @@ -1,3 +1,24 @@ +# DistUpgradeViewGtk.py +# +# Copyright (c) 2004,2005 Canonical +# +# Author: Michael Vogt +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA + import pygtk pygtk.require('2.0') import gtk diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index 1752f79f..60a2ecdd 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -1,7 +1,6 @@ -#!/usr/bin/env python # gnome-software-properties.in - edit /etc/apt/sources.list # -# Copyright (c) 2004 Canonical +# Copyright (c) 2004,2005 Canonical # 2004-2005 Michiel Sikkes # # Author: Michiel Sikkes diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py index 540bb801..249c7cca 100644 --- a/SoftwareProperties/aptsources.py +++ b/SoftwareProperties/aptsources.py @@ -1,6 +1,6 @@ # aptsource.py.in - parse sources.list # -# Copyright (c) 2004 Canonical +# Copyright (c) 2004,2005 Canonical # 2004 Michiel Sikkes # # Author: Michiel Sikkes diff --git a/SoftwareProperties/dialog_add.py b/SoftwareProperties/dialog_add.py index e3cb245a..4a860680 100644 --- a/SoftwareProperties/dialog_add.py +++ b/SoftwareProperties/dialog_add.py @@ -1,6 +1,6 @@ # dialog_add.py.in - dialog to add a new repository # -# Copyright (c) 2004 Canonical +# Copyright (c) 2004-2005 Canonical # 2005 Michiel Sikkes # # Authors: diff --git a/SoftwareProperties/dialog_edit.py b/SoftwareProperties/dialog_edit.py index 87cc9799..05cbddba 100644 --- a/SoftwareProperties/dialog_edit.py +++ b/SoftwareProperties/dialog_edit.py @@ -1,6 +1,6 @@ # dialog_edit.py.in - edit a existing repository # -# Copyright (c) 2004 Canonical +# Copyright (c) 2004-2005 Canonical # 2005 Michiel Sikkes # # Authors: diff --git a/UpdateManager/GtkProgress.py b/UpdateManager/GtkProgress.py index f60a06d8..d12a108a 100644 --- a/UpdateManager/GtkProgress.py +++ b/UpdateManager/GtkProgress.py @@ -1,3 +1,24 @@ +# GtkProgress.py +# +# Copyright (c) 2004,2005 Canonical +# +# Author: Michael Vogt +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA + import pygtk pygtk.require('2.0') import gtk diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py index b1b863e6..2b31c069 100644 --- a/UpdateManager/MetaRelease.py +++ b/UpdateManager/MetaRelease.py @@ -1,3 +1,24 @@ +# MetaRelease.py +# +# Copyright (c) 2004,2005 Canonical +# +# Author: Michael Vogt +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA + import pygtk pygtk.require('2.0') import gobject diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 34ac5f62..7847e8d3 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -1,3 +1,28 @@ +# UpdateManager.py +# +# Copyright (c) 2004,2005 Canonical +# 2004 Michiel Sikkes +# 2005 Martin Willemoes Hansen +# +# Author: Michiel Sikkes +# Michael Vogt +# Martin Willemoes Hansen +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA + import pygtk pygtk.require('2.0') import gtk -- cgit v1.2.3