aboutsummaryrefslogtreecommitdiff
path: root/mod/crontrigger
diff options
context:
space:
mode:
Diffstat (limited to 'mod/crontrigger')
-rw-r--r--mod/crontrigger/manifest.xml2
-rw-r--r--mod/crontrigger/start.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/crontrigger/manifest.xml b/mod/crontrigger/manifest.xml
index c5bc2cdad..08d3d4623 100644
--- a/mod/crontrigger/manifest.xml
+++ b/mod/crontrigger/manifest.xml
@@ -4,5 +4,5 @@
<field key="version" value="1.0" />
<field key="description" value="Provides a poor man's cron trigger to trigger cron scripts based on site visits." />
<field key="website" value="http://www.elgg.org/" />
- <field key="copyright" value="(C) Curverider 2008" />
+ <field key="copyright" value="(C) Curverider 2008-2009" />
</plugin_manifest> \ No newline at end of file
diff --git a/mod/crontrigger/start.php b/mod/crontrigger/start.php
index f0f72f291..92d388439 100644
--- a/mod/crontrigger/start.php
+++ b/mod/crontrigger/start.php
@@ -10,7 +10,7 @@
* @package ElggCronTrigger
* @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/
*/