From: Jim Meyering Date: Sun, 26 Aug 2001 18:27:00 +0000 (+0000) Subject: (copyright-check): Update to reflect fact that X-Git-Tag: TEXTUTILS-2_0_15~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afb733429b7730d1f108fb3856be7d63521c0585;p=thirdparty%2Fcoreutils.git (copyright-check): Update to reflect fact that the copyright year is now defined separately. --- diff --git a/Makefile.maint b/Makefile.maint index 7616992f37..a704a8f4fc 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -105,7 +105,7 @@ v_etc_file = lib/version-etc.c # Make sure that the copyright date in $(v_etc_file) is up to date. copyright-check: @if test -f $(v_etc_file); then \ - grep 'N_("Copyright (C) $(shell date +%Y) Free' $(v_etc_file) \ + grep '^#define COPYRIGHT_YEAR "$(shell date +%Y)"' $(v_etc_file) \ >/dev/null \ || { echo 'out of date copyright in $(v_etc_file); update it' 1>&2; \ exit 1; }; \