From 14e57bf70a612c16eccdd733b3562d46053419c5 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Tue, 11 Jan 2022 17:18:11 +0100 Subject: Replace license information to SPDX expression Signed-off-by: Louis Chemineau --- apps/comments/src/activitytabviewplugin.js | 2 +- apps/comments/src/app.js | 2 +- apps/comments/src/comments-app.js | 2 +- apps/comments/src/comments-tab.js | 2 +- apps/comments/src/comments.js | 2 +- apps/comments/src/filesplugin.js | 2 +- apps/comments/src/mixins/CommentMixin.js | 2 +- apps/comments/src/services/CommentsInstance.js | 2 +- apps/comments/src/services/DavClient.js | 2 +- apps/comments/src/services/DeleteComment.js | 2 +- apps/comments/src/services/EditComment.js | 2 +- apps/comments/src/services/GetComments.js | 2 +- apps/comments/src/services/NewComment.js | 2 +- apps/comments/src/utils/cancelableRequest.js | 2 +- apps/comments/src/utils/davUtils.js | 2 +- apps/comments/src/utils/numberUtil.js | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'apps/comments/src') diff --git a/apps/comments/src/activitytabviewplugin.js b/apps/comments/src/activitytabviewplugin.js index fbf65ea16e3..5c1daba1c1c 100644 --- a/apps/comments/src/activitytabviewplugin.js +++ b/apps/comments/src/activitytabviewplugin.js @@ -4,7 +4,7 @@ * @author Joas Schilling * @author John Molakvoæ * - * @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/comments/src/app.js b/apps/comments/src/app.js index 8dbc3107eb7..7b5229cbd44 100644 --- a/apps/comments/src/app.js +++ b/apps/comments/src/app.js @@ -4,7 +4,7 @@ * @author John Molakvoæ * @author Vincent Petry * - * @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/comments/src/comments-app.js b/apps/comments/src/comments-app.js index ced5577d5f8..c42481029ce 100644 --- a/apps/comments/src/comments-app.js +++ b/apps/comments/src/comments-app.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/comments-tab.js b/apps/comments/src/comments-tab.js index 50126dc8d2d..2c81843291c 100644 --- a/apps/comments/src/comments-tab.js +++ b/apps/comments/src/comments-tab.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/comments.js b/apps/comments/src/comments.js index ad59811b4cf..95e6d3d5dc7 100644 --- a/apps/comments/src/comments.js +++ b/apps/comments/src/comments.js @@ -4,7 +4,7 @@ * @author John Molakvoæ * @author Roeland Jago Douma * - * @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/comments/src/filesplugin.js b/apps/comments/src/filesplugin.js index 6feb3ddd043..45d7372dfc7 100644 --- a/apps/comments/src/filesplugin.js +++ b/apps/comments/src/filesplugin.js @@ -7,7 +7,7 @@ * @author Roeland Jago Douma * @author Vincent Petry * - * @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/comments/src/mixins/CommentMixin.js b/apps/comments/src/mixins/CommentMixin.js index 3405e11489d..e029a4b589a 100644 --- a/apps/comments/src/mixins/CommentMixin.js +++ b/apps/comments/src/mixins/CommentMixin.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/services/CommentsInstance.js b/apps/comments/src/services/CommentsInstance.js index 9aac3e6c69e..f5263f35c3d 100644 --- a/apps/comments/src/services/CommentsInstance.js +++ b/apps/comments/src/services/CommentsInstance.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/services/DavClient.js b/apps/comments/src/services/DavClient.js index e87b7971a02..ee5aec129c1 100644 --- a/apps/comments/src/services/DavClient.js +++ b/apps/comments/src/services/DavClient.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/services/DeleteComment.js b/apps/comments/src/services/DeleteComment.js index dc2ee9a5163..871f6b6c5b8 100644 --- a/apps/comments/src/services/DeleteComment.js +++ b/apps/comments/src/services/DeleteComment.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/services/EditComment.js b/apps/comments/src/services/EditComment.js index 1995bccf98e..f3a2d857356 100644 --- a/apps/comments/src/services/EditComment.js +++ b/apps/comments/src/services/EditComment.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/services/GetComments.js b/apps/comments/src/services/GetComments.js index 71cde8922f5..4d1f7b022ae 100644 --- a/apps/comments/src/services/GetComments.js +++ b/apps/comments/src/services/GetComments.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/services/NewComment.js b/apps/comments/src/services/NewComment.js index 6a242713696..eaf08cc10b9 100644 --- a/apps/comments/src/services/NewComment.js +++ b/apps/comments/src/services/NewComment.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/utils/cancelableRequest.js b/apps/comments/src/utils/cancelableRequest.js index 7e956d6cfc3..cdb31441926 100644 --- a/apps/comments/src/utils/cancelableRequest.js +++ b/apps/comments/src/utils/cancelableRequest.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/utils/davUtils.js b/apps/comments/src/utils/davUtils.js index 4bbdf25e1ce..1a2686bbdab 100644 --- a/apps/comments/src/utils/davUtils.js +++ b/apps/comments/src/utils/davUtils.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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/comments/src/utils/numberUtil.js b/apps/comments/src/utils/numberUtil.js index 9a8ec48ddb2..cbbd6964019 100644 --- a/apps/comments/src/utils/numberUtil.js +++ b/apps/comments/src/utils/numberUtil.js @@ -3,7 +3,7 @@ * * @author John Molakvoæ * - * @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 -- cgit v1.2.3