diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-27 22:12:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-27 22:12:56 +0100 |
commit | b70ecc7c7c0274212f59af89f5494aa4f00eb725 (patch) | |
tree | 03c54e6f4a510b748e07e19eefa34fe1cc46725e /public/static/js/autocomplete.js | |
parent | 0addce7bff7dd87c663e09217659dc0555d93453 (diff) |
Add a bunch of licensing data
Diffstat (limited to 'public/static/js/autocomplete.js')
-rw-r--r-- | public/static/js/autocomplete.js | 6 |
1 files changed, 6 insertions, 0 deletions
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, { |