Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/activity.py2
-rw-r--r--sugar/activity/activityfactory.py2
-rw-r--r--sugar/activity/activityfactoryservice.py2
-rw-r--r--sugar/activity/activityhandle.py2
-rw-r--r--sugar/activity/activityservice.py2
-rw-r--r--sugar/activity/bundlebuilder.py2
-rw-r--r--sugar/activity/registry.py2
-rw-r--r--sugar/datastore/dbus_helpers.py2
-rw-r--r--sugar/env.py2
-rw-r--r--sugar/graphics/canvasicon.py2
-rw-r--r--sugar/graphics/frame.py2
-rw-r--r--sugar/graphics/icon.py2
-rw-r--r--sugar/graphics/menu.py2
-rw-r--r--sugar/graphics/menushell.py2
-rw-r--r--sugar/graphics/roundbox.py2
-rw-r--r--sugar/graphics/snowflakebox.py2
-rw-r--r--sugar/graphics/spreadbox.py2
-rw-r--r--sugar/graphics/units.py2
-rw-r--r--sugar/graphics/xocolor.py2
-rw-r--r--sugar/logger.py2
-rw-r--r--sugar/ltihooks.py2
-rw-r--r--sugar/network.py2
-rw-r--r--sugar/profile.py2
-rw-r--r--sugar/util.py2
24 files changed, 24 insertions, 24 deletions
diff --git a/sugar/activity/activity.py b/sugar/activity/activity.py
index ec6c50a..56b0a1c 100644
--- a/sugar/activity/activity.py
+++ b/sugar/activity/activity.py
@@ -3,7 +3,7 @@
This is currently the only reference for what an
activity must do to participate in the Sugar desktop.
"""
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/activity/activityfactory.py b/sugar/activity/activityfactory.py
index 2cdf9a1..4bfccf0 100644
--- a/sugar/activity/activityfactory.py
+++ b/sugar/activity/activityfactory.py
@@ -1,5 +1,5 @@
"""Shell side object which manages request to start activity"""
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/activity/activityfactoryservice.py b/sugar/activity/activityfactoryservice.py
index ea0ff8c..bc7c4e7 100644
--- a/sugar/activity/activityfactoryservice.py
+++ b/sugar/activity/activityfactoryservice.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/activity/activityhandle.py b/sugar/activity/activityhandle.py
index e683ac1..26d0d47 100644
--- a/sugar/activity/activityhandle.py
+++ b/sugar/activity/activityhandle.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/activity/activityservice.py b/sugar/activity/activityservice.py
index 3251177..97a6034 100644
--- a/sugar/activity/activityservice.py
+++ b/sugar/activity/activityservice.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/activity/bundlebuilder.py b/sugar/activity/bundlebuilder.py
index b66a162..dce3155 100644
--- a/sugar/activity/bundlebuilder.py
+++ b/sugar/activity/bundlebuilder.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/activity/registry.py b/sugar/activity/registry.py
index 255185b..171f740 100644
--- a/sugar/activity/registry.py
+++ b/sugar/activity/registry.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/datastore/dbus_helpers.py b/sugar/datastore/dbus_helpers.py
index bd868a0..2dfccac 100644
--- a/sugar/datastore/dbus_helpers.py
+++ b/sugar/datastore/dbus_helpers.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
# Copyright (C) 2007, One Laptop Per Child
#
# This library is free software; you can redistribute it and/or
diff --git a/sugar/env.py b/sugar/env.py
index 03cfea7..8707fd9 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -1,5 +1,5 @@
"""Calculates file-paths for the Sugar working environment"""
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/canvasicon.py b/sugar/graphics/canvasicon.py
index ec141d0..274291a 100644
--- a/sugar/graphics/canvasicon.py
+++ b/sugar/graphics/canvasicon.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/frame.py b/sugar/graphics/frame.py
index 4b800fd..c8e6f9a 100644
--- a/sugar/graphics/frame.py
+++ b/sugar/graphics/frame.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/icon.py b/sugar/graphics/icon.py
index f5cc25d..03b1927 100644
--- a/sugar/graphics/icon.py
+++ b/sugar/graphics/icon.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/menu.py b/sugar/graphics/menu.py
index c8afb24..14f471e 100644
--- a/sugar/graphics/menu.py
+++ b/sugar/graphics/menu.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/menushell.py b/sugar/graphics/menushell.py
index 61b98b0..f2ff9fa 100644
--- a/sugar/graphics/menushell.py
+++ b/sugar/graphics/menushell.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/roundbox.py b/sugar/graphics/roundbox.py
index f638a44..ba9ec98 100644
--- a/sugar/graphics/roundbox.py
+++ b/sugar/graphics/roundbox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/snowflakebox.py b/sugar/graphics/snowflakebox.py
index af68d56..81e5981 100644
--- a/sugar/graphics/snowflakebox.py
+++ b/sugar/graphics/snowflakebox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/spreadbox.py b/sugar/graphics/spreadbox.py
index 1002a44..1c1ffc9 100644
--- a/sugar/graphics/spreadbox.py
+++ b/sugar/graphics/spreadbox.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/units.py b/sugar/graphics/units.py
index 47aaf1b..2487c59 100644
--- a/sugar/graphics/units.py
+++ b/sugar/graphics/units.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/graphics/xocolor.py b/sugar/graphics/xocolor.py
index 2fcc791..f2e892d 100644
--- a/sugar/graphics/xocolor.py
+++ b/sugar/graphics/xocolor.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/logger.py b/sugar/logger.py
index 495d7a0..a9042a0 100644
--- a/sugar/logger.py
+++ b/sugar/logger.py
@@ -1,5 +1,5 @@
"""Logging module configuration for Sugar"""
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/ltihooks.py b/sugar/ltihooks.py
index d68f2eb..1de3034 100644
--- a/sugar/ltihooks.py
+++ b/sugar/ltihooks.py
@@ -2,7 +2,7 @@
# vi:si:et:sw=4:sts=4:ts=4
# ltihooks.py: python import hooks that understand libtool libraries.
-# Copyright (C) 2000 James Henstridge.
+# Copyright (C) 2000-2007 James Henstridge.
# renamed to gstltihooks.py so it does not accidentally get imported by
# an installed copy of gtk
#
diff --git a/sugar/network.py b/sugar/network.py
index e315cdb..4792777 100644
--- a/sugar/network.py
+++ b/sugar/network.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/sugar/profile.py b/sugar/profile.py
index 8041a4e..1638b2c 100644
--- a/sugar/profile.py
+++ b/sugar/profile.py
@@ -1,5 +1,5 @@
"""User settings/configuration loading"""
-# 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/sugar/util.py b/sugar/util.py
index 58fcc7b..8e15e92 100644
--- a/sugar/util.py
+++ b/sugar/util.py
@@ -1,5 +1,5 @@
"""Various utility functions"""
-# Copyright (C) 2006, Red Hat, Inc.
+# Copyright (C) 2006-2007 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public