Remove custom matching pattern from 'licensecheck'.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 25 Mar 2012 18:18:56 +0000 (19:18 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 25 Mar 2012 18:18:56 +0000 (19:18 +0100)
licensecheck program upstream now checks OCaml files by default:
http://git.fedorahosted.org/git/?p=rpmdevtools.git;a=commitdiff;h=158c182ec48ce4a2e4e771bfed0098b565502c5b

Makefile.am

index 74d552e..069636d 100644 (file)
@@ -32,4 +32,4 @@ rpm: dist
        rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
 
 licensecheck:
-       licensecheck -c '\.(c|h|ml|mli|am|ac|m4|sh)$$' $$(git ls-files)
+       licensecheck $$(git ls-files)