This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: copyright update for fastjar
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 01 Feb 2006 17:40:36 -0700
- Subject: Patch: FYI: copyright update for fastjar
- Reply-to: tromey at redhat dot com
I'm checking this in on the trunk, the 4.1 branch, and the 4.0 branch.
This follows Joseph's earlier gcc patch, and updates the --version
copyright dates in the fastjar directory.
Updates for the programs in libjava/ to follow.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* jartool.c (version): Use 2006.
* jargrep.c (version): Use 2006.
Index: jartool.c
===================================================================
--- jartool.c (revision 110408)
+++ jartool.c (working copy)
@@ -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 @@
{
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");
Index: jargrep.c
===================================================================
--- jargrep.c (revision 110408)
+++ jargrep.c (working copy)
@@ -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 @@
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");