diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 12:00:41 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 12:00:41 +0200 |
commit | 9d6fcf2cdca65c7d49f3f042faf8c0e52aa8cc9c (patch) | |
tree | 68b7fea8ec331a14d2b8edddf01f70dff3afe4fb /js/copy.js | |
parent | 1b105d576afa0e25382c82bde31522e07bf6a270 (diff) |
add LICENSE and notices
Diffstat (limited to 'js/copy.js')
-rw-r--r-- | js/copy.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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"); |