From 734a5ca71975eb94a376d8879f94f2847939a9ee Mon Sep 17 00:00:00 2001 From: Ryan Daum Date: Tue, 2 Jan 2024 12:03:18 -0500 Subject: [PATCH] Fix accidental license blurb in HTML/JS bits --- .licensure.yml | 8 +++++++- crates/web-host/src/client/browser.html | 8 -------- crates/web-host/src/client/editor.js | 22 ++++++++++++++-------- crates/web-host/src/client/moor.js | 22 ++++++++++++++-------- crates/web-host/src/client/root.html | 8 -------- doc/vision-blurb.md | 4 ++-- 6 files changed, 37 insertions(+), 35 deletions(-) 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 . -#