URLConnection.java: Merged copyright year with classpath.

2004-03-20  Michael Koch  <konqueror@gmx.de>

	* java/net/URLConnection.java: Merged copyright year with classpath.

From-SVN: r79760
This commit is contained in:
Michael Koch 2004-03-20 20:57:22 +00:00 committed by Michael Koch
parent dea984dc06
commit 0d13be1ef5
2 changed files with 6 additions and 3 deletions

View 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.

View 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
}