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/user_status/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/user_status/src')
-rw-r--r-- | apps/user_status/src/dashboard.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/filters/clearAtFilter.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/menu.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/mixins/OnlineStatusMixin.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/clearAtOptionsService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/clearAtService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/dateService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/heartbeatService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/predefinedStatusService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/statusOptionsService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/services/statusService.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/store/index.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/store/predefinedStatuses.js | 2 | ||||
-rw-r--r-- | apps/user_status/src/store/userStatus.js | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/apps/user_status/src/dashboard.js b/apps/user_status/src/dashboard.js index f419003f34d..9c3d94151d0 100644 --- a/apps/user_status/src/dashboard.js +++ b/apps/user_status/src/dashboard.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/filters/clearAtFilter.js b/apps/user_status/src/filters/clearAtFilter.js index 89604fe9f3a..9a99b9ec69f 100644 --- a/apps/user_status/src/filters/clearAtFilter.js +++ b/apps/user_status/src/filters/clearAtFilter.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/menu.js b/apps/user_status/src/menu.js index 3c29f61cc0c..98ec1ff06df 100644 --- a/apps/user_status/src/menu.js +++ b/apps/user_status/src/menu.js @@ -5,7 +5,7 @@ * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Julius Härtl <jus@bitgrid.net> * - * @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/user_status/src/mixins/OnlineStatusMixin.js b/apps/user_status/src/mixins/OnlineStatusMixin.js index f56723f9b5c..d1e3a9111fa 100644 --- a/apps/user_status/src/mixins/OnlineStatusMixin.js +++ b/apps/user_status/src/mixins/OnlineStatusMixin.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 diff --git a/apps/user_status/src/services/clearAtOptionsService.js b/apps/user_status/src/services/clearAtOptionsService.js index c6091aa10de..2849e6170f2 100644 --- a/apps/user_status/src/services/clearAtOptionsService.js +++ b/apps/user_status/src/services/clearAtOptionsService.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/services/clearAtService.js b/apps/user_status/src/services/clearAtService.js index 38ff342be20..a02905b90c9 100644 --- a/apps/user_status/src/services/clearAtService.js +++ b/apps/user_status/src/services/clearAtService.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/services/dateService.js b/apps/user_status/src/services/dateService.js index a2dc219df92..2d110db5998 100644 --- a/apps/user_status/src/services/dateService.js +++ b/apps/user_status/src/services/dateService.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/services/heartbeatService.js b/apps/user_status/src/services/heartbeatService.js index a981a0dc246..2065cb6836a 100644 --- a/apps/user_status/src/services/heartbeatService.js +++ b/apps/user_status/src/services/heartbeatService.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/services/predefinedStatusService.js b/apps/user_status/src/services/predefinedStatusService.js index 18887efb8b5..0a4cb55b573 100644 --- a/apps/user_status/src/services/predefinedStatusService.js +++ b/apps/user_status/src/services/predefinedStatusService.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/services/statusOptionsService.js b/apps/user_status/src/services/statusOptionsService.js index 31f65d92e44..7bd50bf7aff 100644 --- a/apps/user_status/src/services/statusOptionsService.js +++ b/apps/user_status/src/services/statusOptionsService.js @@ -4,7 +4,7 @@ * @author Georg Ehrke <oc.list@georgehrke.com> * @author Jan C. Borchardt <hey@jancborchardt.net> * - * @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/user_status/src/services/statusService.js b/apps/user_status/src/services/statusService.js index d14e45b4183..f4bda930303 100644 --- a/apps/user_status/src/services/statusService.js +++ b/apps/user_status/src/services/statusService.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/store/index.js b/apps/user_status/src/store/index.js index 49b77f92ba8..c2c270d14d8 100644 --- a/apps/user_status/src/store/index.js +++ b/apps/user_status/src/store/index.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/store/predefinedStatuses.js b/apps/user_status/src/store/predefinedStatuses.js index 769e978227c..e41ba24f7dd 100644 --- a/apps/user_status/src/store/predefinedStatuses.js +++ b/apps/user_status/src/store/predefinedStatuses.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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/user_status/src/store/userStatus.js b/apps/user_status/src/store/userStatus.js index 84434895e18..c54fbe5040b 100644 --- a/apps/user_status/src/store/userStatus.js +++ b/apps/user_status/src/store/userStatus.js @@ -3,7 +3,7 @@ * * @author Georg Ehrke <oc.list@georgehrke.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 |