diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 17:02:49 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 17:02:49 +0200 |
commit | a4483243ac2f99dc458eeb7ea80b849de424d2f8 (patch) | |
tree | 016f8d8147c07edff6353c84da1c01083ced50d2 /apps/encryption/appinfo | |
parent | 1fbf5d86df7ba4001ca826d9dfb8fad073924fde (diff) | |
download | nextcloud-server-a4483243ac2f99dc458eeb7ea80b849de424d2f8.tar.gz nextcloud-server-a4483243ac2f99dc458eeb7ea80b849de424d2f8.zip |
fixing license headers - encryption code related
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/app.php | 6 | ||||
-rw-r--r-- | apps/encryption/appinfo/application.php | 6 | ||||
-rw-r--r-- | apps/encryption/appinfo/routes.php | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 240a1726715..6bbf2113366 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -1,7 +1,9 @@ <?php /** - * @author Clark Tomlinson <clark@owncloud.com> - * @since 2/19/15, 9:52 AM + * @author Björn Schießle <schiessle@owncloud.com> + * @author Clark Tomlinson <fallen013@gmail.com> + * @author Thomas Müller <thomas.mueller@tmit.eu> + * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 * diff --git a/apps/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php index 0d1bd0d6bed..6f4e22bdd68 100644 --- a/apps/encryption/appinfo/application.php +++ b/apps/encryption/appinfo/application.php @@ -1,7 +1,9 @@ <?php /** - * @author Clark Tomlinson <clark@owncloud.com> - * @since 3/11/15, 11:03 AM + * @author Björn Schießle <schiessle@owncloud.com> + * @author Clark Tomlinson <fallen013@gmail.com> + * @author Thomas Müller <thomas.mueller@tmit.eu> + * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 * diff --git a/apps/encryption/appinfo/routes.php b/apps/encryption/appinfo/routes.php index d4867f5fdaa..0dab4a01b97 100644 --- a/apps/encryption/appinfo/routes.php +++ b/apps/encryption/appinfo/routes.php @@ -1,7 +1,8 @@ <?php /** - * @author Clark Tomlinson <clark@owncloud.com> - * @since 2/19/15, 11:22 AM + * @author Björn Schießle <schiessle@owncloud.com> + * @author Clark Tomlinson <fallen013@gmail.com> + * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 * |