From f9f1c169e7332f9f3882a1d0da68e974fb3e06ac Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 13 Jan 2006 13:11:29 +0000 Subject: Update copyright year. --- src/options.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.cc b/src/options.cc index de001a4..98e94c7 100644 --- a/src/options.cc +++ b/src/options.cc @@ -1,5 +1,5 @@ /* Handles parsing the Options provided to the user. - Copyright (C) 1989-1998, 2000, 2002-2004 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2004, 2006 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . @@ -1005,7 +1005,7 @@ Options::parse_options (int argc, char *argv[]) This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ ", - "1989-1998, 2000-2003"); + "1989-1998, 2000-2004, 2006"); fprintf (stdout, "Written by %s and %s.\n", "Douglas C. Schmidt", "Bruno Haible"); exit (0); -- cgit v1.2.1