diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-13 20:04:58 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-13 20:04:58 +0000 |
commit | 5495037a3d999adb7af48d1f65683f42a3104a89 (patch) | |
tree | 75ee41b6c1732f58b79f5febf7aeeb037114f2e8 /core/config | |
parent | 12380b8b39d650e1b23b2d9f57af3f3829559d36 (diff) |
Gee it's May already. Update copyright to 2009.
Diffstat (limited to 'core/config')
-rw-r--r-- | core/config/config.php | 2 | ||||
-rw-r--r-- | core/config/database.php | 2 | ||||
-rw-r--r-- | core/config/locale.php | 2 | ||||
-rw-r--r-- | core/config/routes.php | 2 | ||||
-rw-r--r-- | core/config/sendmail.php | 2 | ||||
-rw-r--r-- | core/config/session.php | 2 | ||||
-rw-r--r-- | core/config/upload.php | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/core/config/config.php b/core/config/config.php index 8274f9be..81652d1c 100644 --- a/core/config/config.php +++ b/core/config/config.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/config/database.php b/core/config/database.php index 2661a815..c20ccdb0 100644 --- a/core/config/database.php +++ b/core/config/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/config/locale.php b/core/config/locale.php index 3cea9178..4789dc2b 100644 --- a/core/config/locale.php +++ b/core/config/locale.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/config/routes.php b/core/config/routes.php index 26d8eb4d..0272ca15 100644 --- a/core/config/routes.php +++ b/core/config/routes.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/config/sendmail.php b/core/config/sendmail.php index fd9c81dc..a4fa76ef 100644 --- a/core/config/sendmail.php +++ b/core/config/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/config/session.php b/core/config/session.php index 170923cf..990fa31f 100644 --- a/core/config/session.php +++ b/core/config/session.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/config/upload.php b/core/config/upload.php index 80fa0834..897ecacf 100644 --- a/core/config/upload.php +++ b/core/config/upload.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 |