diff options
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/src/dav/client.js | 2 | ||||
-rw-r--r-- | apps/dav/src/service/CalendarService.js | 2 | ||||
-rw-r--r-- | apps/dav/src/service/logger.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/src/dav/client.js b/apps/dav/src/dav/client.js index cd521ad80c8..ff858e0492c 100644 --- a/apps/dav/src/dav/client.js +++ b/apps/dav/src/dav/client.js @@ -3,7 +3,7 @@ * * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at> * - * @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/dav/src/service/CalendarService.js b/apps/dav/src/service/CalendarService.js index afef4bc2263..10d3e252465 100644 --- a/apps/dav/src/service/CalendarService.js +++ b/apps/dav/src/service/CalendarService.js @@ -3,7 +3,7 @@ * * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at> * - * @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/dav/src/service/logger.js b/apps/dav/src/service/logger.js index 8941d8d8adc..dd6ec9163a6 100644 --- a/apps/dav/src/service/logger.js +++ b/apps/dav/src/service/logger.js @@ -3,7 +3,7 @@ * * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at> * - * @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 |