diff options
Diffstat (limited to 'apps/calendar/ajax/editevent.php')
-rw-r--r-- | apps/calendar/ajax/editevent.php | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/apps/calendar/ajax/editevent.php b/apps/calendar/ajax/editevent.php index c78e494356e..5659e7e3c1c 100644 --- a/apps/calendar/ajax/editevent.php +++ b/apps/calendar/ajax/editevent.php @@ -1,18 +1,11 @@ <?php -/************************************************* - * ownCloud - Calendar Plugin * - * * - * (c) Copyright 2011 Bart Visscher * - * License: GNU AFFERO GENERAL PUBLIC LICENSE * - * * - * <http://www.gnu.org/licenses/> * - * If you are not able to view the License, * - * <http://www.gnu.org/licenses/> * - * please write to the Free Software Foundation. * - * Address: * - * 59 Temple Place, Suite 330, Boston, * - * MA 02111-1307 USA * - *************************************************/ +/** + * Copyright (c) 2011 Bart Visscher <bartv@thisnet.nl> + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + require_once('../../../lib/base.php'); $l10n = new OC_L10N('calendar'); |