diff options
author | dweller <dweller@cabin.digital> | 2024-02-27 21:22:39 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-27 21:22:39 +0200 |
commit | 3cd615f7f3a4a4c00b1bab311fedef2fe9e1b8f3 (patch) | |
tree | 2701c2034a6951f01120f668b73aee3b1ee2a77e /js | |
parent | 2a66021e508fe2ff6912e6e6578eaf035e1ffdd8 (diff) |
add license notice to new file
Diffstat (limited to '')
-rw-r--r-- | js/query_opts.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/query_opts.js b/js/query_opts.js index f81ee0c..ba88787 100644 --- a/js/query_opts.js +++ b/js/query_opts.js @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2024 dwlr <dweller@cabin.digital> + * + * BSD 3-Clause License (BSD-3-Clause) + * See LICENSE for details + */ + + const min_width = 20; const rpad = 15; |