From 6f83db0d40f9aad480011cd0ac41df927299a49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Thiede?= Date: Sun, 11 Feb 2024 15:11:08 +0100 Subject: [PATCH] add license header --- verify.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/verify.sh b/verify.sh index 6f41c10..ba622b3 100644 --- a/verify.sh +++ b/verify.sh @@ -13,7 +13,11 @@ # /* You should have received a copy of the GNU General Public License */ # /* along with this program. If not, see .*/ - +echo "some-css verify Copyright (C) 2024 MajliTech +This program comes with ABSOLUTELY NO WARRANTY. +This is free software, and you are welcome to redistribute it under certain conditions; +check the LICENSE file or https://www.gnu.org/licenses/ +" export FAIL=0 for filename in "css"/*.css; do # Run csstree-verifier on the current file