1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-01 10:33:30 +02:00

maint: move the update-copyright rule to gnulib's maint.mk

* gnulib: Update submodule to get latest maint.mk.
* Makefile.am (update-copyright): Remove rule; now it's in maint.mk.
* m4/check-decl.m4: Update sole remaining copyright year list.
This commit is contained in:
Jim Meyering
2009-08-04 10:06:41 +02:00
parent 48726556ca
commit c60f151ebd
3 changed files with 3 additions and 11 deletions

View File

@@ -144,11 +144,3 @@ check-ls-dircolors:
|sed -n '/^ *"/p'|tr , '\n'|sed 's/^ *//' \
|sed -n 's/^"\(..\)"/\1/p'|sort -u); \
test "$$dc" = "$$ls"
.PHONY: update-copyright
update-copyright:
if test -d .git; then \
git grep -l -w Copyright \
| grep -v -E '(^|/)(COPYING|ChangeLog)' \
| xargs $(srcdir)/build-aux/$@; \
fi

2
gnulib

Submodule gnulib updated: 82e60ea169...8eda5d5ddd

View File

@@ -1,8 +1,8 @@
#serial 24
# Check declarations for this package.
dnl Copyright (C) 1997-2001, 2003-2006, 2008
dnl Free Software Foundation, Inc.
dnl Copyright (C) 1997-2001, 2003-2006, 2008-2009 Free Software
dnl Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,