aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2012-11-08 22:34:11 -0300
committerhellekin <hellekin@cepheide.org>2012-11-08 23:40:54 -0300
commit2c9ae443879a212d988a5034a07801060d283d59 (patch)
tree9c9371630815558485d6d0f8e744f32b44e24b6d /start.php
parent58fd3ce5bbac21dc1ce4b583f781eb804bb28eb2 (diff)
downloadelgg-2c9ae443879a212d988a5034a07801060d283d59.tar.gz
elgg-2c9ae443879a212d988a5034a07801060d283d59.tar.bz2
Finalize Copyright information
Conflicts: languages/ca.php languages/en.php languages/es.php start.php views/default/css/lightbox.php views/default/js/embed/embed.php views/default/js/lightbox.php
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');