diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
commit | 5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 (patch) | |
tree | 3278898bf151d975ab3018f3435e4f05d30fd057 /admin | |
parent | 3d4d41d19b6389e7a26c642b548cbb2331c510aa (diff) | |
download | elgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.gz elgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.bz2 |
Whoa nelly this is a big one: Removed license and copyright for files.
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin')
-rw-r--r-- | admin/index.php | 4 | ||||
-rw-r--r-- | admin/plugins.php | 2 | ||||
-rw-r--r-- | admin/site.php | 4 | ||||
-rw-r--r-- | admin/statistics.php | 2 | ||||
-rw-r--r-- | admin/user.php | 4 |
5 files changed, 6 insertions, 10 deletions
diff --git a/admin/index.php b/admin/index.php index dbe5185aa..969d91f7e 100644 --- a/admin/index.php +++ b/admin/index.php @@ -5,9 +5,9 @@ *
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
*/
diff --git a/admin/plugins.php b/admin/plugins.php index 4ec3dfa56..dcf0fead0 100644 --- a/admin/plugins.php +++ b/admin/plugins.php @@ -6,9 +6,7 @@ * * @package Elgg * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/admin/site.php b/admin/site.php index 18666eace..dc8aed1a1 100644 --- a/admin/site.php +++ b/admin/site.php @@ -5,9 +5,9 @@ *
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
*/
diff --git a/admin/statistics.php b/admin/statistics.php index ba0a916e8..19c6a2731 100644 --- a/admin/statistics.php +++ b/admin/statistics.php @@ -6,9 +6,7 @@ * * @package Elgg * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/admin/user.php b/admin/user.php index f6798f4da..84e4f1d83 100644 --- a/admin/user.php +++ b/admin/user.php @@ -5,9 +5,9 @@ *
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
*/
|