summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/createcalendar.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-23 22:59:24 +0200
committerBart Visscher <bartv@thisnet.nl>2011-09-23 22:59:54 +0200
commit782069e1fa61193e071ee9792c95562977d8f3d5 (patch)
tree43b2dd26773cfcd97185cfee7bcd6a55ad76450a /apps/calendar/ajax/createcalendar.php
parent5741811d3662db44d1eeab3da09d545baa32d6d9 (diff)
downloadnextcloud-server-782069e1fa61193e071ee9792c95562977d8f3d5.tar.gz
nextcloud-server-782069e1fa61193e071ee9792c95562977d8f3d5.zip
Change copyright notice to short form
Diffstat (limited to 'apps/calendar/ajax/createcalendar.php')
-rw-r--r--apps/calendar/ajax/createcalendar.php20
1 files changed, 7 insertions, 13 deletions
diff --git a/apps/calendar/ajax/createcalendar.php b/apps/calendar/ajax/createcalendar.php
index df960e8a59f..64c6513f53f 100644
--- a/apps/calendar/ajax/createcalendar.php
+++ b/apps/calendar/ajax/createcalendar.php
@@ -1,17 +1,11 @@
<?php
-/*************************************************
- * ownCloud - Calendar Plugin *
- * *
- * (c) Copyright 2011 Bart Visscher *
- * License: GNU AFFERO GENERAL PUBLIC LICENSE *
- * *
- * 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');