gij.cc (version): Use 2006.
* gij.cc (version): Use 2006. * gnu/java/rmi/rmic/RMIC.java (parseOptions): Use 2006. * gnu/gcj/convert/Convert.java (version): Use 2006. * gnu/gcj/tools/gcj_dbtool/Main.java (main): Use 2006. From-SVN: r110681
This commit is contained in:
parent
db82a252b8
commit
003fe0b3e3
5 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-02-06 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gij.cc (version): Use 2006.
|
||||||
|
* gnu/java/rmi/rmic/RMIC.java (parseOptions): Use 2006.
|
||||||
|
* gnu/gcj/convert/Convert.java (version): Use 2006.
|
||||||
|
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Use 2006.
|
||||||
|
|
||||||
2006-02-04 Tom Tromey <tromey@redhat.com>
|
2006-02-04 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR java/25676:
|
PR java/25676:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1999-2005 Free Software Foundation
|
/* Copyright (C) 1999-2006 Free Software Foundation
|
||||||
|
|
||||||
This file is part of libgcj.
|
This file is part of libgcj.
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ version ()
|
||||||
{
|
{
|
||||||
printf ("java version \"" JV_VERSION "\"\n");
|
printf ("java version \"" JV_VERSION "\"\n");
|
||||||
printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
|
printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
|
||||||
printf ("Copyright (C) 2005 Free Software Foundation, Inc.\n");
|
printf ("Copyright (C) 2006 Free Software Foundation, Inc.\n");
|
||||||
printf ("This is free software; see the source for copying conditions. There is NO\n");
|
printf ("This is free software; see the source for copying conditions. There is NO\n");
|
||||||
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1999, 2002, 2005 Free Software Foundation
|
/* Copyright (C) 1999, 2002, 2005, 2006 Free Software Foundation
|
||||||
|
|
||||||
This file is part of libgcj.
|
This file is part of libgcj.
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ public class Convert
|
||||||
+ ") "
|
+ ") "
|
||||||
+ System.getProperty("java.vm.version"));
|
+ System.getProperty("java.vm.version"));
|
||||||
System.out.println();
|
System.out.println();
|
||||||
System.out.println("Copyright (C) 2005 Free Software Foundation, Inc.");
|
System.out.println("Copyright (C) 2006 Free Software Foundation, Inc.");
|
||||||
System.out.println("This is free software; see the source for copying conditions. There is NO");
|
System.out.println("This is free software; see the source for copying conditions. There is NO");
|
||||||
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
|
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2004, 2005 Free Software Foundation
|
/* Copyright (C) 2004, 2005, 2006 Free Software Foundation
|
||||||
|
|
||||||
This file is part of libgcj.
|
This file is part of libgcj.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ public class Main
|
||||||
+ ") "
|
+ ") "
|
||||||
+ System.getProperty("java.vm.version"));
|
+ System.getProperty("java.vm.version"));
|
||||||
System.out.println();
|
System.out.println();
|
||||||
System.out.println("Copyright 2005 Free Software Foundation, Inc.");
|
System.out.println("Copyright 2006 Free Software Foundation, Inc.");
|
||||||
System.out.println("This is free software; see the source for copying conditions. There is NO");
|
System.out.println("This is free software; see the source for copying conditions. There is NO");
|
||||||
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
|
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* RMIC.java --
|
/* RMIC.java --
|
||||||
Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005
|
Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GNU Classpath.
|
This file is part of GNU Classpath.
|
||||||
|
@ -978,7 +978,7 @@ public class RMIC
|
||||||
System.out.println("rmic (" + System.getProperty("java.vm.name")
|
System.out.println("rmic (" + System.getProperty("java.vm.name")
|
||||||
+ ") " + System.getProperty("java.vm.version"));
|
+ ") " + System.getProperty("java.vm.version"));
|
||||||
System.out.println();
|
System.out.println();
|
||||||
System.out.println("Copyright 2005 Free Software Foundation, Inc.");
|
System.out.println("Copyright 2006 Free Software Foundation, Inc.");
|
||||||
System.out.println("This is free software; see the source for copying conditions. There is NO");
|
System.out.println("This is free software; see the source for copying conditions. There is NO");
|
||||||
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
|
System.out.println("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.");
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue