Index: java/util/logging/ConsoleHandler.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/ConsoleHandler.java,v retrieving revision 1.2 diff -u -r1.2 ConsoleHandler.java --- java/util/logging/ConsoleHandler.java 20 Apr 2004 14:45:07 -0000 1.2 +++ java/util/logging/ConsoleHandler.java 20 Oct 2004 07:52:46 -0000 @@ -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 @@ 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; Index: java/util/logging/ErrorManager.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/ErrorManager.java,v retrieving revision 1.2 diff -u -r1.2 ErrorManager.java --- java/util/logging/ErrorManager.java 21 Oct 2003 13:25:46 -0000 1.2 +++ java/util/logging/ErrorManager.java 20 Oct 2004 07:52:46 -0000 @@ -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 @@ 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; Index: java/util/logging/FileHandler.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/FileHandler.java,v retrieving revision 1.2 diff -u -r1.2 FileHandler.java --- java/util/logging/FileHandler.java 23 Apr 2004 06:36:06 -0000 1.2 +++ java/util/logging/FileHandler.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/Filter.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/Filter.java,v retrieving revision 1.2 diff -u -r1.2 Filter.java --- java/util/logging/Filter.java 9 Jan 2004 08:58:59 -0000 1.2 +++ java/util/logging/Filter.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/Formatter.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/Formatter.java,v retrieving revision 1.2 diff -u -r1.2 Formatter.java --- java/util/logging/Formatter.java 23 Apr 2004 06:36:06 -0000 1.2 +++ java/util/logging/Formatter.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/Handler.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/Handler.java,v retrieving revision 1.4 diff -u -r1.4 Handler.java --- java/util/logging/Handler.java 18 Aug 2004 15:51:47 -0000 1.4 +++ java/util/logging/Handler.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/Level.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/Level.java,v retrieving revision 1.3 diff -u -r1.3 Level.java --- java/util/logging/Level.java 6 May 2004 15:55:00 -0000 1.3 +++ java/util/logging/Level.java 20 Oct 2004 07:52:47 -0000 @@ -33,9 +33,7 @@ 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; Index: java/util/logging/LogManager.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/LogManager.java,v retrieving revision 1.5 diff -u -r1.5 LogManager.java --- java/util/logging/LogManager.java 18 Oct 2004 14:05:04 -0000 1.5 +++ java/util/logging/LogManager.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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.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 LogManager maintains a hierarchical namespace Index: java/util/logging/LogRecord.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/LogRecord.java,v retrieving revision 1.2 diff -u -r1.2 LogRecord.java --- java/util/logging/LogRecord.java 18 Oct 2004 10:23:59 -0000 1.2 +++ java/util/logging/LogRecord.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/Logger.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/Logger.java,v retrieving revision 1.3 diff -u -r1.3 Logger.java --- java/util/logging/Logger.java 23 Apr 2004 06:36:06 -0000 1.3 +++ java/util/logging/Logger.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/LoggingPermission.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/LoggingPermission.java,v retrieving revision 1.1 diff -u -r1.1 LoggingPermission.java --- java/util/logging/LoggingPermission.java 21 Jun 2003 10:31:55 -0000 1.1 +++ java/util/logging/LoggingPermission.java 20 Oct 2004 07:52:47 -0000 @@ -33,9 +33,7 @@ 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; Index: java/util/logging/MemoryHandler.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/MemoryHandler.java,v retrieving revision 1.2 diff -u -r1.2 MemoryHandler.java --- java/util/logging/MemoryHandler.java 20 Apr 2004 14:45:08 -0000 1.2 +++ java/util/logging/MemoryHandler.java 20 Oct 2004 07:52:47 -0000 @@ -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. Index: java/util/logging/SimpleFormatter.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/SimpleFormatter.java,v retrieving revision 1.3 diff -u -r1.3 SimpleFormatter.java --- java/util/logging/SimpleFormatter.java 23 Apr 2004 06:36:06 -0000 1.3 +++ java/util/logging/SimpleFormatter.java 20 Oct 2004 07:52:47 -0000 @@ -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 @@ 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; Index: java/util/logging/SocketHandler.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/SocketHandler.java,v retrieving revision 1.2 diff -u -r1.2 SocketHandler.java --- java/util/logging/SocketHandler.java 20 Apr 2004 14:45:09 -0000 1.2 +++ java/util/logging/SocketHandler.java 20 Oct 2004 07:52:48 -0000 @@ -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 @@ 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; Index: java/util/logging/StreamHandler.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/StreamHandler.java,v retrieving revision 1.1 diff -u -r1.1 StreamHandler.java --- java/util/logging/StreamHandler.java 21 Jun 2003 10:31:55 -0000 1.1 +++ java/util/logging/StreamHandler.java 20 Oct 2004 07:52:48 -0000 @@ -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 @@ 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; Index: java/util/logging/XMLFormatter.java =================================================================== RCS file: /cvs/gcc/gcc/libjava/java/util/logging/XMLFormatter.java,v retrieving revision 1.3 diff -u -r1.3 XMLFormatter.java --- java/util/logging/XMLFormatter.java 23 Apr 2004 06:36:06 -0000 1.3 +++ java/util/logging/XMLFormatter.java 20 Oct 2004 07:52:48 -0000 @@ -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 @@ 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;