Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-24 12:45:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-24 12:45:05 (GMT)
commit8505a1865212d06433d252d1a33e3f2f48492b52 (patch)
treebf7d0ec8b17b8abfef61154feb27f38f0fd51a48 /shell
parent0cf9f37453e0eea81429764777995f3beb2393c3 (diff)
Fix copyright year
Diffstat (limited to 'shell')
-rw-r--r--shell/hardware/hardwaremanager.py2
-rw-r--r--shell/hardware/nmclient.py2
-rw-r--r--shell/hardware/nminfo.py2
-rw-r--r--shell/hardware/wepkeydialog.py2
-rw-r--r--shell/model/BuddyModel.py2
-rw-r--r--shell/model/Friends.py2
-rw-r--r--shell/model/Invites.py2
-rw-r--r--shell/model/MeshModel.py2
-rw-r--r--shell/model/Owner.py2
-rw-r--r--shell/model/ShellModel.py2
-rw-r--r--shell/model/accesspointmodel.py2
-rw-r--r--shell/model/bundleregistry.py2
-rw-r--r--shell/model/devices/network/mesh.py2
-rw-r--r--shell/model/devices/network/wireless.py2
-rw-r--r--shell/model/homeactivity.py2
-rw-r--r--shell/model/homemodel.py2
-rw-r--r--shell/shellservice.py2
-rw-r--r--shell/view/ActivityHost.py2
-rw-r--r--shell/view/BuddyIcon.py2
-rw-r--r--shell/view/BuddyMenu.py2
-rw-r--r--shell/view/OverlayWindow.py2
-rw-r--r--shell/view/Shell.py2
-rw-r--r--shell/view/devices/network/mesh.py2
-rw-r--r--shell/view/devices/network/wireless.py2
-rw-r--r--shell/view/frame/ActivitiesBox.py2
-rw-r--r--shell/view/frame/FriendsBox.py2
-rw-r--r--shell/view/frame/ZoomBox.py2
-rw-r--r--shell/view/frame/frame.py2
-rw-r--r--shell/view/frame/framewindow.py2
-rw-r--r--shell/view/home/FriendView.py2
-rw-r--r--shell/view/home/FriendsBox.py2
-rw-r--r--shell/view/home/HomeBox.py2
-rw-r--r--shell/view/home/HomeWindow.py2
-rw-r--r--shell/view/home/MeshBox.py2
-rw-r--r--shell/view/home/MyIcon.py2
-rw-r--r--shell/view/home/activitiesdonut.py2
-rw-r--r--shell/view/pulsingicon.py2
37 files changed, 37 insertions, 37 deletions
diff --git a/shell/hardware/hardwaremanager.py b/shell/hardware/hardwaremanager.py
index dc2f465..b997bcf 100644
--- a/shell/hardware/hardwaremanager.py
+++ b/shell/hardware/hardwaremanager.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index c093d3b..631a352 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/hardware/nminfo.py b/shell/hardware/nminfo.py
index 2b59f91..e74786f 100644
--- a/shell/hardware/nminfo.py
+++ b/shell/hardware/nminfo.py
@@ -1,6 +1,6 @@
# vi: ts=4 ai noet
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/hardware/wepkeydialog.py b/shell/hardware/wepkeydialog.py
index e4d1174..854f44a 100644
--- a/shell/hardware/wepkeydialog.py
+++ b/shell/hardware/wepkeydialog.py
@@ -1,6 +1,6 @@
# vi: ts=4 ai noet
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/BuddyModel.py b/shell/model/BuddyModel.py
index e4b7c95..ca58531 100644
--- a/shell/model/BuddyModel.py
+++ b/shell/model/BuddyModel.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/Friends.py b/shell/model/Friends.py
index e2200ae..23ce94a 100644
--- a/shell/model/Friends.py
+++ b/shell/model/Friends.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/Invites.py b/shell/model/Invites.py
index 7bc0af0..a94a469 100644
--- a/shell/model/Invites.py
+++ b/shell/model/Invites.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/MeshModel.py b/shell/model/MeshModel.py
index ed92ae0..44974e2 100644
--- a/shell/model/MeshModel.py
+++ b/shell/model/MeshModel.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/Owner.py b/shell/model/Owner.py
index 32879db..299e74f 100644
--- a/shell/model/Owner.py
+++ b/shell/model/Owner.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/ShellModel.py b/shell/model/ShellModel.py
index 3556ccc..d714839 100644
--- a/shell/model/ShellModel.py
+++ b/shell/model/ShellModel.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/accesspointmodel.py b/shell/model/accesspointmodel.py
index b3f7063..f9e1502 100644
--- a/shell/model/accesspointmodel.py
+++ b/shell/model/accesspointmodel.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/bundleregistry.py b/shell/model/bundleregistry.py
index 1771fa8..bc8eec9 100644
--- a/shell/model/bundleregistry.py
+++ b/shell/model/bundleregistry.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/devices/network/mesh.py b/shell/model/devices/network/mesh.py
index 0bcc9fd..33d44bd 100644
--- a/shell/model/devices/network/mesh.py
+++ b/shell/model/devices/network/mesh.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/devices/network/wireless.py b/shell/model/devices/network/wireless.py
index 1ae4ff5..20d2094 100644
--- a/shell/model/devices/network/wireless.py
+++ b/shell/model/devices/network/wireless.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/model/homeactivity.py b/shell/model/homeactivity.py
index 2a36ae5..3358bf3 100644
--- a/shell/model/homeactivity.py
+++ b/shell/model/homeactivity.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Owen Williams.
+# Copyright (C) 2006-2007 Owen Williams.
#
# 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
diff --git a/shell/model/homemodel.py b/shell/model/homemodel.py
index 6a2d45f..ba0a781 100644
--- a/shell/model/homemodel.py
+++ b/shell/model/homemodel.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Owen Williams.
+# Copyright (C) 2006-2007 Owen Williams.
#
# 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
diff --git a/shell/shellservice.py b/shell/shellservice.py
index c9323a0..55a74bd 100644
--- a/shell/shellservice.py
+++ b/shell/shellservice.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/ActivityHost.py b/shell/view/ActivityHost.py
index c7bbd2d..df87cba 100644
--- a/shell/view/ActivityHost.py
+++ b/shell/view/ActivityHost.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/BuddyIcon.py b/shell/view/BuddyIcon.py
index b35235c..8b4e414 100644
--- a/shell/view/BuddyIcon.py
+++ b/shell/view/BuddyIcon.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/BuddyMenu.py b/shell/view/BuddyMenu.py
index 83a24c6..28aa163 100644
--- a/shell/view/BuddyMenu.py
+++ b/shell/view/BuddyMenu.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/OverlayWindow.py b/shell/view/OverlayWindow.py
index f8354ea..376ca2f 100644
--- a/shell/view/OverlayWindow.py
+++ b/shell/view/OverlayWindow.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index ab13269..8ddb71d 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/devices/network/mesh.py b/shell/view/devices/network/mesh.py
index c925946..e5b0a43 100644
--- a/shell/view/devices/network/mesh.py
+++ b/shell/view/devices/network/mesh.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/devices/network/wireless.py b/shell/view/devices/network/wireless.py
index a949f1c..d28f19f 100644
--- a/shell/view/devices/network/wireless.py
+++ b/shell/view/devices/network/wireless.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/frame/ActivitiesBox.py b/shell/view/frame/ActivitiesBox.py
index a755b4e..0e45eac 100644
--- a/shell/view/frame/ActivitiesBox.py
+++ b/shell/view/frame/ActivitiesBox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/frame/FriendsBox.py b/shell/view/frame/FriendsBox.py
index f1dfedd..edbd0fc 100644
--- a/shell/view/frame/FriendsBox.py
+++ b/shell/view/frame/FriendsBox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/frame/ZoomBox.py b/shell/view/frame/ZoomBox.py
index 29defaa..2f2b978 100644
--- a/shell/view/frame/ZoomBox.py
+++ b/shell/view/frame/ZoomBox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index 4c487fb..c7c2117 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/frame/framewindow.py b/shell/view/frame/framewindow.py
index 3cb55d2..3fe544e 100644
--- a/shell/view/frame/framewindow.py
+++ b/shell/view/frame/framewindow.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/FriendView.py b/shell/view/home/FriendView.py
index 317ca66..6530957 100644
--- a/shell/view/home/FriendView.py
+++ b/shell/view/home/FriendView.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/FriendsBox.py b/shell/view/home/FriendsBox.py
index 71b9026..80dfd4b 100644
--- a/shell/view/home/FriendsBox.py
+++ b/shell/view/home/FriendsBox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/HomeBox.py b/shell/view/home/HomeBox.py
index e5198b9..d943fbe 100644
--- a/shell/view/home/HomeBox.py
+++ b/shell/view/home/HomeBox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/HomeWindow.py b/shell/view/home/HomeWindow.py
index d59bee9..e1c341d 100644
--- a/shell/view/home/HomeWindow.py
+++ b/shell/view/home/HomeWindow.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index 913d58c..0d2b106 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/MyIcon.py b/shell/view/home/MyIcon.py
index 91b1d4c..b31c9ef 100644
--- a/shell/view/home/MyIcon.py
+++ b/shell/view/home/MyIcon.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/home/activitiesdonut.py b/shell/view/home/activitiesdonut.py
index 795ef72..b0a1c09 100644
--- a/shell/view/home/activitiesdonut.py
+++ b/shell/view/home/activitiesdonut.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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
diff --git a/shell/view/pulsingicon.py b/shell/view/pulsingicon.py
index 37824f5..3820a6d 100644
--- a/shell/view/pulsingicon.py
+++ b/shell/view/pulsingicon.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# 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