ConsoleHandler.java, [...]: Standardized copyrigth header.
authorMichael Koch <konqueror@gmx.de>
Wed, 20 Oct 2004 07:53:27 +0000 (07:53 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Oct 2004 07:53:27 +0000 (07:53 +0000)
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

17 files changed:
libjava/ChangeLog
libjava/java/util/logging/ConsoleHandler.java
libjava/java/util/logging/ErrorManager.java
libjava/java/util/logging/FileHandler.java
libjava/java/util/logging/Filter.java
libjava/java/util/logging/Formatter.java
libjava/java/util/logging/Handler.java
libjava/java/util/logging/Level.java
libjava/java/util/logging/LogManager.java
libjava/java/util/logging/LogRecord.java
libjava/java/util/logging/Logger.java
libjava/java/util/logging/LoggingPermission.java
libjava/java/util/logging/MemoryHandler.java
libjava/java/util/logging/SimpleFormatter.java
libjava/java/util/logging/SocketHandler.java
libjava/java/util/logging/StreamHandler.java
libjava/java/util/logging/XMLFormatter.java

index ee5c8a499b54c554fc1ec91892eee1eba290bf37..70ec77ab313f0c66e402c072505685b32c646f79 100644 (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,
index 6d79c1dbfca326060b03334edc47c53f0fd67bf5..428a97f91306515033cbb79e9ab9f2ad3237b09e 100644 (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;
index 7381a5227aca922797740d857903dea7e472116d..bb481802bb63e455eac73c7b980dfc839fedc9ab 100644 (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;
index fe7afa25bcb5fbd556057eef3eaef9707b99baa9..6bbc23c0a9ca95cd987bf944dfed68022c5256f9 100644 (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;
 
index fc46d0992db0973ee70bba5941df710e59281f55..46b67472cd9501124646e4f302acfcaf8ff6ed51 100644 (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;
index 82753768f6903ece1bf434ed87510c4b300042c8..0965f3664c5c82ae96668ad37008adce963e099c 100644 (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;
index 0caeafbe5f74432638985be206921ca0b59eeaba..f4efebb11b7f34e592295c150aecf7d925ad3772 100644 (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;
index e37f9cb5824a211c4e5283a0ca95e96c82adc2b0..b121437dd93d23cc835b6b037cc4e59881afc1fc 100644 (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;
index c77e086b564dab199d2093ae19d730bdbb8fb158..85a9f4cb7fe1f57f510d71b98c5a9e1fa568aa30 100644 (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
index 40b2b72ba9eb9372f3c59c4288f208cbe8ad212b..58ee353721ce876540e41fbf2887b55e65cea63f 100644 (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;
index b1e6ef5460e23e856582b415be13c7d90f37664a..99c9be9a311e8fbbeb1a214272023b2d5cfe79be 100644 (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;
index e9b5c4ac6475cf6b546b7186596b31799d77f470..a42d7131f40fe16da7005d4586cfc0ae35f247cd 100644 (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;
index 3c18b527d18c7b32bcaeb2c04128833550ae303d..4fa850e0870a8ec11f86c8f7553ab63c42558ee6 100644 (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.
 
index 023e9a7fb8971cc2d9c71c4fe59478cf601fe7af..c983489249d9ccc5f09a2317c480f0450d9db934 100644 (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;
index d4fc6e603c1e69cc7542fa7c02848740249e171d..2e6c96c97534bc83f2277bb6faf1d70a22f0bf90 100644 (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;
index add2d3a22cc16e955e54d6717b32f477c81591f1..c7b50e47774971b58df3bdba8021fef185f9cd46 100644 (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;
index d8647177468b8676210ff850f93e10942e1d5d04..86a1c0c0de71c5d4a4ea3748c7de90dccb458d79 100644 (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;