Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master 64b0a77c8 -> 27f4612a4


Fix License Headers to pass Rat Check


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/27f4612a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/27f4612a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/27f4612a

Branch: refs/heads/master
Commit: 27f4612a4d754f0e64d55b89299ae525f94fba83
Parents: 64b0a77
Author: smarthi <smar...@apache.org>
Authored: Sun Dec 18 03:37:32 2016 -0500
Committer: smarthi <smar...@apache.org>
Committed: Sun Dec 18 03:37:32 2016 -0500

----------------------------------------------------------------------
 .../src/test/resources/testng.xml                 | 18 ++++++++++++++++++
 .../src/test/resources/testng.xml                 | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/27f4612a/local/elasticsearch-reindex/src/test/resources/testng.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-reindex/src/test/resources/testng.xml 
b/local/elasticsearch-reindex/src/test/resources/testng.xml
index 2ca81e4..1a62525 100644
--- a/local/elasticsearch-reindex/src/test/resources/testng.xml
+++ b/local/elasticsearch-reindex/src/test/resources/testng.xml
@@ -1,6 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"; >
 
+<!--
+  ~ 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
+  ~
+  ~   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.
+  -->
+
 <suite name="ExampleITs">
 
     <test name="ElasticsearchPersistWriterIT">

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/27f4612a/local/mongo-elasticsearch-sync/src/test/resources/testng.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/src/test/resources/testng.xml 
b/local/mongo-elasticsearch-sync/src/test/resources/testng.xml
index 2abc29b..0bb5954 100644
--- a/local/mongo-elasticsearch-sync/src/test/resources/testng.xml
+++ b/local/mongo-elasticsearch-sync/src/test/resources/testng.xml
@@ -1,6 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"; >
 
+<!--
+  ~ 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
+  ~
+  ~   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.
+  -->
+
 <suite name="ExampleITs">
 
     <test name="ElasticsearchPersistWriterIT">

Reply via email to