From a50e0106eac68939708e1b6bb69d2da61556c426 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 9 Jun 2010 16:53:56 +0700 Subject: [PATCH] Enable correct extraction of multiline copyright from --version. * libltdl/config/getopt.m4sh: Wrap copyright notice at 76 columns. (func_version): Don't omit spaces when merging multiline copyright notices. * clcommit.m4sh, libtoolize.m4sh: Wrap copyright notice at 76 columns. --- ChangeLog | 8 ++++++++ clcommit.m4sh | 3 ++- libltdl/config/getopt.m4sh | 5 +++-- libtoolize.m4sh | 3 ++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 906daab5b..a7776be20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2010-06-09 Gary V. Vaughan + Enable correct extraction of multiline copyright from --version. + * libltdl/config/getopt.m4sh: Wrap copyright notice at 76 + columns. + (func_version): Don't omit spaces when merging multiline copyright + notices. + * clcommit.m4sh, libtoolize.m4sh: Wrap copyright notice at 76 + columns. + * NEWS (2.2.8): BlueGene compiler tests were performed on BG/P systems, not BG/L. Reported by Christian Rössel diff --git a/clcommit.m4sh b/clcommit.m4sh index ff27f9dec..c79e6b94d 100644 --- a/clcommit.m4sh +++ b/clcommit.m4sh @@ -5,7 +5,8 @@ AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])dnl # Written by Gary V. Vaughan # and Alexandre Oliva -# Copyright (C) 1999, 2000, 2004, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2004, 2006, 2008, 2009, 2010 Free Software +# Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh index 70f40e636..a8d4e7e5a 100644 --- a/libltdl/config/getopt.m4sh +++ b/libltdl/config/getopt.m4sh @@ -1,7 +1,8 @@ m4_include([general.m4sh])m4_divert_push([KILL]) # getopt.m4sh -- getopt helper functions -*- Autoconf -*- # -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is part of GNU Libtool. @@ -505,7 +506,7 @@ func_version () :more /\./!{ N - s/\n# // + s/\n# / / b more } :go diff --git a/libtoolize.m4sh b/libtoolize.m4sh index 8cbc6a62e..cfe4aaac3 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -5,7 +5,8 @@ AS_INIT[]m4_divert_push([HEADER-COPYRIGHT])dnl # libtoolize (GNU @PACKAGE@@TIMESTAMP@) @VERSION@ # Written by Gary V. Vaughan , 2003 -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- 2.47.2