From b70ecc7c7c0274212f59af89f5494aa4f00eb725 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Nov 2020 22:12:56 +0100 Subject: Add a bunch of licensing data --- public/static/js/autocomplete.js | 6 ++++++ public/static/js/geolocation.js | 5 +++++ public/static/js/travelynx-actions.js | 5 +++++ 3 files changed, 16 insertions(+) (limited to 'public/static/js') diff --git a/public/static/js/autocomplete.js b/public/static/js/autocomplete.js index fe81482..6ae12f5 100644 --- a/public/static/js/autocomplete.js +++ b/public/static/js/autocomplete.js @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2020 DB Station&Service AG, Europaplatz 1, 10557 Berlin + * Copyright (C) 2020 Daniel Friesel + * + * SPDX-License-Identifier: CC-BY-4.0 + */ document.addEventListener('DOMContentLoaded', function() { var elems = document.querySelectorAll('.autocomplete'); M.Autocomplete.init(elems, { diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index cb16e72..da589c8 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2020 Daniel Friesel + * + * SPDX-License-Identifier: MIT + */ $(document).ready(function() { function getPlaceholder() { return $('div.geolocation div.progress'); diff --git a/public/static/js/travelynx-actions.js b/public/static/js/travelynx-actions.js index f42b491..b741e1e 100644 --- a/public/static/js/travelynx-actions.js +++ b/public/static/js/travelynx-actions.js @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2020 Daniel Friesel + * + * SPDX-License-Identifier: MIT + */ var j_departure = 0; var j_duration = 0; var j_arrival = 0; -- cgit v1.2.3