]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (--help): Show mailing-address for bug reports.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 23 Feb 2003 16:15:49 +0000 (16:15 +0000)
committerRobert Boehne <rboehne@gnu.org>
Sun, 23 Feb 2003 16:15:49 +0000 (16:15 +0000)
(--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
libtoolize.in
ltmain.in

index df963dd0384991b2db29c1b272fd7fbe265d7362..dc83a1eb4ccd31acc06af6f9d39153e2509bd62c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-23  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * 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  <aoliva@redhat.com>
 
        * libtool.m4: Replace $linker_flags with $compiler_flags wherever
index c0df7c35fdf65019c7f56f51207a56d8ee1f6917..0896b2ef8ce993ff80db17f21515cb3a018b9f6b 100644 (file)
@@ -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 <gord@gnu.ai.mit.edu>, 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 <bug-libtool@gnu.org>.
 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
index 60b8f59c41a0ccf8433692fabb3594536c8ee336..9d7dc2d50e0ba221d6d259dae41b0b5d9d588915 100644 (file)
--- 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 <gord@gnu.ai.mit.edu>, 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 <bug-libtool@gnu.org>."
   exit 0
   ;;