svn commit: r511408 - in /xml/xindice/trunk/java/tests/src/org/apache/xindice: core/indexer/ core/query/ integration/client/basic/testdocs/

[email protected]
Newsgroups gmane.text.xml.xindice.devel
Message-ID <[email protected]>
Author: vgritsenko
Date: Sat Feb 24 18:42:45 2007
New Revision: 511408

URL: http://svn.apache.org/viewvc?view=rev&rev=511408
Log:
adding license

Modified:
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/MemValueIndexerTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-changingprefixes.xml
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-simpleprefixes.xml
    xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespaces.xml

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/MemValueIndexerTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/MemValueIndexerTest.java?view=diff&rev=511408&r1=511407&r2=511408
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/MemValueIndexerTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/indexer/MemValueIndexerTest.java Sat Feb 24 18:42:45 2007
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * $Id$
+ */
 package org.apache.xindice.core.indexer;
 
 /**

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java?view=diff&rev=511408&r1=511407&r2=511408
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java Sat Feb 24 18:42:45 2007
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * $Id$
+ */
 package org.apache.xindice.core.query;
 
 import org.apache.xindice.core.Collection;

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-changingprefixes.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-changingprefixes.xml?view=diff&rev=511408&r1=511407&r2=511408
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-changingprefixes.xml (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-changingprefixes.xml Sat Feb 24 18:42:45 2007
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  - 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.
+  -
+  - $Id$
+  -->
+
 <test:test xmlns:test="http://example.com/test-1">
 	<test:test xmlns:test="http://example.com/test-2">
 		<test:test xmlns:test="http://example.com/test-1">confused yet?</test:test>

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-simpleprefixes.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-simpleprefixes.xml?view=diff&rev=511408&r1=511407&r2=511408
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-simpleprefixes.xml (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespace-simpleprefixes.xml Sat Feb 24 18:42:45 2007
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  - 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.
+  -
+  - $Id$
+  -->
+
 <test:test xmlns:test="http://example.com/test-1">
 	<test2:test xmlns:test2="http://example.com/test-2">Some text</test2:test>
 	<test:text> Some text in another namespace with space at the start and end 

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespaces.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespaces.xml?view=diff&rev=511408&r1=511407&r2=511408
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespaces.xml (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/integration/client/basic/testdocs/namespaces.xml Sat Feb 24 18:42:45 2007
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+  - 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.
+  -
+  - $Id$
+  -->
+
 <test xmlns="http://example.com/test-1">
 	<test xmlns="http://example.com/test-2">Some text</test>
 	<text> Some text in another namespace with space at the start and end &#10; and a carrage return
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.