You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/08/26 03:15:18 UTC

svn commit: r437052 - in /directory/trunks/apacheds/server-sasl/src: main/java/org/apache/directory/server/sasl/SaslBindHandler.java test/java/org/apache/directory/server/sasl/SaslBindHandlerTest.java

Author: elecharny
Date: Fri Aug 25 18:15:15 2006
New Revision: 437052

URL: http://svn.apache.org/viewvc?rev=437052&view=rev
Log:
Updated headers

Modified:
    directory/trunks/apacheds/server-sasl/src/main/java/org/apache/directory/server/sasl/SaslBindHandler.java
    directory/trunks/apacheds/server-sasl/src/test/java/org/apache/directory/server/sasl/SaslBindHandlerTest.java

Modified: directory/trunks/apacheds/server-sasl/src/main/java/org/apache/directory/server/sasl/SaslBindHandler.java
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/server-sasl/src/main/java/org/apache/directory/server/sasl/SaslBindHandler.java?rev=437052&r1=437051&r2=437052&view=diff
==============================================================================
--- directory/trunks/apacheds/server-sasl/src/main/java/org/apache/directory/server/sasl/SaslBindHandler.java (original)
+++ directory/trunks/apacheds/server-sasl/src/main/java/org/apache/directory/server/sasl/SaslBindHandler.java Fri Aug 25 18:15:15 2006
@@ -1,3 +1,23 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
+ */
+
 package org.apache.directory.server.sasl;
 
 import java.util.Hashtable;

Modified: directory/trunks/apacheds/server-sasl/src/test/java/org/apache/directory/server/sasl/SaslBindHandlerTest.java
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/server-sasl/src/test/java/org/apache/directory/server/sasl/SaslBindHandlerTest.java?rev=437052&r1=437051&r2=437052&view=diff
==============================================================================
--- directory/trunks/apacheds/server-sasl/src/test/java/org/apache/directory/server/sasl/SaslBindHandlerTest.java (original)
+++ directory/trunks/apacheds/server-sasl/src/test/java/org/apache/directory/server/sasl/SaslBindHandlerTest.java Fri Aug 25 18:15:15 2006
@@ -1,3 +1,23 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
+ */
+
 package org.apache.directory.server.sasl;
 
 import java.io.File;