NullConfiguration.java, [...]: Cleaned up import statements and copyright notices.
authorMichael Koch <konqueror@gmx.de>
Wed, 20 Oct 2004 10:42:13 +0000 (10:42 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Oct 2004 10:42:13 +0000 (10:42 +0000)
2004-10-20  Michael Koch  <konqueror@gmx.de>

* javax/security/auth/login/NullConfiguration.java,
javax/security/auth/x500/X500Principal.java,
javax/security/cert/X509Certificate.java,
javax/security/sasl/AuthenticationException.java,
javax/security/sasl/AuthorizeCallback.java,
javax/security/sasl/RealmCallback.java,
javax/security/sasl/RealmChoiceCallback.java,
javax/security/sasl/Sasl.java,
javax/security/sasl/SaslClient.java,
javax/security/sasl/SaslClientFactory.java,
javax/security/sasl/SaslException.java,
javax/security/sasl/SaslServer.java,
javax/security/sasl/SaslServerFactory.java:
Cleaned up import statements and copyright notices.

From-SVN: r89328

14 files changed:
libjava/ChangeLog
libjava/javax/security/auth/login/NullConfiguration.java
libjava/javax/security/auth/x500/X500Principal.java
libjava/javax/security/cert/X509Certificate.java
libjava/javax/security/sasl/AuthenticationException.java
libjava/javax/security/sasl/AuthorizeCallback.java
libjava/javax/security/sasl/RealmCallback.java
libjava/javax/security/sasl/RealmChoiceCallback.java
libjava/javax/security/sasl/Sasl.java
libjava/javax/security/sasl/SaslClient.java
libjava/javax/security/sasl/SaslClientFactory.java
libjava/javax/security/sasl/SaslException.java
libjava/javax/security/sasl/SaslServer.java
libjava/javax/security/sasl/SaslServerFactory.java

index fb5fe8b00f340bd30251d67fa22a7f8c859819fc..3ec701b2e6b31f254ad18f98dd9eb0ef2c1a4752 100644 (file)
@@ -1,3 +1,20 @@
+2004-10-20  Michael Koch  <konqueror@gmx.de>
+
+       * javax/security/auth/login/NullConfiguration.java,
+       javax/security/auth/x500/X500Principal.java,
+       javax/security/cert/X509Certificate.java,
+       javax/security/sasl/AuthenticationException.java,
+       javax/security/sasl/AuthorizeCallback.java,
+       javax/security/sasl/RealmCallback.java,
+       javax/security/sasl/RealmChoiceCallback.java,
+       javax/security/sasl/Sasl.java,
+       javax/security/sasl/SaslClient.java,
+       javax/security/sasl/SaslClientFactory.java,
+       javax/security/sasl/SaslException.java,
+       javax/security/sasl/SaslServer.java,
+       javax/security/sasl/SaslServerFactory.java:
+       Cleaned up import statements and copyright notices.
+
 2004-10-20  Michael Koch  <konqueror@gmx.de>
 
        * gnu/java/rmi/rmic/RMIC.java: Reformatted.
index e1c99037f969adf01a2427fba7b02138267e21b2..011f9a63a4f9897d96b05b010773c8607e264a5f 100644 (file)
@@ -38,8 +38,6 @@ exception statement from your version. */
 
 package javax.security.auth.login;
 
-import javax.security.auth.AuthPermission;
-
 final class NullConfiguration extends Configuration
 {
 
index 201a195cbca2a0603da0c849d566d3b4ba3b4362..2b016a67978e3f1228d8ec3d19793636320f7c77 100644 (file)
@@ -39,9 +39,7 @@ exception statement from your version. */
 package javax.security.auth.x500;
 
 import gnu.java.security.OID;
-import gnu.java.security.der.BitString;
 import gnu.java.security.der.DER;
-import gnu.java.security.der.DEREncodingException;
 import gnu.java.security.der.DERReader;
 import gnu.java.security.der.DERValue;
 
@@ -59,7 +57,6 @@ import java.io.StringReader;
 import java.security.Principal;
 
 import java.util.ArrayList;
-import java.util.Collections;
 import java.util.HashSet;
 import java.util.Iterator;
 import java.util.LinkedHashMap;
@@ -68,7 +65,6 @@ import java.util.List;
 import java.util.Locale;
 import java.util.Map;
 import java.util.Set;
-import java.util.TreeMap;
 
 public final class X500Principal implements Principal, Serializable
 {
index 2bf0b4e94b0ee292130412cd9cf422ad773ece6c..f22573f402b9cfafa99d41631730777eef2533a8 100644 (file)
@@ -40,11 +40,9 @@ package javax.security.cert;
 
 import java.io.ByteArrayInputStream;
 import java.io.InputStream;
-import java.io.IOException;
 
 import java.math.BigInteger;
 
-import java.security.NoSuchAlgorithmException;
 import java.security.Principal;
 import java.security.cert.CertificateFactory;
 
index 1af2eb30a15241dadcc05a85a8c39787d0059d41..b215f413770ff4992ad919831329b959e51fe43c 100644 (file)
@@ -1,22 +1,22 @@
-/* AuthenticationException.java
-   Copyright (C) 2003, Free Software Foundation, Inc.
+/* AuthenticationException.java --
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
-GNU Classpathis free software; you can redistribute it and/or modify
+GNU Classpath is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
-GNU Classpathis distributed in the hope that it will be useful, but
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index 77fe78698adca644e704761c93f4a73f7f2293d5..d32f03be1d8f7a4548d92c20a4430c4dcb848115 100644 (file)
@@ -1,22 +1,22 @@
-/* AuthorizeCallback.java
-   Copyright (C) 2003, Free Software Foundation, Inc.
+/* AuthorizeCallback.java --
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
-GNU Classpathis free software; you can redistribute it and/or modify
+GNU Classpath is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
-GNU Classpathis distributed in the hope that it will be useful, but
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index 49bc08ae2ecc1d8d5de455b703a9a02a234d88bd..26712e020ae210b778126d0029543732b4990009 100644 (file)
@@ -1,5 +1,5 @@
-/* RealmCallback.java
-   Copyright (C) 2003, Free Software Foundation, Inc.
+/* RealmCallback.java --
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index 2e00407610f89618d3a86b34b423cc49955c5b83..40203d1f4405999dae6963805c1fcf102be3a7da 100644 (file)
@@ -1,5 +1,5 @@
-/* RealmChoiceCallback.java
-   Copyright (C) 2003, Free Software Foundation, Inc.
+/* RealmChoiceCallback.java --
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index 2174692f4b4195df69d83fecd65bdb9fd61d81d1..b08890f7e4b71a8c479bac16f4560f77fb992bf1 100644 (file)
@@ -1,5 +1,5 @@
-/* Sasl.java
-   Copyright (C) 2003, Free Software Foundation, Inc.
+/* Sasl.java -- 
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index ca95ced2554f9d9f3cc5da68e4ce5258e3c11885..ed73b1458cce7e313b17db49040d923fa06af1a8 100644 (file)
@@ -1,22 +1,22 @@
-/* SaslClient.java
-   Copyright (C) 2003, Free Software Foundation, Inc.
+/* SaslClient.java --
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
-GNU Classpathis free software; you can redistribute it and/or modify
+GNU Classpath is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
-GNU Classpathis distributed in the hope that it will be useful, but
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index b67c7a324f07250b7bd1e4ac71576739d632a8c5..13d13c8eb1251952b7700b43a748401c5779b2d8 100644 (file)
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index 9ff091d6374a5859ba206e7c53423ee6afc11910..5beec25b2080c076fb0f9b56d0b14879cd5f0d5f 100644 (file)
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index 3f0d79d44127c38ef8894509c4c772b6ee11457b..6811d11a3622535586e3b6c274e2eb48dd4267d1 100644 (file)
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;
index b9387bbeed1c532e13b8e249fe59e7828e048124..65d1bbf37d2150f95b472cc12c63fa8e4838db5e 100644 (file)
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307 USA
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -33,7 +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 javax.security.sasl;