summaryrefslogtreecommitdiffstats
path: root/share/mk/check/_.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/check/_.mk')
-rw-r--r--share/mk/check/_.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/share/mk/check/_.mk b/share/mk/check/_.mk
index 6326d1f..0a20317 100644
--- a/share/mk/check/_.mk
+++ b/share/mk/check/_.mk
@@ -1,18 +1,13 @@
-########################################################################
-# Copyright 2023, Alejandro Colomar <alx@kernel.org>
-# SPDX-License-Identifier: GPL-3.0-or-later
-########################################################################
+# Copyright 2023-2024, Alejandro Colomar <alx@kernel.org>
+# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
ifndef MAKEFILE_CHECK_INCLUDED
MAKEFILE_CHECK_INCLUDED := 1
-check := check-catman
-
-
.PHONY: check
-check: $(check);
+check: check-catman;
endif # include guard