Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-05-17 12:08:13 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2022-05-17 12:08:13 +0300
commit87e417a588e7e77eca46b598c44299a0e91664a2 (patch)
tree68c8d1902db4fb3c232e165a3278b67d4b267d97
parent151f91dadebc293bf75ae8ab925a45016a880062 (diff)
Fix @license annotations
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--lib/AppInfo/Application.php2
-rw-r--r--lib/Command/Generate.php2
-rw-r--r--lib/Command/PreGenerate.php2
-rw-r--r--lib/Listeners/PostWriteListener.php2
-rw-r--r--lib/SizeHelper.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index ed1d4ee..4f3b777 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/lib/Command/Generate.php b/lib/Command/Generate.php
index 7b22c3b..f3404c9 100644
--- a/lib/Command/Generate.php
+++ b/lib/Command/Generate.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/lib/Command/PreGenerate.php b/lib/Command/PreGenerate.php
index db18986..96d00aa 100644
--- a/lib/Command/PreGenerate.php
+++ b/lib/Command/PreGenerate.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/lib/Listeners/PostWriteListener.php b/lib/Listeners/PostWriteListener.php
index 22b2261..bac11f7 100644
--- a/lib/Listeners/PostWriteListener.php
+++ b/lib/Listeners/PostWriteListener.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
diff --git a/lib/SizeHelper.php b/lib/SizeHelper.php
index 6bacbfd..c0b42cb 100644
--- a/lib/SizeHelper.php
+++ b/lib/SizeHelper.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Richard Steinmetz <richard@steinmetz.cloud>
*
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as