diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2011-01-21 23:01:06 -0800 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-21 23:01:06 -0800 | 
| commit | 423daa52d55a5298b461384baedc995eee09a0d1 (patch) | |
| tree | f5c5d4cdfc2439bfdf65895c3dc14c9c81a9b7d3 /modules/kohana23_compat/libraries | |
| parent | 6b4ccc56ceabd5721c7ff996e01be719880564f9 (diff) | |
Update copyright to 2011.
Diffstat (limited to 'modules/kohana23_compat/libraries')
| -rw-r--r-- | modules/kohana23_compat/libraries/MY_Database_Builder.php | 2 | ||||
| -rw-r--r-- | modules/kohana23_compat/libraries/Pagination.php | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/modules/kohana23_compat/libraries/MY_Database_Builder.php b/modules/kohana23_compat/libraries/MY_Database_Builder.php index 014efe0e..aab80820 100644 --- a/modules/kohana23_compat/libraries/MY_Database_Builder.php +++ b/modules/kohana23_compat/libraries/MY_Database_Builder.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-2010 Bharat Mediratta + * Copyright (C) 2000-2011 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/modules/kohana23_compat/libraries/Pagination.php b/modules/kohana23_compat/libraries/Pagination.php index ee268051..38f39607 100644 --- a/modules/kohana23_compat/libraries/Pagination.php +++ b/modules/kohana23_compat/libraries/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-2010 Bharat Mediratta + * Copyright (C) 2000-2011 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 | 
