gij.cc (version): Change year for '--version' to 2005.
2005-02-18 Anthony Green <green@redhat.com> * gij.cc (version): Change year for '--version' to 2005. * gnu/gcj/convert/Convert.java: Ditto. * gnu/java/rmi/rmic/RMIC.java: Ditto. * gnu/java/rmi/registry/RegistryImpl.java: Ditto. * gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most recent copyright year in `--version' output. From-SVN: r95232
This commit is contained in:
parent
258dba8f62
commit
0ae65c915a
@ -1,3 +1,13 @@
|
||||
2005-02-18 Anthony Green <green@redhat.com>
|
||||
|
||||
* gij.cc (version): Change year for '--version' to 2005.
|
||||
* gnu/gcj/convert/Convert.java: Ditto.
|
||||
* gnu/java/rmi/rmic/RMIC.java: Ditto.
|
||||
* gnu/java/rmi/registry/RegistryImpl.java: Ditto.
|
||||
|
||||
* gnu/gcj/tools/gcj_dbtool/Main.java: Only show the most
|
||||
recent copyright year in `--version' output.
|
||||
|
||||
2005-02-18 Robert Schuster <thebohemian@gmx.net>
|
||||
|
||||
* java/nio/charset/Charset.java (forName): Throws
|
||||
|
@ -47,7 +47,7 @@ static void
|
||||
version ()
|
||||
{
|
||||
printf ("gij (GNU libgcj) version %s\n\n", __VERSION__);
|
||||
printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
|
||||
printf ("Copyright (C) 2005 Free Software Foundation, Inc.\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");
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2002 Free Software Foundation
|
||||
/* Copyright (C) 1999, 2002, 2005 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
@ -45,7 +45,7 @@ public class Convert
|
||||
+ ") "
|
||||
+ System.getProperty("java.vm.version"));
|
||||
System.out.println();
|
||||
System.out.println("Copyright (C) 2002 Free Software Foundation, Inc.");
|
||||
System.out.println("Copyright (C) 2005 Free Software Foundation, Inc.");
|
||||
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.exit(0);
|
||||
|
@ -31,7 +31,7 @@ public class Main
|
||||
+ ") "
|
||||
+ System.getProperty("java.vm.version"));
|
||||
System.out.println();
|
||||
System.out.println("Copyright 2004, 2005 Free Software Foundation, Inc.");
|
||||
System.out.println("Copyright 2005 Free Software Foundation, Inc.");
|
||||
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.");
|
||||
return;
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2002, 2005
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@ -109,7 +110,7 @@ public static void version() {
|
||||
+ System.getProperty("java.vm.name")
|
||||
+ ") "
|
||||
+ System.getProperty("java.vm.version"));
|
||||
System.out.println("Copyright 2002 Free Software Foundation, Inc.");
|
||||
System.out.println("Copyright 2005 Free Software Foundation, Inc.");
|
||||
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.exit(0);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* RMIC.java --
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
|
||||
Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
@ -978,7 +978,7 @@ public class RMIC
|
||||
System.out.println("rmic (" + System.getProperty("java.vm.name")
|
||||
+ ") " + System.getProperty("java.vm.version"));
|
||||
System.out.println();
|
||||
System.out.println("Copyright 2002 Free Software Foundation, Inc.");
|
||||
System.out.println("Copyright 2005 Free Software Foundation, Inc.");
|
||||
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.exit(0);
|
||||
|
Loading…
Reference in New Issue
Block a user