]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
syntax-check: Remove check for proper spelling of 'Red Hat'
authorPeter Krempa <pkrempa@redhat.com>
Wed, 31 Mar 2021 08:14:50 +0000 (10:14 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 6 Apr 2021 14:53:49 +0000 (16:53 +0200)
Don't single out this one, and also don't waste computational resources
on it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
build-aux/syntax-check.mk

index 7f4a23c04860a2000cc2212c769fdb94c2e3789f..10fa4bb5531ec64d7d86f24b18985710c5ba5c04 100644 (file)
@@ -784,18 +784,6 @@ sc_prohibit_long_lines:
        halt='Wrap long lines in expected output files' \
          $(_sc_search_regexp)
 
-sc_copyright_format:
-       @require='Copyright .*Red 'Hat', Inc\.' \
-       containing='Copyright .*Red 'Hat \
-       halt='Red Hat copyright is missing Inc.' \
-         $(_sc_search_regexp)
-       @prohibit='Copyright [^(].*Red 'Hat \
-       halt='consistently use (C) in Red Hat copyright' \
-         $(_sc_search_regexp)
-       @prohibit='\<RedHat\>' \
-       halt='spell Red Hat as two words' \
-         $(_sc_search_regexp)
-
 # Prefer the new URL listing over the old street address listing when
 # calling out where to get a copy of the [L]GPL.  Also, while we have
 # to ship COPYING (GPL) alongside COPYING.LESSER (LGPL), we want any
@@ -1869,9 +1857,6 @@ exclude_file_name_regexp--sc_bindtextdomain = .*
 
 exclude_file_name_regexp--sc_gettext_init = ^((tests|examples)/|tools/virt-login-shell.c|src/util/vireventglib\.c)
 
-exclude_file_name_regexp--sc_copyright_format = \
-       ^build-aux/syntax-check\.mk$$
-
 exclude_file_name_regexp--sc_copyright_usage = \
   ^COPYING(|\.LESSER)|build-aux/syntax-check.mk$$