summaryrefslogtreecommitdiff
path: root/core/libraries
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-13 20:04:58 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-13 20:04:58 +0000
commit5495037a3d999adb7af48d1f65683f42a3104a89 (patch)
tree75ee41b6c1732f58b79f5febf7aeeb037114f2e8 /core/libraries
parent12380b8b39d650e1b23b2d9f57af3f3829559d36 (diff)
Gee it's May already. Update copyright to 2009.
Diffstat (limited to 'core/libraries')
-rw-r--r--core/libraries/Admin_View.php2
-rw-r--r--core/libraries/Block.php2
-rw-r--r--core/libraries/I18n.php2
-rw-r--r--core/libraries/MY_Database.php2
-rw-r--r--core/libraries/MY_Forge.php2
-rw-r--r--core/libraries/MY_ORM.php2
-rw-r--r--core/libraries/MY_Pagination.php2
-rw-r--r--core/libraries/MY_View.php2
-rw-r--r--core/libraries/Menu.php2
-rw-r--r--core/libraries/ORM_MPTT.php2
-rw-r--r--core/libraries/Sendmail.php2
-rw-r--r--core/libraries/Task_Definition.php2
-rw-r--r--core/libraries/Theme_View.php2
13 files changed, 13 insertions, 13 deletions
diff --git a/core/libraries/Admin_View.php b/core/libraries/Admin_View.php
index 4a6b4ef0..94f9fead 100644
--- a/core/libraries/Admin_View.php
+++ b/core/libraries/Admin_View.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/Block.php b/core/libraries/Block.php
index a57684b5..6fe679f1 100644
--- a/core/libraries/Block.php
+++ b/core/libraries/Block.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/I18n.php b/core/libraries/I18n.php
index 7c1bafd9..c936be88 100644
--- a/core/libraries/I18n.php
+++ b/core/libraries/I18n.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/MY_Database.php b/core/libraries/MY_Database.php
index cbd2fbab..c56f16e8 100644
--- a/core/libraries/MY_Database.php
+++ b/core/libraries/MY_Database.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/MY_Forge.php b/core/libraries/MY_Forge.php
index b302c8ef..17d0465b 100644
--- a/core/libraries/MY_Forge.php
+++ b/core/libraries/MY_Forge.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/MY_ORM.php b/core/libraries/MY_ORM.php
index f0bca39b..7c55b0c9 100644
--- a/core/libraries/MY_ORM.php
+++ b/core/libraries/MY_ORM.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/MY_Pagination.php b/core/libraries/MY_Pagination.php
index 394e7be7..d06a974f 100644
--- a/core/libraries/MY_Pagination.php
+++ b/core/libraries/MY_Pagination.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/MY_View.php b/core/libraries/MY_View.php
index 9a44652c..15f4d6a4 100644
--- a/core/libraries/MY_View.php
+++ b/core/libraries/MY_View.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/Menu.php b/core/libraries/Menu.php
index 10065f8b..71ba0743 100644
--- a/core/libraries/Menu.php
+++ b/core/libraries/Menu.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/ORM_MPTT.php b/core/libraries/ORM_MPTT.php
index f263d64a..46280d95 100644
--- a/core/libraries/ORM_MPTT.php
+++ b/core/libraries/ORM_MPTT.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/Sendmail.php b/core/libraries/Sendmail.php
index a9655791..90998457 100644
--- a/core/libraries/Sendmail.php
+++ b/core/libraries/Sendmail.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/Task_Definition.php b/core/libraries/Task_Definition.php
index 1394617a..8d9c5922 100644
--- a/core/libraries/Task_Definition.php
+++ b/core/libraries/Task_Definition.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php
index 132ca1cf..dafb66f6 100644
--- a/core/libraries/Theme_View.php
+++ b/core/libraries/Theme_View.php
@@ -1,7 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.");
/**
* Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 Bharat Mediratta
+ * Copyright (C) 2000-2009 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by