jartool.c (version): Use 2006.

* jartool.c (version): Use 2006.
	* jargrep.c (version): Use 2006.

From-SVN: r110495
This commit is contained in:
Tom Tromey 2006-02-02 00:45:27 +00:00 committed by Tom Tromey
parent f17fe3c52b
commit c503a0c073
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-01-31 Tom Tromey <tromey@redhat.com>
* jartool.c (version): Use 2006.
* jargrep.c (version): Use 2006.
2005-11-29 Tom Tromey <tromey@redhat.com>
* compress.c (write_data): Mark 'ze' as unused.

View File

@ -1,6 +1,6 @@
/*
jargrep.c - main functions for jargrep utility
Copyright (C) 2002, 2003 Free Software Foundation
Copyright (C) 2002, 2003, 2006 Free Software Foundation
Copyright (C) 1999, 2000 Bryan Burns
Copyright (C) 2000 Cory Hollingsworth
@ -783,7 +783,7 @@ void version ()
printf("grepjar (%s) %s\n\n", PACKAGE, VERSION);
printf("Copyright 1999, 2000, 2001 Bryan Burns\n");
printf("Copyright 2000 Cory Hollingsworth\n");
printf("Copyright 2002 Free Software Foundation\n");
printf("Copyright 2006 Free Software Foundation\n");
printf("\
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");

View File

@ -1,6 +1,6 @@
/*
jartool.c - main functions for fastjar utility
Copyright (C) 2002, 2004, 2005 Free Software Foundation
Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation
Copyright (C) 1999, 2000, 2001 Bryan Burns
This program is free software; you can redistribute it and/or
@ -2218,7 +2218,7 @@ void version (void)
{
printf("jar (%s) %s\n\n", PACKAGE, VERSION);
printf("Copyright 1999, 2000, 2001 Bryan Burns\n");
printf("Copyright 2002, 2004 Free Software Foundation\n");
printf("Copyright 2006 Free Software Foundation\n");
printf("\
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");