NullConfiguration.java, [...]: Cleaned up import statements and copyright notices.
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
This commit is contained in:
parent
659d8f1a4a
commit
b99bf96ac3
14 changed files with 65 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue