diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
commit | 131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch) | |
tree | d7862fcab06135457459bd1b9cc55a6e2f1aeefc /views/installation/messages | |
parent | 5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff) | |
download | elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2 |
Removed @license, @copyright, and @author from files. License and copyright are covered by LICENSE.txt and COPYRIGHT.txt in root.
git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/messages')
-rw-r--r-- | views/installation/messages/errors/error.php | 2 | ||||
-rw-r--r-- | views/installation/messages/errors/list.php | 2 | ||||
-rw-r--r-- | views/installation/messages/list.php | 2 | ||||
-rw-r--r-- | views/installation/messages/messages/list.php | 2 | ||||
-rw-r--r-- | views/installation/messages/messages/message.php | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/views/installation/messages/errors/error.php b/views/installation/messages/errors/error.php index 2ec365890..296fb1a6e 100644 --- a/views/installation/messages/errors/error.php +++ b/views/installation/messages/errors/error.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An error message (string) */ diff --git a/views/installation/messages/errors/list.php b/views/installation/messages/errors/list.php index 506f73fec..2f69213e9 100644 --- a/views/installation/messages/errors/list.php +++ b/views/installation/messages/errors/list.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An array of error messages */ diff --git a/views/installation/messages/list.php b/views/installation/messages/list.php index 2410103da..2944ce5a6 100644 --- a/views/installation/messages/list.php +++ b/views/installation/messages/list.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] The array of message registers */ diff --git a/views/installation/messages/messages/list.php b/views/installation/messages/messages/list.php index 274990d52..bd996bef7 100644 --- a/views/installation/messages/messages/list.php +++ b/views/installation/messages/messages/list.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] An array of system messages */ diff --git a/views/installation/messages/messages/message.php b/views/installation/messages/messages/message.php index 6bc24d730..94c9303cd 100644 --- a/views/installation/messages/messages/message.php +++ b/views/installation/messages/messages/message.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['object'] A system message (string) */ |