]> sourceware.org Git - automake.git/commitdiff
* aclocal.in (parse_arguments): Copyright 2000.
authorTom Tromey <tromey@redhat.com>
Mon, 20 Mar 2000 00:12:59 +0000 (00:12 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 20 Mar 2000 00:12:59 +0000 (00:12 +0000)
(write_aclocal): Likewise.
* automake.in (parse_arguments): Copyright 2000.
(initialize_global_constants): Likewise.

ChangeLog
aclocal.in
automake.in

index 0f710f306c458762ba258d6ccf99a7fdca28a7f1..832482d46d8cf6c446e13071809fcbc46c08c08f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-03-19  Tom Tromey  <tromey@cygnus.com>
 
+       * aclocal.in (parse_arguments): Copyright 2000.
+       (write_aclocal): Likewise.
+       * automake.in (parse_arguments): Copyright 2000.
+       (initialize_global_constants): Likewise.
+
        * automake.in (generate_makefile): Call handle_dist after
        handle_dependencies and handle_tests.  Fixes subobj3.test and
        pr19.test regressions.
index 1ac0f14e46e176b2f179779c1b158fdb2382835b..2d5cce1c5d92eb1e9286e111392982b3eea8011f 100644 (file)
@@ -3,7 +3,7 @@
 # @configure_input@
 
 # aclocal - create aclocal.m4 by scanning configure.in
-# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -177,7 +177,7 @@ sub parse_arguments
        elsif ($arglist[0] eq '--version')
        {
            print "aclocal (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright (C) 1999 Free Software Foundation, Inc.\n";
+           print "Copyright (C) 2000 Free Software Foundation, Inc.\n";
            print "This is free software; see the source for copying conditions.  There is NO\n";
            print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n";
            print "Written by Tom Tromey <tromey\@cygnus.com>\n";
@@ -427,7 +427,7 @@ sub write_aclocal
        || die "aclocal: couldn't open \`$output_file' for writing: $!\n";
     print ACLOCAL "dnl $output_file generated automatically by aclocal $VERSION\n";
     print ACLOCAL "\
-dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+dnl Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index af52cca8575e1367fff9bb7619e01580fe3259a7..40fb4884c14f0ac01e26aad2432da490f70e0341 100755 (executable)
@@ -422,7 +422,7 @@ sub parse_arguments
        if ($arglist[0] eq "--version")
        {
            print "automake (GNU $PACKAGE) $VERSION\n\n";
-           print "Copyright (C) 1999 Free Software Foundation, Inc.\n";
+           print "Copyright (C) 2000 Free Software Foundation, Inc.\n";
            print "This is free software; see the source for copying conditions.  There is NO\n";
            print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n";
            print "Written by Tom Tromey <tromey\@cygnus.com>\n";
@@ -6671,7 +6671,7 @@ sub initialize_global_constants
 
     # Copyright on generated Makefile.ins.
     $gen_copyright = "\
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
 # This Makefile.in 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.
This page took 0.040237 seconds and 5 git commands to generate.