diff options
Diffstat (limited to 'mod/activity')
-rw-r--r-- | mod/activity/all.php | 2 | ||||
-rw-r--r-- | mod/activity/friends.php | 2 | ||||
-rw-r--r-- | mod/activity/index.php | 2 | ||||
-rw-r--r-- | mod/activity/languages/en.php | 2 | ||||
-rw-r--r-- | mod/activity/manifest.xml | 2 | ||||
-rw-r--r-- | mod/activity/opendd.php | 2 | ||||
-rw-r--r-- | mod/activity/start.php | 2 | ||||
-rw-r--r-- | mod/activity/views/default/activity/css.php | 2 | ||||
-rw-r--r-- | mod/activity/views/default/activity/wrapper.php | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/mod/activity/all.php b/mod/activity/all.php index 88afb26d3..6cd30e160 100644 --- a/mod/activity/all.php +++ b/mod/activity/all.php @@ -5,7 +5,7 @@ * @package ElggActivity * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ diff --git a/mod/activity/friends.php b/mod/activity/friends.php index b29d9c4d6..5fc468277 100644 --- a/mod/activity/friends.php +++ b/mod/activity/friends.php @@ -5,7 +5,7 @@ * @package ElggActivity * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ diff --git a/mod/activity/index.php b/mod/activity/index.php index e71609576..b9173976a 100644 --- a/mod/activity/index.php +++ b/mod/activity/index.php @@ -5,7 +5,7 @@ * @package ElggActivity * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ diff --git a/mod/activity/languages/en.php b/mod/activity/languages/en.php index 7843c8378..2af3a53e6 100644 --- a/mod/activity/languages/en.php +++ b/mod/activity/languages/en.php @@ -5,7 +5,7 @@ * @package ElggActivity * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ diff --git a/mod/activity/manifest.xml b/mod/activity/manifest.xml index 79213c935..a5ea43406 100644 --- a/mod/activity/manifest.xml +++ b/mod/activity/manifest.xml @@ -4,6 +4,6 @@ <field key="version" value="1.0" /> <field key="description" value="A rich activity river providing a useful summary of activity." /> <field key="website" value="http://www.elgg.org/" /> - <field key="copyright" value="(C) Curverider 2008" /> + <field key="copyright" value="(C) Curverider 2008-2009" /> <field key="licence" value="GNU Public License version 2" /> </plugin_manifest>
\ No newline at end of file diff --git a/mod/activity/opendd.php b/mod/activity/opendd.php index 9c008d472..86d00ce4a 100644 --- a/mod/activity/opendd.php +++ b/mod/activity/opendd.php @@ -5,7 +5,7 @@ * @package ElggActivity * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ diff --git a/mod/activity/start.php b/mod/activity/start.php index 56ba5e69f..7237a60bd 100644 --- a/mod/activity/start.php +++ b/mod/activity/start.php @@ -5,7 +5,7 @@ * @package ElggActivity * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ diff --git a/mod/activity/views/default/activity/css.php b/mod/activity/views/default/activity/css.php index bce6fe0d2..01f410103 100644 --- a/mod/activity/views/default/activity/css.php +++ b/mod/activity/views/default/activity/css.php @@ -6,7 +6,7 @@ * @package ElggBookmarks * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/mod/activity/views/default/activity/wrapper.php b/mod/activity/views/default/activity/wrapper.php index 88ba6ef57..685236d01 100644 --- a/mod/activity/views/default/activity/wrapper.php +++ b/mod/activity/views/default/activity/wrapper.php @@ -7,7 +7,7 @@ * @package Elgg * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider - * @copyright Curverider Ltd 2008 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.com/ */ |