summaryrefslogtreecommitdiffstats
path: root/apps/weather_status
diff options
context:
space:
mode:
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/src/services/weatherStatusService.js4
-rw-r--r--apps/weather_status/src/weather-status.js2
2 files changed, 2 insertions, 4 deletions
diff --git a/apps/weather_status/src/services/weatherStatusService.js b/apps/weather_status/src/services/weatherStatusService.js
index bf9cc43b090..a32016d1d43 100644
--- a/apps/weather_status/src/services/weatherStatusService.js
+++ b/apps/weather_status/src/services/weatherStatusService.js
@@ -3,7 +3,7 @@
*
* @author Julien Veyssier <eneiluj@posteo.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
@@ -97,7 +97,6 @@ const getLocation = async () => {
/**
* Fetches the weather forecast
*
- * @param {string} address The location
* @return {Promise<object>}
*/
const fetchForecast = async () => {
@@ -110,7 +109,6 @@ const fetchForecast = async () => {
/**
* Fetches the location favorites
*
- * @param {string} address The location
* @return {Promise<object>}
*/
const getFavorites = async () => {
diff --git a/apps/weather_status/src/weather-status.js b/apps/weather_status/src/weather-status.js
index 4b8b2ab79a4..4450e70940e 100644
--- a/apps/weather_status/src/weather-status.js
+++ b/apps/weather_status/src/weather-status.js
@@ -3,7 +3,7 @@
*
* @author Julien Veyssier <eneiluj@posteo.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