From 95732b497d12c98613bb3c5db16b61f377501a59 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Wed, 7 Dec 2005 14:08:12 +0000 Subject: Imported from ../bash-3.1.tar.gz. --- version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.c') diff --git a/version.c b/version.c index bad76b0..f373372 100644 --- a/version.c +++ b/version.c @@ -1,6 +1,6 @@ /* version.c -- distribution and version numbers. */ -/* Copyright (C) 1989 Free Software Foundation, Inc. +/* Copyright (C) 1989-2005 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -79,5 +79,5 @@ show_shell_version (extended) { printf ("GNU bash, version %s (%s)\n", shell_version_string (), MACHTYPE); if (extended) - printf (_("Copyright (C) 2004 Free Software Foundation, Inc.\n")); + printf (_("Copyright (C) 2005 Free Software Foundation, Inc.\n")); } -- cgit v1.2.3