diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-22 09:45:36 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-22 11:40:41 +0200 |
commit | 23b205ed4890aaabfbde4eb12a07460ead77a9b2 (patch) | |
tree | bdfac52909cdeb9274dde0037c2d5494f86a14d1 /core/Command/Config/App | |
parent | 49a4654150c4b790e8803022219bfd688971c6d0 (diff) | |
download | nextcloud-server-23b205ed4890aaabfbde4eb12a07460ead77a9b2.tar.gz nextcloud-server-23b205ed4890aaabfbde4eb12a07460ead77a9b2.zip |
Run the license script
Diffstat (limited to 'core/Command/Config/App')
-rw-r--r-- | core/Command/Config/App/DeleteConfig.php | 5 | ||||
-rw-r--r-- | core/Command/Config/App/GetConfig.php | 5 | ||||
-rw-r--r-- | core/Command/Config/App/SetConfig.php | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/core/Command/Config/App/DeleteConfig.php b/core/Command/Config/App/DeleteConfig.php index cccd92ea3d6..82099556ca1 100644 --- a/core/Command/Config/App/DeleteConfig.php +++ b/core/Command/Config/App/DeleteConfig.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/App/GetConfig.php b/core/Command/Config/App/GetConfig.php index abe71e57d8c..eb81b1b19b0 100644 --- a/core/Command/Config/App/GetConfig.php +++ b/core/Command/Config/App/GetConfig.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php index 097fde6ba95..aa84ddf1d8e 100644 --- a/core/Command/Config/App/SetConfig.php +++ b/core/Command/Config/App/SetConfig.php @@ -1,8 +1,9 @@ <?php /** - * @author Joas Schilling <nickvergessen@owncloud.com> - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling <coding@schilljs.com> + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |