revert rev 1540122

git-svn-id: https://svn.apache.org/repos/asf/incubator/vxquery/branches/vxquery_0_2_staging@1541838 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/LICENSE b/LICENSE
index d645695..1fe0100 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,15 @@
    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.
+
+   ===================================================================
+
+   The DBLP (http://dblp.uni-trier.de/db/) database in
+
+       vxquery-core/src/test/resources/documents/dblp.xml.gz
+
+   can be used under the terms and conditions of the Open Data Commons
+   Attribution License (ODC-BY 1.0). The full ODC-BY 1.0 license text
+   is avaialable at
+
+       http://opendatacommons.org/licenses/by/1.0/
diff --git a/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java b/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java
index 1f117aa..b2b5835 100644
--- a/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java
+++ b/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java
@@ -90,7 +90,7 @@
     @Test
     public void simple016() {
         // TODO unzipping every time is a little slow ...
-        String temp = gunzip("src/test/resources/documents/", "pom.xml");
+        String temp = gunzip("src/test/resources/documents/", "dblp.xml");
         runTest("simple016", "string-length(doc('" + temp + "'))");
     }
 
diff --git a/vxquery-core/src/test/resources/documents/dblp.xml.gz b/vxquery-core/src/test/resources/documents/dblp.xml.gz
new file mode 100644
index 0000000..bafb65c
--- /dev/null
+++ b/vxquery-core/src/test/resources/documents/dblp.xml.gz
Binary files differ
diff --git a/vxquery-core/src/test/resources/documents/pom.xml.gz b/vxquery-core/src/test/resources/documents/pom.xml.gz
deleted file mode 100644
index 078d473..0000000
--- a/vxquery-core/src/test/resources/documents/pom.xml.gz
+++ /dev/null
Binary files differ