jartool.c (version): Use 2006.
* jartool.c (version): Use 2006. * jargrep.c (version): Use 2006. From-SVN: r110495
This commit is contained in:
parent
f17fe3c52b
commit
c503a0c073
@ -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>
|
2005-11-29 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* compress.c (write_data): Mark 'ze' as unused.
|
* compress.c (write_data): Mark 'ze' as unused.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jargrep.c - main functions for jargrep utility
|
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) 1999, 2000 Bryan Burns
|
||||||
Copyright (C) 2000 Cory Hollingsworth
|
Copyright (C) 2000 Cory Hollingsworth
|
||||||
|
|
||||||
@ -783,7 +783,7 @@ void version ()
|
|||||||
printf("grepjar (%s) %s\n\n", PACKAGE, VERSION);
|
printf("grepjar (%s) %s\n\n", PACKAGE, VERSION);
|
||||||
printf("Copyright 1999, 2000, 2001 Bryan Burns\n");
|
printf("Copyright 1999, 2000, 2001 Bryan Burns\n");
|
||||||
printf("Copyright 2000 Cory Hollingsworth\n");
|
printf("Copyright 2000 Cory Hollingsworth\n");
|
||||||
printf("Copyright 2002 Free Software Foundation\n");
|
printf("Copyright 2006 Free Software Foundation\n");
|
||||||
printf("\
|
printf("\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
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");
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jartool.c - main functions for fastjar utility
|
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
|
Copyright (C) 1999, 2000, 2001 Bryan Burns
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
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("jar (%s) %s\n\n", PACKAGE, VERSION);
|
||||||
printf("Copyright 1999, 2000, 2001 Bryan Burns\n");
|
printf("Copyright 1999, 2000, 2001 Bryan Burns\n");
|
||||||
printf("Copyright 2002, 2004 Free Software Foundation\n");
|
printf("Copyright 2006 Free Software Foundation\n");
|
||||||
printf("\
|
printf("\
|
||||||
This is free software; see the source for copying conditions. There is NO\n\
|
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");
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user