summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-26 12:00:41 +0200
committerdweller <dweller@cabin.digital>2024-02-26 12:00:41 +0200
commit9d6fcf2cdca65c7d49f3f042faf8c0e52aa8cc9c (patch)
tree68b7fea8ec331a14d2b8edddf01f70dff3afe4fb /js
parent1b105d576afa0e25382c82bde31522e07bf6a270 (diff)
add LICENSE and notices
Diffstat (limited to '')
-rw-r--r--js/copy.js8
-rw-r--r--js/lmmtfy.js8
2 files changed, 16 insertions, 0 deletions
diff --git a/js/copy.js b/js/copy.js
index 3bc7707..8c916b2 100644
--- a/js/copy.js
+++ b/js/copy.js
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2024 dwlr <dweller@cabin.digital>
+ *
+ * BSD 3-Clause License (BSD-3-Clause)
+ * See LICENSE for details
+ */
+
+
const dom_lmmtfy = document.getElementById("lmmtfy_url");
const dom_copy = document.getElementById("lmmtfy_copy");
diff --git a/js/lmmtfy.js b/js/lmmtfy.js
index d0410ab..a029c8f 100644
--- a/js/lmmtfy.js
+++ b/js/lmmtfy.js
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2024 dwlr <dweller@cabin.digital>
+ *
+ * BSD 3-Clause License (BSD-3-Clause)
+ * See LICENSE for details
+ */
+
+
const dom_query = document.getElementById("query");
const dom_sect = document.getElementById("sect");
const dom_man = document.getElementById("man");