]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added new header
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 26 Feb 2015 07:35:41 +0000 (08:35 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 11 Mar 2015 14:02:55 +0000 (15:02 +0100)
apps/files_sharing/lib/capabilities.php
apps/files_sharing/tests/capabilities.php

index 21822b18503f970b2d8150c7252145a04932539c..37ce908413778586846bba2801e22491812d9676 100644 (file)
@@ -1,11 +1,23 @@
 <?php
 /**
- * Copyright (c) Roeland Jago Douma <roeland@famdouma.nl>
- * This file is licensed under the Affero General Public License version 3 or
- * later.
- * See the COPYING-README file.
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @copyright Copyright (c) 2015, 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\Files_Sharing;
 
 use \OCP\IConfig;
index a9980c63fea8344f29d192c1e25c484babb8c1ca..64d198e070b4c8225b99fa134373619d7ac664e5 100644 (file)
@@ -1,11 +1,23 @@
 <?php
 /**
-  * Copyright (c) 2015 Roeland Jago Douma <roeland@famdouma.nl>
-  * This file is licensed under the Affero General Public License version 3 or
-  * later.
-  * See the COPYING-README file.
-  */
-
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
+ *
+ * @copyright Copyright (c) 2015, 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\Files_Sharing\Tests;
 
 use OCA\Files_Sharing\Capabilities;