diff --git a/.licensure.yml b/.licensure.yml index e2d6c6b1..59bbfdd6 100644 --- a/.licensure.yml +++ b/.licensure.yml @@ -19,6 +19,12 @@ comments: type: line comment_char: "//" trailing_lines: 1 + - columns: 80 + extension: js + commenter: + type: line + comment_char: "//" + trailing_lines: 1 excludes: - \.gitignore @@ -30,4 +36,4 @@ excludes: - README.* - LICENSE.* - Dockerfile - - .*\.(md|rst|txt|yml|png|jpg|gif|db|pem|lock|json|toml|in|out) + - .*\.(md|rst|txt|yml|png|jpg|gif|db|pem|lock|json|toml|in|out|html) diff --git a/crates/web-host/src/client/browser.html b/crates/web-host/src/client/browser.html index c3fa8dd8..0d8312b6 100644 --- a/crates/web-host/src/client/browser.html +++ b/crates/web-host/src/client/browser.html @@ -1,11 +1,3 @@ -# Copyright (C) 2024 Ryan Daum -# -# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. -# -# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with this program. If not, see . -#