diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-24 22:03:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 22:03:00 +0200 |
commit | 7e6f04490e286450d009c156f08de6a22f0f653d (patch) | |
tree | 5ee2b24a69795732a112e6696a04a41fb3d36e19 /lib/public/AppFramework/Services/IAppConfig.php | |
parent | 487d17dd5507a6b8d097625d1f62360a7c6379b4 (diff) | |
parent | 2a054e6c04e0a40421510eb889cbf59f153c5177 (diff) | |
download | nextcloud-server-7e6f04490e286450d009c156f08de6a22f0f653d.tar.gz nextcloud-server-7e6f04490e286450d009c156f08de6a22f0f653d.zip |
Merge pull request #22393 from nextcloud/fix/license-headers-20
Update the license headers for Nextcloud 20
Diffstat (limited to 'lib/public/AppFramework/Services/IAppConfig.php')
-rw-r--r-- | lib/public/AppFramework/Services/IAppConfig.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/AppFramework/Services/IAppConfig.php b/lib/public/AppFramework/Services/IAppConfig.php index 84c9b6466b8..0af937b7c6f 100644 --- a/lib/public/AppFramework/Services/IAppConfig.php +++ b/lib/public/AppFramework/Services/IAppConfig.php @@ -1,6 +1,7 @@ <?php declare(strict_types=1); + /** * @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl> * @@ -19,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ |