diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-02-26 08:35:41 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-03-11 15:02:55 +0100 |
commit | c98518624620beb7159b4d50d6e0228c9c0d678b (patch) | |
tree | f6823b40e2d0a7cde1b1bf4750cf2cf0cfe12f24 /apps/files_sharing/lib/capabilities.php | |
parent | af76716775f0f16755fa3369b6336feded291f70 (diff) | |
download | nextcloud-server-c98518624620beb7159b4d50d6e0228c9c0d678b.tar.gz nextcloud-server-c98518624620beb7159b4d50d6e0228c9c0d678b.zip |
Added new header
Diffstat (limited to 'apps/files_sharing/lib/capabilities.php')
-rw-r--r-- | apps/files_sharing/lib/capabilities.php | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/apps/files_sharing/lib/capabilities.php b/apps/files_sharing/lib/capabilities.php index 21822b18503..37ce9084137 100644 --- a/apps/files_sharing/lib/capabilities.php +++ b/apps/files_sharing/lib/capabilities.php @@ -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; |