diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-11 17:18:11 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-11 17:26:40 +0100 |
commit | 14e57bf70a612c16eccdd733b3562d46053419c5 (patch) | |
tree | df8365dd8ef8991668fb9428b019e50e02507685 /apps/files_versions/src | |
parent | bc47234e6be441c5b525448c088ac57bcc1fe4ae (diff) | |
download | nextcloud-server-14e57bf70a612c16eccdd733b3562d46053419c5.tar.gz nextcloud-server-14e57bf70a612c16eccdd733b3562d46053419c5.zip |
Replace license information to SPDX expression
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files_versions/src')
-rw-r--r-- | apps/files_versions/src/files_versions.js | 2 | ||||
-rw-r--r-- | apps/files_versions/src/filesplugin.js | 2 | ||||
-rw-r--r-- | apps/files_versions/src/versioncollection.js | 2 | ||||
-rw-r--r-- | apps/files_versions/src/versionmodel.js | 2 | ||||
-rw-r--r-- | apps/files_versions/src/versionstabview.js | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_versions/src/files_versions.js b/apps/files_versions/src/files_versions.js index 04436174446..9f4ccc2c1bf 100644 --- a/apps/files_versions/src/files_versions.js +++ b/apps/files_versions/src/files_versions.js @@ -3,7 +3,7 @@ * * @author Roeland Jago Douma <roeland@famdouma.nl> * - * @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/apps/files_versions/src/filesplugin.js b/apps/files_versions/src/filesplugin.js index 69ebcc58c47..90dac2024c1 100644 --- a/apps/files_versions/src/filesplugin.js +++ b/apps/files_versions/src/filesplugin.js @@ -4,7 +4,7 @@ * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Vincent Petry <vincent@nextcloud.com> * - * @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/apps/files_versions/src/versioncollection.js b/apps/files_versions/src/versioncollection.js index 9ed1c7fa86b..592b4f8cda2 100644 --- a/apps/files_versions/src/versioncollection.js +++ b/apps/files_versions/src/versioncollection.js @@ -5,7 +5,7 @@ * @author Robin Appelman <robin@icewind.nl> * @author Vincent Petry <vincent@nextcloud.com> * - * @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/apps/files_versions/src/versionmodel.js b/apps/files_versions/src/versionmodel.js index 06f55d6fa47..01914f702e2 100644 --- a/apps/files_versions/src/versionmodel.js +++ b/apps/files_versions/src/versionmodel.js @@ -5,7 +5,7 @@ * @author Robin Appelman <robin@icewind.nl> * @author Vincent Petry <vincent@nextcloud.com> * - * @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/apps/files_versions/src/versionstabview.js b/apps/files_versions/src/versionstabview.js index 38e78a1b154..9f76755a582 100644 --- a/apps/files_versions/src/versionstabview.js +++ b/apps/files_versions/src/versionstabview.js @@ -9,7 +9,7 @@ * @author Robin Appelman <robin@icewind.nl> * @author Vincent Petry <vincent@nextcloud.com> * - * @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 |