From 7efb4d7a2addc2b151b5b0bf45b0c2716cee9901 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 13 Nov 2011 19:14:12 +0100 Subject: Syntax check for copyright statements. * check-copyright: New file. * Makefile (sc_check_copyright): New rule. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb1d7cd0b6..af33eccf44 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,11 @@ sc_check_sym_list: <(sed -n /^_intprops_name/,/^_intprops_syms_re/p top/maint.mk \ |sed '/^_/d;s/^ //;s/ *\\$$//') +# Ensure that the copyright statements in files and in the module descriptions +# are consistent. +sc_check_copyright: + ./check-copyright + # Regenerate some files that are stored in the repository. regen: MODULES.html -- cgit v1.2.1