summaryrefslogtreecommitdiff
path: root/javax/security/sasl/SaslClientFactory.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-20 10:42:57 +0000
committerMichael Koch <konqueror@gmx.de>2004-10-20 10:42:57 +0000
commit22a8593f16288785b45498e803129bb5b81fbdbc (patch)
treead297d7a9fe2cf53e26be056a3969f91a7e3eb3a /javax/security/sasl/SaslClientFactory.java
parentec3548227d42992ff6656654d833922b63d27123 (diff)
downloadclasspath-22a8593f16288785b45498e803129bb5b81fbdbc.tar.gz
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.
Diffstat (limited to 'javax/security/sasl/SaslClientFactory.java')
-rw-r--r--javax/security/sasl/SaslClientFactory.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/javax/security/sasl/SaslClientFactory.java b/javax/security/sasl/SaslClientFactory.java
index b67c7a324..8221ef345 100644
--- a/javax/security/sasl/SaslClientFactory.java
+++ b/javax/security/sasl/SaslClientFactory.java
@@ -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;
@@ -55,7 +55,7 @@ import javax.security.auth.callback.CallbackHandler;
*
* @see SaslClient
* @see Sasl
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public interface SaslClientFactory
{