diff options
Diffstat (limited to 'views/default/js/lightbox.php')
| -rw-r--r-- | views/default/js/lightbox.php | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 732092e2b..3e0f8912b 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -1,6 +1,6 @@  <?php  /** - * Colorbox -- Stylesheet + * Colorbox -- Javascript   *   * Used as a view because we need to pass a full URL to AlphaImageLoader.   * @@ -9,12 +9,14 @@   *   * Copyright 2011-2012 Lorea Faeries <federation@lorea.org>   * - * This program is free software: you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License - * as published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * This file is part of the Colorbox plugin for Elgg.   * - * This program is distributed in the hope that it will be useful, but + * Colorbox is free software: you can redistribute it and/or modify it + * under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Colorbox is distributed in the hope that it will be useful, but   * WITHOUT ANY WARRANTY; without even the implied warranty of   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   * Affero General Public License for more details. @@ -36,7 +38,6 @@   *   * @todo add support for passing options: $('#myplugin-lightbox').elgg.ui.lightbox(options);   */ -  ?>  /** | 
