[SASHA-Code] SF.net SVN: sasha:[78] trunk/SASHA
Brought to you by:
gphemsley
|
From: <gph...@us...> - 2010-01-04 23:32:30
|
Revision: 78
http://sasha.svn.sourceforge.net/sasha/?rev=78&view=rev
Author: gphemsley
Date: 2010-01-04 23:32:19 +0000 (Mon, 04 Jan 2010)
Log Message:
-----------
Update copyright notices for 2010.
Modified Paths:
--------------
trunk/SASHA/assignments.php
trunk/SASHA/config/config.default.php
trunk/SASHA/docs/INSTALL
trunk/SASHA/inc/inc.constants.php
trunk/SASHA/inc/inc.main.php
trunk/SASHA/inc/inc.misc.php
trunk/SASHA/inc/lib/lib.assignments.php
trunk/SASHA/inc/lib/lib.base.php
trunk/SASHA/inc/lib/lib.calendar.php
trunk/SASHA/inc/lib/lib.forms.php
trunk/SASHA/inc/lib/lib.home.php
trunk/SASHA/inc/lib/lib.schedule.php
trunk/SASHA/inc/lib/lib.sessions.php
trunk/SASHA/inc/lib/lib.tests.php
trunk/SASHA/inc/lib/lib.user.php
trunk/SASHA/index.php
trunk/SASHA/install/index.php
trunk/SASHA/install/schema/mysql.sql
trunk/SASHA/login.php
trunk/SASHA/register.php
trunk/SASHA/schedule.php
trunk/SASHA/style/default/header.php
trunk/SASHA/style/default/screen.css
trunk/SASHA/tests.php
Modified: trunk/SASHA/assignments.php
===================================================================
--- trunk/SASHA/assignments.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/assignments.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Manage assignments.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/config/config.default.php
===================================================================
--- trunk/SASHA/config/config.default.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/config/config.default.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Default configuration file.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/docs/INSTALL
===================================================================
--- trunk/SASHA/docs/INSTALL 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/docs/INSTALL 2010-01-04 23:32:19 UTC (rev 78)
@@ -3,7 +3,7 @@
Installation instructions.
- Copyright (C) 2006-2009 Gordon P. Hemsley
+ Copyright (C) 2006-2010 Gordon P. Hemsley
License: docs/LICENSE (BSD License)
$Id$
------------------------------------------------------------------------------
Modified: trunk/SASHA/inc/inc.constants.php
===================================================================
--- trunk/SASHA/inc/inc.constants.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/inc.constants.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Catalog of values that are constant.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/inc.main.php
===================================================================
--- trunk/SASHA/inc/inc.main.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/inc.main.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Do the required stuff.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/inc.misc.php
===================================================================
--- trunk/SASHA/inc/inc.misc.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/inc.misc.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Miscellaneous functions.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.assignments.php
===================================================================
--- trunk/SASHA/inc/lib/lib.assignments.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.assignments.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the assignments functions.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.base.php
===================================================================
--- trunk/SASHA/inc/lib/lib.base.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.base.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains the functions common to all child classes of SASHA.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.calendar.php
===================================================================
--- trunk/SASHA/inc/lib/lib.calendar.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.calendar.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the calendar classes.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.forms.php
===================================================================
--- trunk/SASHA/inc/lib/lib.forms.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.forms.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains the methods required to generate a form.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.home.php
===================================================================
--- trunk/SASHA/inc/lib/lib.home.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.home.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the home functions.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.schedule.php
===================================================================
--- trunk/SASHA/inc/lib/lib.schedule.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.schedule.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the schedule functions.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.sessions.php
===================================================================
--- trunk/SASHA/inc/lib/lib.sessions.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.sessions.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the sessions classes.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.tests.php
===================================================================
--- trunk/SASHA/inc/lib/lib.tests.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.tests.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the tests functions.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/inc/lib/lib.user.php
===================================================================
--- trunk/SASHA/inc/lib/lib.user.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/inc/lib/lib.user.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This contains all of the user classes.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/index.php
===================================================================
--- trunk/SASHA/index.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/index.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Home page, where the current tasks are shown.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/install/index.php
===================================================================
--- trunk/SASHA/install/index.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/install/index.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This is the main installer.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/install/schema/mysql.sql
===================================================================
--- trunk/SASHA/install/schema/mysql.sql 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/install/schema/mysql.sql 2010-01-04 23:32:19 UTC (rev 78)
@@ -3,7 +3,7 @@
#
# Database schema for MySQL.
#
-# Copyright (C) 2006-2009 Gordon P. Hemsley
+# Copyright (C) 2006-2010 Gordon P. Hemsley
# License: docs/LICENSE (BSD License)
# $Id$
#
Modified: trunk/SASHA/login.php
===================================================================
--- trunk/SASHA/login.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/login.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Login interface.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/register.php
===================================================================
--- trunk/SASHA/register.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/register.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Registration interface.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/schedule.php
===================================================================
--- trunk/SASHA/schedule.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/schedule.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Manage course schedule.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/style/default/header.php
===================================================================
--- trunk/SASHA/style/default/header.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/style/default/header.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* This is the style header for all pages.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/style/default/screen.css
===================================================================
--- trunk/SASHA/style/default/screen.css 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/style/default/screen.css 2010-01-04 23:32:19 UTC (rev 78)
@@ -4,7 +4,7 @@
* Style information for screen media.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
Modified: trunk/SASHA/tests.php
===================================================================
--- trunk/SASHA/tests.php 2010-01-04 23:28:21 UTC (rev 77)
+++ trunk/SASHA/tests.php 2010-01-04 23:32:19 UTC (rev 78)
@@ -6,7 +6,7 @@
* Manage tests.
*
* @package SASHA
- * @copyright (C) 2006-2009 Gordon P. Hemsley
+ * @copyright (C) 2006-2010 Gordon P. Hemsley
* @license docs/LICENSE BSD License
* @version $Id$
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|