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_trashbin/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_trashbin/src')
-rw-r--r-- | apps/files_trashbin/src/app.js | 2 | ||||
-rw-r--r-- | apps/files_trashbin/src/filelist.js | 2 | ||||
-rw-r--r-- | apps/files_trashbin/src/files_trashbin.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_trashbin/src/app.js b/apps/files_trashbin/src/app.js index 8bfeb604ce1..2cd4cca8fa6 100644 --- a/apps/files_trashbin/src/app.js +++ b/apps/files_trashbin/src/app.js @@ -10,7 +10,7 @@ * @author Roeland Jago Douma <roeland@famdouma.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_trashbin/src/filelist.js b/apps/files_trashbin/src/filelist.js index 5dfb7a0068f..c1bf1b280ca 100644 --- a/apps/files_trashbin/src/filelist.js +++ b/apps/files_trashbin/src/filelist.js @@ -8,7 +8,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_trashbin/src/files_trashbin.js b/apps/files_trashbin/src/files_trashbin.js index ea9c5cd2a7b..84829341b31 100644 --- a/apps/files_trashbin/src/files_trashbin.js +++ b/apps/files_trashbin/src/files_trashbin.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 |