Update the copyright year
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 15 Feb 2012 14:32:07 +0000 (14:32 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 15 Feb 2012 14:32:07 +0000 (14:32 +0000)
The constant was neglected when updating all copyright years.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14278 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/constants.php

index 8d721135bdf7ab7cdf26a864b27e17f3e1debd16..c581ec5cd43c51707a7d03167de3065a59b7570a 100644 (file)
@@ -25,7 +25,7 @@ define('SM_VERSION', '1.5.2 [SVN]');
  * Year interval for copyright notices in the interface
  * @since 1.5.2
  */
-define('SM_COPYRIGHT', '1999-2009');
+define('SM_COPYRIGHT', '1999-2012');
 
 /**************************************************************/
 /* Set values for constants used by SquirrelMail preferences. */