summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2000-03-20 00:12:59 +0000
committerTom Tromey <tromey@redhat.com>2000-03-20 00:12:59 +0000
commitd757e6cc25aa2c5ace65f39bec0fa7510263ffa1 (patch)
treef949292a6c9983c974294a939a3b77e7c88fc7ee /aclocal.in
parent538f4ad7d2a818f6116c2ec4b3cad7b7ee2faecd (diff)
downloadautomake-d757e6cc25aa2c5ace65f39bec0fa7510263ffa1.tar.gz
* aclocal.in (parse_arguments): Copyright 2000.
(write_aclocal): Likewise. * automake.in (parse_arguments): Copyright 2000. (initialize_global_constants): Likewise.
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.in b/aclocal.in
index 1ac0f14e4..2d5cce1c5 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -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.