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=332d15af03aec4384156f2fdf9245d71c0960105 The branch, branch-1.6 has been updated via 332d15af03aec4384156f2fdf9245d71c0960105 (commit) from 8e6cc3c04610603437d9f67e337d0abf113eb46b (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 332d15af03aec4384156f2fdf9245d71c0960105 Author: Eric Blake <[EMAIL PROTECTED]> Date: Thu Jul 17 16:57:19 2008 -0600 Fix missing copyright notices. * acinclude.m4: Add copyright license details. * c-boxes.el: Likewise. * checks/get-them: Likewise. * checks/check-them: Likewise. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 8 ++++++++ acinclude.m4 | 6 +++++- c-boxes.el | 17 ++++++++++++++++- checks/check-them | 15 +++++++++++++++ checks/get-them | 15 +++++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45a1db7..d3cb5b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-07-17 Eric Blake <[EMAIL PROTECTED]> + + Fix missing copyright notices. + * acinclude.m4: Add copyright license details. + * c-boxes.el: Likewise. + * checks/get-them: Likewise. + * checks/check-them: Likewise. + 2008-07-13 Eric Blake <[EMAIL PROTECTED]> Add -g/--gnu command line argument. diff --git a/acinclude.m4 b/acinclude.m4 index ae569bc..c14a5e3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,10 @@ # Local additions to Autoconf macros. -# Copyright (C) 1992, 1994, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 2004, 2006, 2008 Free Software Foundation, Inc. # Francois Pinard <[EMAIL PROTECTED]>, 1992. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. # Check if --with-dmalloc was given. diff --git a/c-boxes.el b/c-boxes.el index c1b80e3..35e4d99 100644 --- a/c-boxes.el +++ b/c-boxes.el @@ -1,7 +1,22 @@ ;;; Boxed comments for C mode. -;;; Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +;;; Copyright (C) 1991, 1992, 1993, 1994, 2008 Free Software Foundation, Inc. ;;; Francois Pinard <[EMAIL PROTECTED]>, April 1991. ;;; +;;; This file is part of GNU M4. +;;; +;;; GNU M4 is free software: you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published by +;;; the Free Software Foundation, either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; GNU M4 is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with this program. If not, see <http://www.gnu.org/licenses/>. + ;;; I often refill paragraphs inside C comments, while stretching or ;;; shrinking the surrounding box as needed. This is a real pain to ;;; do by hand. Here is the code I made to ease my life on this, diff --git a/checks/check-them b/checks/check-them index 7fba1d6..bad88f8 100755 --- a/checks/check-them +++ b/checks/check-them @@ -1,6 +1,21 @@ #!/bin/sh # Check GNU m4 against examples from the manual source. # Copyright (C) 1992, 2006, 2007, 2008 Free Software Foundation, Inc. +# +# This file is part of GNU M4. +# +# GNU M4 is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# GNU M4 is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. # Clean up temp files on exit pwd=`pwd` diff --git a/checks/get-them b/checks/get-them index 803f413..44d199d 100755 --- a/checks/get-them +++ b/checks/get-them @@ -3,6 +3,21 @@ # Extract all examples from the manual source. # Copyright (C) 1992, 2005, 2006, 2007, 2008 Free Software Foundation, # Inc. +# +# This file is part of GNU M4. +# +# GNU M4 is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# GNU M4 is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. # This script is for use with GNU awk. hooks/post-receive -- GNU M4 source repository
