diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-04 10:06:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-04 12:06:32 +0200 |
commit | c60f151ebdfd47a56991a1fb481b28a2020d27f5 (patch) | |
tree | fd98d5024f06c94631e0b8729bc1984b92381767 | |
parent | 48726556cabc8d3670c40d0b7a46d600387d65fc (diff) | |
download | coreutils-c60f151ebdfd47a56991a1fb481b28a2020d27f5.tar.xz |
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.
-rw-r--r-- | Makefile.am | 8 | ||||
m--------- | gnulib | 0 | ||||
-rw-r--r-- | m4/check-decl.m4 | 4 |
3 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index a243b7f24..e6a880d51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/gnulib b/gnulib -Subproject 82e60ea16931aa9a02346900bd90fe904341bf6 +Subproject 8eda5d5ddd593f97e1ca524ef4c87d178f5c5d9 diff --git a/m4/check-decl.m4 b/m4/check-decl.m4 index e2d20f3f8..d1a520a71 100644 --- a/m4/check-decl.m4 +++ b/m4/check-decl.m4 @@ -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, |