diff options
Diffstat (limited to 'public/static/js/geolocation.js')
-rw-r--r-- | public/static/js/geolocation.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |