Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/activity')
-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
7 files changed, 7 insertions, 7 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