You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/09/22 23:30:06 UTC

svn commit: r291017 - /directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/ExtensibleObjectTest.java

Author: akarasulu
Date: Thu Sep 22 14:30:03 2005
New Revision: 291017

URL: http://svn.apache.org/viewcvs?rev=291017&view=rev
Log:
oops my ide acidentally added the wrong license header: changing it to ASF license

Modified:
    directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/ExtensibleObjectTest.java

Modified: directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/ExtensibleObjectTest.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/ExtensibleObjectTest.java?rev=291017&r1=291016&r2=291017&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/ExtensibleObjectTest.java (original)
+++ directory/apacheds/trunk/core/src/test/org/apache/ldap/server/jndi/ExtensibleObjectTest.java Thu Sep 22 14:30:03 2005
@@ -1,17 +1,18 @@
 /*
- * Copyright (c) 2004 Solarsis Group LLC.
+ *   Copyright 2004 The Apache Software Foundation
  *
- * Licensed under the Open Software License, Version 2.1 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ *   Licensed 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://opensource.org/licenses/osl-2.1.php
+ *       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.
  *
- * 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.ldap.server.jndi;
 
@@ -22,7 +23,9 @@
 
 
 /**
- * @author <a href="mailto:akarasulu@safehaus.org">Alex Karasulu</a>
+ * Tests the use of extensible objects.
+ *
+ * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$
  */
 public class ExtensibleObjectTest extends AbstractAdminTestCase