summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-02 00:45:27 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-02 00:45:27 +0000
commitf3c9c27743c6304288667c8c0c6883aa14b013b2 (patch)
tree7bff6302bb35535f27a5a01def8da839acda0f68
parenta6ddbfbc890113cdd563247e1bbc51569a1f8f99 (diff)
downloadppe42-gcc-f3c9c27743c6304288667c8c0c6883aa14b013b2.tar.gz
ppe42-gcc-f3c9c27743c6304288667c8c0c6883aa14b013b2.zip
* jartool.c (version): Use 2006.
* jargrep.c (version): Use 2006. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110495 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--fastjar/ChangeLog5
-rw-r--r--fastjar/jargrep.c4
-rw-r--r--fastjar/jartool.c4
3 files changed, 9 insertions, 4 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index 22dd6a96ec2..6685155be57 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -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.
diff --git a/fastjar/jargrep.c b/fastjar/jargrep.c
index 90c0d9ea78b..99f4df22f9b 100644
--- a/fastjar/jargrep.c
+++ b/fastjar/jargrep.c
@@ -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");
diff --git a/fastjar/jartool.c b/fastjar/jartool.c
index 0a1694eebb9..a749f80af63 100644
--- a/fastjar/jartool.c
+++ b/fastjar/jartool.c
@@ -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");
OpenPOWER on IntegriCloud