diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-06 18:48:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 18:48:04 +0100 |
commit | da6c2c9da1721de7aa05b15af1356e3511069980 (patch) | |
tree | 0bc332b84e9ab4d1a005349f707d53548c461eae /lib/private/L10N | |
parent | 5ed05219d7a14aa167ec979bde733865e0777999 (diff) | |
parent | 0eebff152a177dd59ed8773df26f1679f8a88e90 (diff) | |
download | nextcloud-server-da6c2c9da1721de7aa05b15af1356e3511069980.tar.gz nextcloud-server-da6c2c9da1721de7aa05b15af1356e3511069980.zip |
Merge pull request #7083 from nextcloud/update-license-headers
Update license headers
Diffstat (limited to 'lib/private/L10N')
-rw-r--r-- | lib/private/L10N/L10N.php | 2 | ||||
-rw-r--r-- | lib/private/L10N/L10NString.php | 2 | ||||
-rw-r--r-- | lib/private/L10N/LanguageNotFoundException.php | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/lib/private/L10N/L10N.php b/lib/private/L10N/L10N.php index 19db04a7cd4..113028c7e14 100644 --- a/lib/private/L10N/L10N.php +++ b/lib/private/L10N/L10N.php @@ -2,7 +2,9 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Georg Ehrke <georg@owncloud.com> * @author Joas Schilling <coding@schilljs.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * diff --git a/lib/private/L10N/L10NString.php b/lib/private/L10N/L10NString.php index 75fcd7f5e44..7b89c445b3f 100644 --- a/lib/private/L10N/L10NString.php +++ b/lib/private/L10N/L10NString.php @@ -7,7 +7,9 @@ * @author Jakob Sack <mail@jakobsack.de> * @author Joas Schilling <coding@schilljs.com> * @author Jörn Friedrich Dreyer <jfd@butonic.de> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 diff --git a/lib/private/L10N/LanguageNotFoundException.php b/lib/private/L10N/LanguageNotFoundException.php index 175f6ab3483..317e0629b60 100644 --- a/lib/private/L10N/LanguageNotFoundException.php +++ b/lib/private/L10N/LanguageNotFoundException.php @@ -1,6 +1,7 @@ <?php /** * + * * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version |