summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.php_template2
-rw-r--r--create_database.sql2
-rw-r--r--css/standard.css2
-rw-r--r--css/standard.less2
-rw-r--r--digest.php2
-rw-r--r--include/about.php2
-rw-r--r--include/cancelgame.php2
-rw-r--r--include/db.php2
-rw-r--r--include/functions.php2
-rw-r--r--include/game.php2
-rw-r--r--include/login.php2
-rw-r--r--include/logout.php2
-rw-r--r--include/newgame.php2
-rw-r--r--include/output.php4
-rw-r--r--include/preferences.php2
-rw-r--r--include/register.php2
-rw-r--r--include/reminder.php2
-rw-r--r--include/stats.php2
-rw-r--r--include/user.php2
-rw-r--r--include/welcome.php2
-rw-r--r--index.php2
-rw-r--r--rss.php2
-rw-r--r--testfav.php2
-rw-r--r--update_db.php2
24 files changed, 25 insertions, 25 deletions
diff --git a/config.php_template b/config.php_template
index cf3313c..319648e 100644
--- a/config.php_template
+++ b/config.php_template
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/create_database.sql b/create_database.sql
index eeca321..795dfe1 100644
--- a/create_database.sql
+++ b/create_database.sql
@@ -1,4 +1,4 @@
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/css/standard.css b/css/standard.css
index 90d44ac..e2ee28f 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -1,4 +1,4 @@
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/css/standard.less b/css/standard.less
index 6330a8d..9e1a221 100644
--- a/css/standard.less
+++ b/css/standard.less
@@ -1,4 +1,4 @@
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/digest.php b/digest.php
index 284f61b..9bb33d2 100644
--- a/digest.php
+++ b/digest.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/about.php b/include/about.php
index b34adb5..0da0038 100644
--- a/include/about.php
+++ b/include/about.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/cancelgame.php b/include/cancelgame.php
index 02b5a06..6ec8feb 100644
--- a/include/cancelgame.php
+++ b/include/cancelgame.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/db.php b/include/db.php
index 2395908..33f0fff 100644
--- a/include/db.php
+++ b/include/db.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/functions.php b/include/functions.php
index b48c9df..b476f6d 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/game.php b/include/game.php
index 65d178b..88158b9 100644
--- a/include/game.php
+++ b/include/game.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/login.php b/include/login.php
index caaf4e1..2dee3a4 100644
--- a/include/login.php
+++ b/include/login.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/logout.php b/include/logout.php
index 9c80fef..4459e53 100644
--- a/include/logout.php
+++ b/include/logout.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/newgame.php b/include/newgame.php
index bce755e..1dd056d 100644
--- a/include/newgame.php
+++ b/include/newgame.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/output.php b/include/output.php
index 6a61b08..f467558 100644
--- a/include/output.php
+++ b/include/output.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
@@ -446,7 +446,7 @@ function output_footer()
echo "</div>\n\n";
echo "<footer>\n";
- echo " <p class=\"left\"> copyright 2006-2013 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n";
+ echo " <p class=\"left\"> copyright 2006-2014 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n";
echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
" via git </a> <br />or download the source via <br />\n'git clone http://nubati.net/git/e-DoKo.git' <br />\n".
" <a href=\"http://www.dreamhost.com/green.cgi\">\n".
diff --git a/include/preferences.php b/include/preferences.php
index a69fd56..c0a4555 100644
--- a/include/preferences.php
+++ b/include/preferences.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/register.php b/include/register.php
index e295df9..028e1bb 100644
--- a/include/register.php
+++ b/include/register.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/reminder.php b/include/reminder.php
index df437ad..54e9b09 100644
--- a/include/reminder.php
+++ b/include/reminder.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/stats.php b/include/stats.php
index 1042c6b..28226fa 100644
--- a/include/stats.php
+++ b/include/stats.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/user.php b/include/user.php
index 65544f5..ef63e43 100644
--- a/include/user.php
+++ b/include/user.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/include/welcome.php b/include/welcome.php
index b9a1cbb..3e52e44 100644
--- a/include/welcome.php
+++ b/include/welcome.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/index.php b/index.php
index f71643a..94bb543 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/rss.php b/rss.php
index e6db287..006daa2 100644
--- a/rss.php
+++ b/rss.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/testfav.php b/testfav.php
index 7d29897..2919239 100644
--- a/testfav.php
+++ b/testfav.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*
diff --git a/update_db.php b/update_db.php
index ed1f2c0..f6cccbc 100644
--- a/update_db.php
+++ b/update_db.php
@@ -1,5 +1,5 @@
<?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
*
* This file is part of e-DoKo.
*