diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 08:29:42 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 08:29:42 +0100 |
commit | c5a200c4198de951dabdd3f783ade655b8ea6434 (patch) | |
tree | f1cdceba654efd5c9c2888ee713876294de06ca1 /lib/public/comments/icommentsmanager.php | |
parent | 59e9b93be646c46a47ac780b60cc1f0b9cf6e258 (diff) | |
parent | 682821c71ed2af297170294632931be1ac769f25 (diff) | |
download | nextcloud-server-c5a200c4198de951dabdd3f783ade655b8ea6434.tar.gz nextcloud-server-c5a200c4198de951dabdd3f783ade655b8ea6434.zip |
Merge pull request #21653 from owncloud/update-license-headers-2016
Update license headers 2016
Diffstat (limited to 'lib/public/comments/icommentsmanager.php')
-rw-r--r-- | lib/public/comments/icommentsmanager.php | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/comments/icommentsmanager.php index 7626ffd6351..b8fb3ca7f5d 100644 --- a/lib/public/comments/icommentsmanager.php +++ b/lib/public/comments/icommentsmanager.php @@ -1,5 +1,23 @@ <?php - +/** + * @author Arthur Schiwon <blizzz@owncloud.com> + * + * @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 OCP\Comments; /** |