OSDN Git Service

2004-03-20 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 2004 20:57:22 +0000 (20:57 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 2004 20:57:22 +0000 (20:57 +0000)
* java/net/URLConnection.java: Merged copyright year with classpath.

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

libjava/ChangeLog
libjava/java/net/URLConnection.java

index 3fa4bcb..31c356d 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-20  Michael Koch  <konqueror@gmx.de>
+
+       * java/net/URLConnection.java: Merged copyright year with classpath.
+
 2004-03-20  Norbert Frese  <postfach@nfrese.net>
 
        * gnu/java/rmi/server/RMIIncomingThread.java: New file.
index 2b383b5..6d63610 100644 (file)
@@ -1,5 +1,5 @@
 /* URLConnection.java -- Abstract superclass for reading from URL's
-   Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -1047,5 +1047,4 @@ public abstract class URLConnection
     dateFormat3 = new SimpleDateFormat("EEE MMM d hh:mm:ss yyyy", locale);
     dateformats_initialized = true;
   }
-} // class URLConnection
-
+}