summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-11-27 22:12:56 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-11-27 22:12:56 +0100
commitb70ecc7c7c0274212f59af89f5494aa4f00eb725 (patch)
tree03c54e6f4a510b748e07e19eefa34fe1cc46725e /public
parent0addce7bff7dd87c663e09217659dc0555d93453 (diff)
Add a bunch of licensing data
Diffstat (limited to 'public')
-rw-r--r--public/static/api.yml3
-rw-r--r--public/static/css/local.css5
-rw-r--r--public/static/fonts/MaterialIcons-Regular.svg6
-rw-r--r--public/static/js/autocomplete.js6
-rw-r--r--public/static/js/geolocation.js5
-rw-r--r--public/static/js/travelynx-actions.js5
6 files changed, 27 insertions, 3 deletions
diff --git a/public/static/api.yml b/public/static/api.yml
index b13dc9e..a289cae 100644
--- a/public/static/api.yml
+++ b/public/static/api.yml
@@ -1,3 +1,6 @@
+# Copyright (C) 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
openapi: 3.0.3
info:
title: travelynx
diff --git a/public/static/css/local.css b/public/static/css/local.css
index e058a76..5449a23 100644
--- a/public/static/css/local.css
+++ b/public/static/css/local.css
@@ -1,3 +1,8 @@
+/*
+ * Copyright (C) 2020 Daniel Friesel
+ *
+ * SPDX-License-Identifier: MIT
+ */
.action-checkin,
.action-checkout,
.action-undo,
diff --git a/public/static/fonts/MaterialIcons-Regular.svg b/public/static/fonts/MaterialIcons-Regular.svg
index a449327..f57725c 100644
--- a/public/static/fonts/MaterialIcons-Regular.svg
+++ b/public/static/fonts/MaterialIcons-Regular.svg
@@ -5,9 +5,9 @@
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
-Created by FontForge 20151118 at Mon Feb 8 11:58:02 2016
- By shyndman
-Copyright 2015 Google, Inc. All Rights Reserved.
+Copyright 2014-2019 Materialize
+
+SPDX-License-Identifier: Apache-2.0
</metadata>
<defs>
<font id="MaterialIcons-Regular" horiz-adv-x="512" >
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;