diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-04-07 17:15:17 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-04-07 17:15:17 +0200 |
commit | d28d7c470f8716aa925afbd1ac31feb6bcd1722f (patch) | |
tree | 016f8d8147c07edff6353c84da1c01083ced50d2 /apps/encryption/lib/exceptions/publickeymissingexception.php | |
parent | 1fbf5d86df7ba4001ca826d9dfb8fad073924fde (diff) | |
parent | a4483243ac2f99dc458eeb7ea80b849de424d2f8 (diff) | |
download | nextcloud-server-d28d7c470f8716aa925afbd1ac31feb6bcd1722f.tar.gz nextcloud-server-d28d7c470f8716aa925afbd1ac31feb6bcd1722f.zip |
Merge pull request #15441 from owncloud/fix-file-headers-master
fixing license headers - encryption code related
Diffstat (limited to 'apps/encryption/lib/exceptions/publickeymissingexception.php')
-rw-r--r-- | apps/encryption/lib/exceptions/publickeymissingexception.php | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/apps/encryption/lib/exceptions/publickeymissingexception.php b/apps/encryption/lib/exceptions/publickeymissingexception.php index 9638c28e427..078add0369a 100644 --- a/apps/encryption/lib/exceptions/publickeymissingexception.php +++ b/apps/encryption/lib/exceptions/publickeymissingexception.php @@ -1,6 +1,23 @@ <?php - - +/** + * @author Thomas Müller <thomas.mueller@tmit.eu> + * + * @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\Encryption\Exceptions; use OCP\Encryption\Exceptions\GenericEncryptionException; |