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/accessibility | |
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/accessibility')
-rw-r--r-- | apps/accessibility/src/accessibilityoca.js | 2 | ||||
-rw-r--r-- | apps/accessibility/src/main.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/accessibility/src/accessibilityoca.js b/apps/accessibility/src/accessibilityoca.js index 8569375c202..56c5939037f 100644 --- a/apps/accessibility/src/accessibilityoca.js +++ b/apps/accessibility/src/accessibilityoca.js @@ -4,7 +4,7 @@ * @author Jan C. Borchardt <hey@jancborchardt.net> * @author John Molakvoæ <skjnldsv@protonmail.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/accessibility/src/main.js b/apps/accessibility/src/main.js index 4f55d520eaa..49a3bd83d9c 100644 --- a/apps/accessibility/src/main.js +++ b/apps/accessibility/src/main.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ <skjnldsv@protonmail.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 |