From 69c19532812516accaed16ecd8f478acf497de79 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 21 Jan 2021 18:28:40 +0100 Subject: Switch to AGPL v3 for DBF program code --- public/static/js/collapse.js | 2 +- public/static/js/geolocation.js | 2 +- public/static/js/map-refresh.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/static/js/collapse.js b/public/static/js/collapse.js index 1bfc398..5ea412c 100644 --- a/public/static/js/collapse.js +++ b/public/static/js/collapse.js @@ -1,7 +1,7 @@ /* * Copyright (C) 2020 Daniel Friesel * - * SPDX-License-Identifier: BSD-2-Clause + * SPDX-License-Identifier: AGPL-3.0-or-later */ function reload_app() { diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index 2b57a0b..253f000 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: BSD-2-Clause + * SPDX-License-Identifier: AGPL-3.0-or-later */ $(function() { diff --git a/public/static/js/map-refresh.js b/public/static/js/map-refresh.js index c1758ed..30f599d 100644 --- a/public/static/js/map-refresh.js +++ b/public/static/js/map-refresh.js @@ -1,7 +1,7 @@ /* * Copyright (C) 2020 Daniel Friesel * - * SPDX-License-Identifier: BSD-2-Clause + * SPDX-License-Identifier: AGPL-3.0-or-later */ var j_reqid; -- cgit v1.2.3