From e7efe6de232445e3ef7816db4661670f7839ba7a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Nov 2020 10:39:08 +0100 Subject: add machine-readable copyright and licensing information --- public/static/js/geolocation.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/static/js/geolocation.js') diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index 06537c4..2b57a0b 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2020 Daniel Friesel + * + * SPDX-License-Identifier: BSD-2-Clause + */ + $(function() { var removeStatus = function() { $('div.candidatestatus').remove(); -- cgit v1.2.3