summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-01-28 19:27:04 +0100
committerLukas Reschke <lukas@owncloud.com>2016-01-28 19:27:04 +0100
commit128d9d7aa624cc013cb8f0dbb79693ee5d6c68dd (patch)
treee7e6cd5a7070be2c220f93a9dcaa8acbfa2f21ab /apps/dav
parentc7abad65eaed44f0075c679d97934a9810666d45 (diff)
downloadnextcloud-server-128d9d7aa624cc013cb8f0dbb79693ee5d6c68dd.tar.gz
nextcloud-server-128d9d7aa624cc013cb8f0dbb79693ee5d6c68dd.zip
Add copyright header
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/command/migrateaddressbooks.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/dav/command/migrateaddressbooks.php b/apps/dav/command/migrateaddressbooks.php
index 22f5efebf20..2ab7113ab1f 100644
--- a/apps/dav/command/migrateaddressbooks.php
+++ b/apps/dav/command/migrateaddressbooks.php
@@ -1,4 +1,23 @@
<?php
+/**
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ * @license AGPL-3.0
+ *
+ * This code is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License, version 3,
+ * as published by the Free Software Foundation.
+ *
+ * This program 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.
+ *
+ * You should have received a copy of the GNU Affero General Public License, version 3,
+ * along with this program. If not, see <http://www.gnu.org/licenses/>
+ *
+ */
namespace OCA\Dav\Command;