aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/start.php b/start.php
index b19b2efcf..ec1c065bc 100644
--- a/start.php
+++ b/start.php
@@ -1,6 +1,6 @@
<?php
/**
- * Colorbox -- A lightweight, customizable lightbox plugin for jQuery
+ * Colorbox -- Add jQuery.lightbox support to Elgg
*
* @package Lorea
* @subpackage Colorbox
@@ -23,6 +23,10 @@
* You should have received a copy of the GNU Affero General Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/>.
+ *
+ * The Colorbox plugin for Elgg contains the Colorbox jQuery plugin,
+ * released under the MIT License, and Copyright 2011 Jack Moore.
+ * See vendors/colorbox/
*/
elgg_register_event_handler('init', 'system', 'colorbox_init');