]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* jartool.c (version): Use 2006.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Feb 2006 00:45:27 +0000 (00:45 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Feb 2006 00:45:27 +0000 (00:45 +0000)
* jargrep.c (version): Use 2006.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110495 138bc75d-0d04-0410-961f-82ee72b054a4

fastjar/ChangeLog
fastjar/jargrep.c
fastjar/jartool.c

index 22dd6a96ec2417723122b25be424915de0fc82f4..6685155be57e0246c45fc46d23d1953703158192 100644 (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.
index 90c0d9ea78b7698b52ac4ad1742328efc1bb0361..99f4df22f9bc9a462de8466b602f4be2e0a944f1 100644 (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");
index 0a1694eebb9b5ce99957693fecfe92b000755a08..a749f80af63bc425e954522340e1b1bcf89016d8 100644 (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");