From 9d6fcf2cdca65c7d49f3f042faf8c0e52aa8cc9c Mon Sep 17 00:00:00 2001 From: dweller Date: Mon, 26 Feb 2024 12:00:41 +0200 Subject: add LICENSE and notices --- js/copy.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/copy.js') 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 + * + * 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"); -- cgit v1.2.3