[SCM] GNU M4 source repository branch, branch-1.6, updated. v1.5.89a-47-ge992320
"Eric Blake" <[email protected]> Tue, 05 Aug 2008 00:28:46 +0000
| Newsgroups | gmane.comp.gnu.m4.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=e992320ec9cd96ad491309b421e9dcdaeff09971
The branch, branch-1.6 has been updated
via e992320ec9cd96ad491309b421e9dcdaeff09971 (commit)
from a3a7734d1beabbb438656461076258f5ff32c08b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e992320ec9cd96ad491309b421e9dcdaeff09971
Author: Eric Blake <[email protected]>
Date: Mon Aug 4 18:27:33 2008 -0600
Update copyright notice in generated testsuite files.
* checks/get-them: Fix generated copyright line.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
checks/get-them | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7a50b85..6988291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-04 Eric Blake <[email protected]>
+
+ Update copyright notice in generated testsuite files.
+ * checks/get-them: Fix generated copyright line.
+
2008-08-03 Eric Blake <[email protected]>
Stage 26: Allow embedded NUL in macro definitions.
diff --git a/checks/get-them b/checks/get-them
index 44d199d..6e571f0 100755
--- a/checks/get-them
+++ b/checks/get-them
@@ -94,7 +94,8 @@ BEGIN {
printf("dnl @ %s:%d: Origin of test\n"\
"dnl @ expected status: %d\n"\
"dnl @ extra options: %s\n"\
- "dnl @ Copyright (C) 2006, 2007 Free Software Foundation\n"\
+ "dnl @ Copyright (C) 2006, 2007, 2008 Free Software Foundation,\n"\
+ "dnl @ Inc.\n"\
"dnl @ This file is free software; the Free Software Foundation\n"\
"dnl @ gives unlimited permission to copy and/or distribute it\n"\
"dnl @ with or without modifications, as long as this notice\n"\
hooks/post-receive
--
GNU M4 source repository