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/private/AppFramework/ScopedPsrLogger.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/private/AppFramework/ScopedPsrLogger.php')
-rw-r--r-- | lib/private/AppFramework/ScopedPsrLogger.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/private/AppFramework/ScopedPsrLogger.php b/lib/private/AppFramework/ScopedPsrLogger.php index d0ace1790c9..7eee729564b 100644 --- a/lib/private/AppFramework/ScopedPsrLogger.php +++ b/lib/private/AppFramework/ScopedPsrLogger.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright 2020 Christoph Wurst <christoph@winzerhof-wurst.at> * - * @author 2020 Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * * @license GNU AGPL version 3 or any later version * @@ -20,7 +20,8 @@ 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/>. + * */ namespace OC\AppFramework; |