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
This commit is contained in:
Michael Koch 2004-10-20 07:53:27 +00:00 committed by Michael Koch
parent 36554b9264
commit fd460b7740
17 changed files with 75 additions and 105 deletions

View File

@ -1,3 +1,23 @@
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,

View File

@ -1,7 +1,5 @@
/* ConsoleHandler.java
-- a class for publishing log messages to System.err
Copyright (C) 2002 Free Software Foundation, Inc.
/* ConsoleHandler.java -- a class for publishing log messages to System.err
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,8 +1,7 @@
/* ErrorManager.java
-- a class for dealing with errors that a Handler encounters
during logging
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
/* ErrorManager.java --
A class for dealing with errors that a Handler encounters
during logging
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,5 @@
/* FileHandler.java
-- a class for publishing log messages to log files
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
/* FileHandler.java -- a class for publishing log messages to log files
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
exception statement from your version. */
*/
package java.util.logging;

View File

@ -1,8 +1,6 @@
/* Filter.java
-- an interface for filters that decide whether a LogRecord should
be published or discarded
Copyright (C) 2002 Free Software Foundation, Inc.
/* Filter.java -- an interface for filters that decide whether a
LogRecord should be published or discarded
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,8 +1,7 @@
/* Formatter.java
-- a class for formatting log messages by localizing message texts
and performing substitution of parameters
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
/* Formatter.java --
A class for formatting log messages by localizing message texts
and performing substitution of parameters
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,5 @@
/* Handler.java
-- a class for publishing log messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
/* Handler.java -- a class for publishing log messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,8 +1,6 @@
/* LogManager.java
-- a class for maintaining Loggers and managing configuration
properties
Copyright (C) 2002 Free Software Foundation, Inc.
/* LogManager.java -- a class for maintaining Loggers and managing
configuration properties
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
exception statement from your version. */
*/
package java.util.logging;
@ -46,14 +43,14 @@ import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.io.IOException;
import java.io.InputStream;
import java.lang.ref.WeakReference;
import java.net.URL;
import java.util.Collections;
import java.util.Properties;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import java.util.StringTokenizer;
import java.lang.ref.WeakReference;
/**
* The <code>LogManager</code> maintains a hierarchical namespace

View File

@ -1,7 +1,6 @@
/* LogRecord.java
-- a class for the state associated with individual logging events
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
/* LogRecord.java --
A class for the state associated with individual logging events
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,5 @@
/* Logger.java
-- a class for logging messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
/* Logger.java -- a class for logging messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,5 @@
/* MemoryHandler.java
-- a class for buffering log messages in a memory buffer
Copyright (C) 2002 Free Software Foundation, Inc.
/* MemoryHandler.java -- a class for buffering log messages in a memory buffer
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.

View File

@ -1,7 +1,6 @@
/* SimpleFormatter.java
-- a class for formatting log records into short human-readable messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
/* SimpleFormatter.java --
A class for formatting log records into short human-readable messages
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,5 @@
/* SocketHandler.java
-- a class for publishing log messages to network sockets
Copyright (C) 2002 Free Software Foundation, Inc.
/* SocketHandler.java -- a class for publishing log messages to network sockets
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,6 @@
/* StreamHandler.java
-- a class for publishing log messages to instances of java.io.OutputStream
Copyright (C) 2002 Free Software Foundation, Inc.
/* StreamHandler.java --
A class for publishing log messages to instances of java.io.OutputStream
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;

View File

@ -1,7 +1,6 @@
/* XMLFormatter.java
-- a class for formatting log messages into a standard XML format
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
/* XMLFormatter.java --
A class for formatting log messages into a standard XML format
Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@ -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
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
exception statement from your version.
*/
exception statement from your version. */
package java.util.logging;