Commit fd460b77 by Michael Koch Committed by Michael Koch

ConsoleHandler.java, [...]: Standardized copyrigth header.

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

	* java/util/logging/ConsoleHandler.java,
	java/util/logging/ErrorManager.java,
	java/util/logging/FileHandler.java,
	java/util/logging/Filter.java,
	java/util/logging/Formatter.java,
	java/util/logging/Handler.java,
	java/util/logging/Level.java,
	java/util/logging/LogManager.java,
	java/util/logging/LogRecord.java,
	java/util/logging/Logger.java,
	java/util/logging/LoggingPermission.java,
	java/util/logging/MemoryHandler.java,
	java/util/logging/SimpleFormatter.java,
	java/util/logging/SocketHandler.java,
	java/util/logging/StreamHandler.java,
	java/util/logging/XMLFormatter.java:
	Standardized copyrigth header.

From-SVN: r89322
parent 36554b92
2004-10-20 Michael Koch <konqueror@gmx.de> 2004-10-20 Michael Koch <konqueror@gmx.de>
* java/util/logging/ConsoleHandler.java,
java/util/logging/ErrorManager.java,
java/util/logging/FileHandler.java,
java/util/logging/Filter.java,
java/util/logging/Formatter.java,
java/util/logging/Handler.java,
java/util/logging/Level.java,
java/util/logging/LogManager.java,
java/util/logging/LogRecord.java,
java/util/logging/Logger.java,
java/util/logging/LoggingPermission.java,
java/util/logging/MemoryHandler.java,
java/util/logging/SimpleFormatter.java,
java/util/logging/SocketHandler.java,
java/util/logging/StreamHandler.java,
java/util/logging/XMLFormatter.java:
Standardized copyrigth header.
2004-10-20 Michael Koch <konqueror@gmx.de>
* java/security/AlgorithmParameterGenerator.java, * java/security/AlgorithmParameterGenerator.java,
java/security/AlgorithmParameters.java, java/security/AlgorithmParameters.java,
java/security/DigestInputStream.java, java/security/DigestInputStream.java,
......
/* ConsoleHandler.java /* ConsoleHandler.java -- a class for publishing log messages to System.err
-- a class for publishing log messages to System.err Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* ErrorManager.java /* ErrorManager.java --
-- a class for dealing with errors that a Handler encounters A class for dealing with errors that a Handler encounters
during logging during logging
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -36,9 +35,7 @@ module. An independent module is a module which is not derived from ...@@ -36,9 +35,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* FileHandler.java /* FileHandler.java -- a class for publishing log messages to log files
-- a class for publishing log messages to log files Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +33,8 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +33,8 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* Filter.java /* Filter.java -- an interface for filters that decide whether a
-- an interface for filters that decide whether a LogRecord should LogRecord should be published or discarded
be published or discarded Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -36,9 +34,7 @@ module. An independent module is a module which is not derived from ...@@ -36,9 +34,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* Formatter.java /* Formatter.java --
-- a class for formatting log messages by localizing message texts A class for formatting log messages by localizing message texts
and performing substitution of parameters and performing substitution of parameters
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -36,9 +35,7 @@ module. An independent module is a module which is not derived from ...@@ -36,9 +35,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* Handler.java /* Handler.java -- a class for publishing log messages
-- a class for publishing log messages Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
...@@ -33,9 +33,7 @@ module. An independent module is a module which is not derived from ...@@ -33,9 +33,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* LogManager.java /* LogManager.java -- a class for maintaining Loggers and managing
-- a class for maintaining Loggers and managing configuration configuration properties
properties Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -36,9 +34,8 @@ module. An independent module is a module which is not derived from ...@@ -36,9 +34,8 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
...@@ -46,14 +43,14 @@ import java.beans.PropertyChangeListener; ...@@ -46,14 +43,14 @@ import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport; import java.beans.PropertyChangeSupport;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.lang.ref.WeakReference;
import java.net.URL; import java.net.URL;
import java.util.Collections; import java.util.Collections;
import java.util.Properties;
import java.util.Enumeration; import java.util.Enumeration;
import java.util.Iterator; import java.util.Iterator;
import java.util.Map; import java.util.Map;
import java.util.Properties;
import java.util.StringTokenizer; import java.util.StringTokenizer;
import java.lang.ref.WeakReference;
/** /**
* The <code>LogManager</code> maintains a hierarchical namespace * The <code>LogManager</code> maintains a hierarchical namespace
......
/* LogRecord.java /* LogRecord.java --
-- a class for the state associated with individual logging events A class for the state associated with individual logging events
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* Logger.java /* Logger.java -- a class for logging messages
-- a class for logging messages Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
...@@ -33,9 +33,7 @@ module. An independent module is a module which is not derived from ...@@ -33,9 +33,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* MemoryHandler.java /* MemoryHandler.java -- a class for buffering log messages in a memory buffer
-- a class for buffering log messages in a memory buffer Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
......
/* SimpleFormatter.java /* SimpleFormatter.java --
-- a class for formatting log records into short human-readable messages A class for formatting log records into short human-readable messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* SocketHandler.java /* SocketHandler.java -- a class for publishing log messages to network sockets
-- a class for publishing log messages to network sockets Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +33,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* StreamHandler.java /* StreamHandler.java --
-- a class for publishing log messages to instances of java.io.OutputStream A class for publishing log messages to instances of java.io.OutputStream
Copyright (C) 2002 Free Software Foundation, Inc.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
/* XMLFormatter.java /* XMLFormatter.java --
-- a class for formatting log messages into a standard XML format A class for formatting log messages into a standard XML format
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from ...@@ -35,9 +34,7 @@ module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this obligated to do so. If you do not wish to do so, delete this
exception statement from your version. exception statement from your version. */
*/
package java.util.logging; package java.util.logging;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment