From 02d4bdf39eaca6010fac3b61d2399cae111e9c67 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 23 Feb 2003 16:15:49 +0000 Subject: [PATCH] * ltmain.in (--help): Show mailing-address for bug reports. (--version): Mention only the most recent copyright year. * libtoolize.in (--help): Show mailing-address for bug reports. (--version): Mention only the most recent copyright year. --- ChangeLog | 7 +++++++ libtoolize.in | 7 +++++-- ltmain.in | 9 +++++---- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index df963dd03..dc83a1eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-23 Alexandre Duret-Lutz + + * ltmain.in (--help): Show mailing-address for bug reports. + (--version): Mention only the most recent copyright year. + * libtoolize.in (--help): Show mailing-address for bug reports. + (--version): Mention only the most recent copyright year. + 2003-02-19 Alexandre Oliva * libtool.m4: Replace $linker_flags with $compiler_flags wherever diff --git a/libtoolize.in b/libtoolize.in index c0df7c35f..0896b2ef8 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -1,7 +1,8 @@ #! /bin/sh # libtoolize - Prepare a package to use libtool. # @configure_input@ -# Copyright (C) 1996-2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 +# Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify @@ -77,6 +78,8 @@ Prepare a package to use libtool. You must \`cd' to the top directory of your package before you run \`$progname'. + +Report bugs to . EOF exit 0 ;; @@ -84,7 +87,7 @@ EOF --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION" echo - echo "Copyright 1996-2000, 2001 Free Software Foundation, Inc." + echo "Copyright (C) 2003 Free Software Foundation, Inc." echo "This is free software; see the source for copying conditions. There is NO" echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit 0 diff --git a/ltmain.in b/ltmain.in index 60b8f59c4..9d7dc2d50 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1,7 +1,7 @@ # ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # @@ -221,8 +221,7 @@ do --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" echo - echo "Copyright 1996, 1997, 1998, 1999, 2000, 2001" - echo "Free Software Foundation, Inc." + echo "Copyright (C) 2003 Free Software Foundation, Inc." echo "This is free software; see the source for copying conditions. There is NO" echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit 0 @@ -5960,7 +5959,9 @@ MODE must be one of the following: uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for -a more detailed description of MODE." +a more detailed description of MODE. + +Report bugs to ." exit 0 ;; -- 2.47.2