From a4ff5e8ad870d2703adcb479e86f9b2167ef6630 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 29 Jan 2021 18:32:13 +0100 Subject: Switch to AGPL3+ --- public/static/js/geolocation.js | 2 +- public/static/js/travelynx-actions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index da589c8..50801a5 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -1,7 +1,7 @@ /* * Copyright (C) 2020 Daniel Friesel * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: AGPL-3.0-or-later */ $(document).ready(function() { function getPlaceholder() { diff --git a/public/static/js/travelynx-actions.js b/public/static/js/travelynx-actions.js index b741e1e..7558e69 100644 --- a/public/static/js/travelynx-actions.js +++ b/public/static/js/travelynx-actions.js @@ -1,7 +1,7 @@ /* * Copyright (C) 2020 Daniel Friesel * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: AGPL-3.0-or-later */ var j_departure = 0; var j_duration = 0; -- cgit v1.2.3