You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2015/06/18 22:15:16 UTC

[09/18] vxquery git commit: Added header to the XML Mark sample files.

Added header to the XML Mark sample files.


Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/4302c694
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/4302c694
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/4302c694

Branch: refs/heads/master
Commit: 4302c69470e3c45469da1c9c3cfb680c0658c9e7
Parents: edb8d35
Author: Eldon Carman <ec...@ucr.edu>
Authored: Sun Mar 1 08:34:22 2015 -0800
Committer: Eldon Carman <ec...@ucr.edu>
Committed: Thu Jun 18 13:13:19 2015 -0700

----------------------------------------------------------------------
 .../xmark/data/categories/micro_categories.xml      | 16 ++++++++++++++++
 .../xmark/data/catgraph/micro_catgraph.xml          | 16 ++++++++++++++++
 .../data/closed_auctions/micro_closed_auctions.xml  | 16 ++++++++++++++++
 .../data/open_auctions/micro_open_auctions.xml      | 16 ++++++++++++++++
 .../resources/xmark/data/people/micro_people.xml    | 16 ++++++++++++++++
 .../resources/xmark/data/regions/micro_regions.xml  | 16 ++++++++++++++++
 6 files changed, 96 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/4302c694/vxquery-benchmark/src/main/resources/xmark/data/categories/micro_categories.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/xmark/data/categories/micro_categories.xml b/vxquery-benchmark/src/main/resources/xmark/data/categories/micro_categories.xml
index ba5c193..d16dddf 100644
--- a/vxquery-benchmark/src/main/resources/xmark/data/categories/micro_categories.xml
+++ b/vxquery-benchmark/src/main/resources/xmark/data/categories/micro_categories.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="yes"?>
+<!--
+  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.
+-->
 <site>
     <categories>
         <category id="category0">

http://git-wip-us.apache.org/repos/asf/vxquery/blob/4302c694/vxquery-benchmark/src/main/resources/xmark/data/catgraph/micro_catgraph.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/xmark/data/catgraph/micro_catgraph.xml b/vxquery-benchmark/src/main/resources/xmark/data/catgraph/micro_catgraph.xml
index 2b3fa91..83001b3 100644
--- a/vxquery-benchmark/src/main/resources/xmark/data/catgraph/micro_catgraph.xml
+++ b/vxquery-benchmark/src/main/resources/xmark/data/catgraph/micro_catgraph.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="yes"?>
+<!--
+  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.
+-->
 <site>
     <catgraph>
         <edge

http://git-wip-us.apache.org/repos/asf/vxquery/blob/4302c694/vxquery-benchmark/src/main/resources/xmark/data/closed_auctions/micro_closed_auctions.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/xmark/data/closed_auctions/micro_closed_auctions.xml b/vxquery-benchmark/src/main/resources/xmark/data/closed_auctions/micro_closed_auctions.xml
index 4945ef8..48ec407 100644
--- a/vxquery-benchmark/src/main/resources/xmark/data/closed_auctions/micro_closed_auctions.xml
+++ b/vxquery-benchmark/src/main/resources/xmark/data/closed_auctions/micro_closed_auctions.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="yes"?>
+<!--
+  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.
+-->
 <site>
     <closed_auctions>
         <closed_auction>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/4302c694/vxquery-benchmark/src/main/resources/xmark/data/open_auctions/micro_open_auctions.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/xmark/data/open_auctions/micro_open_auctions.xml b/vxquery-benchmark/src/main/resources/xmark/data/open_auctions/micro_open_auctions.xml
index 1a8c2ff..5380bf7 100644
--- a/vxquery-benchmark/src/main/resources/xmark/data/open_auctions/micro_open_auctions.xml
+++ b/vxquery-benchmark/src/main/resources/xmark/data/open_auctions/micro_open_auctions.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="yes"?>
+<!--
+  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.
+-->
 <site>
     <open_auctions>
         <open_auction id="open_auction0">

http://git-wip-us.apache.org/repos/asf/vxquery/blob/4302c694/vxquery-benchmark/src/main/resources/xmark/data/people/micro_people.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/xmark/data/people/micro_people.xml b/vxquery-benchmark/src/main/resources/xmark/data/people/micro_people.xml
index 211bd5c..1f25b60 100644
--- a/vxquery-benchmark/src/main/resources/xmark/data/people/micro_people.xml
+++ b/vxquery-benchmark/src/main/resources/xmark/data/people/micro_people.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="yes"?>
+<!--
+  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.
+-->
 <site>
     <people>
         <person id="person0">

http://git-wip-us.apache.org/repos/asf/vxquery/blob/4302c694/vxquery-benchmark/src/main/resources/xmark/data/regions/micro_regions.xml
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/xmark/data/regions/micro_regions.xml b/vxquery-benchmark/src/main/resources/xmark/data/regions/micro_regions.xml
index b0d083d..b6a182a 100644
--- a/vxquery-benchmark/src/main/resources/xmark/data/regions/micro_regions.xml
+++ b/vxquery-benchmark/src/main/resources/xmark/data/regions/micro_regions.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" standalone="yes"?>
+<!--
+  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.
+-->
 <site>
     <regions>
         <africa>