Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/ajax/settimezone.php')
-rw-r--r--apps/calendar/ajax/settimezone.php19
1 files changed, 6 insertions, 13 deletions
diff --git a/apps/calendar/ajax/settimezone.php b/apps/calendar/ajax/settimezone.php
index 32926f13859..a07b56ee9ae 100644
--- a/apps/calendar/ajax/settimezone.php
+++ b/apps/calendar/ajax/settimezone.php
@@ -1,17 +1,10 @@
<?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.
+ */
// Init owncloud
require_once('../../../lib/base.php');