From 8505a1865212d06433d252d1a33e3f2f48492b52 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 24 Jun 2007 14:45:05 +0200 Subject: [PATCH] Fix copyright year --- shell/hardware/hardwaremanager.py | 2 +- shell/hardware/nmclient.py | 2 +- shell/hardware/nminfo.py | 2 +- shell/hardware/wepkeydialog.py | 2 +- shell/model/BuddyModel.py | 2 +- shell/model/Friends.py | 2 +- shell/model/Invites.py | 2 +- shell/model/MeshModel.py | 2 +- shell/model/Owner.py | 2 +- shell/model/ShellModel.py | 2 +- shell/model/accesspointmodel.py | 2 +- shell/model/bundleregistry.py | 2 +- shell/model/devices/network/mesh.py | 2 +- shell/model/devices/network/wireless.py | 2 +- shell/model/homeactivity.py | 2 +- shell/model/homemodel.py | 2 +- shell/shellservice.py | 2 +- shell/view/ActivityHost.py | 2 +- shell/view/BuddyIcon.py | 2 +- shell/view/BuddyMenu.py | 2 +- shell/view/OverlayWindow.py | 2 +- shell/view/Shell.py | 2 +- shell/view/devices/network/mesh.py | 2 +- shell/view/devices/network/wireless.py | 2 +- shell/view/frame/ActivitiesBox.py | 2 +- shell/view/frame/FriendsBox.py | 2 +- shell/view/frame/ZoomBox.py | 2 +- shell/view/frame/frame.py | 2 +- shell/view/frame/framewindow.py | 2 +- shell/view/home/FriendView.py | 2 +- shell/view/home/FriendsBox.py | 2 +- shell/view/home/HomeBox.py | 2 +- shell/view/home/HomeWindow.py | 2 +- shell/view/home/MeshBox.py | 2 +- shell/view/home/MyIcon.py | 2 +- shell/view/home/activitiesdonut.py | 2 +- shell/view/pulsingicon.py | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/shell/hardware/hardwaremanager.py b/shell/hardware/hardwaremanager.py index dc2f465b..b997bcfe 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 c093d3bb..631a352d 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 2b59f91b..e74786ff 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 e4d11745..854f44a2 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 e4b7c95b..ca58531d 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 e2200ae2..23ce94a8 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 7bc0af08..a94a469e 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 ed92ae0e..44974e21 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 32879dbc..299e74fc 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 3556ccc4..d714839b 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 b3f7063c..f9e15026 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 1771fa83..bc8eec93 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 0bcc9fde..33d44bd2 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 1ae4ff52..20d20940 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 2a36ae55..3358bf37 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 6a2d45f6..ba0a7814 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 c9323a09..55a74bd9 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 c7bbd2dd..df87cbaa 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 b35235cc..8b4e414f 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 83a24c6b..28aa1633 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 f8354ea3..376ca2f5 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 ab13269f..8ddb71da 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 c9259464..e5b0a433 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 a949f1c7..d28f19f7 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 a755b4ea..0e45eac0 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 f1dfedda..edbd0fc1 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 29defaa1..2f2b9783 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 4c487fb3..c7c21179 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 3cb55d2a..3fe544ef 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 317ca661..65309572 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 71b90263..80dfd4b7 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 e5198b98..d943fbe5 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 d59bee9e..e1c341d7 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 913d58cf..0d2b106c 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 91b1d4c9..b31c9efe 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 795ef728..b0a1c093 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 37824f59..3820a6d8 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