You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/06/28 15:30:24 UTC

[1/3] incubator-streams git commit: Adds contrib-check profile to verify, fixes licensing violations

Repository: incubator-streams
Updated Branches:
  refs/heads/master 77f3e8a38 -> d1022dcee


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-twitter/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-twitter/src/main/resources/components.dot b/streams-contrib/streams-provider-twitter/src/main/resources/components.dot
index 1dcc3e9..98654b7 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-youtube/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-youtube/src/main/resources/components.dot b/streams-contrib/streams-provider-youtube/src/main/resources/components.dot
index 1c4a7b2..4d3eb22 100644
--- a/streams-contrib/streams-provider-youtube/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-youtube/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index 768cd15..cf199db 100644
--- a/streams-monitoring/pom.xml
+++ b/streams-monitoring/pom.xml
@@ -114,6 +114,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <exclude>src/test/resources/MemoryUsageObjects.json</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-pojo-extensions/README.md
----------------------------------------------------------------------
diff --git a/streams-pojo-extensions/README.md b/streams-pojo-extensions/README.md
index 608c73d..e666093 100644
--- a/streams-pojo-extensions/README.md
+++ b/streams-pojo-extensions/README.md
@@ -1,5 +1,8 @@
+Apache Streams (incubating)
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
+
 org.apache.streams:streams-pojo-extensions
 ===========================================
 
 [README.md](src/site/markdown/index.md "README")
-

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-pojo/src/test/resources/activities/post.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/test/resources/activities/post.json b/streams-pojo/src/test/resources/activities/post.json
index 73cfff7..5a3471f 100644
--- a/streams-pojo/src/test/resources/activities/post.json
+++ b/streams-pojo/src/test/resources/activities/post.json
@@ -1,4 +1,7 @@
 {
+  "$license": [
+      "http://www.apache.org/licenses/LICENSE-2.0"
+  ],  
   "published": "2011-02-10T15:04:55Z",
   "actor": {
     "url": "http://example.org/martin",
@@ -22,4 +25,4 @@
     "id": "tag:example.org,2011:abc123",
     "displayName": "Martin's Blog"
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-runtimes/README.md
----------------------------------------------------------------------
diff --git a/streams-runtimes/README.md b/streams-runtimes/README.md
index 97e412a..ce532d2 100644
--- a/streams-runtimes/README.md
+++ b/streams-runtimes/README.md
@@ -1,7 +1,11 @@
+Apache Streams (incubating)
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
+
 streams-runtimes
 ==============
 
 These modules contain builders and helpers that support instantiation,
 setup, execution, and cleanup of streams in a specific runtime context.
 
-Please help improve these packages, or create new ones!
\ No newline at end of file
+Please help improve these packages, or create new ones!

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-runtimes/streams-runtime-dropwizard/src/test/resources/configuration.yml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-dropwizard/src/test/resources/configuration.yml b/streams-runtimes/streams-runtime-dropwizard/src/test/resources/configuration.yml
index 778f50a..6517565 100644
--- a/streams-runtimes/streams-runtime-dropwizard/src/test/resources/configuration.yml
+++ b/streams-runtimes/streams-runtime-dropwizard/src/test/resources/configuration.yml
@@ -1,3 +1,20 @@
+# 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.
+
 template: Hello, %s!
 defaultName: streams
 
@@ -15,4 +32,3 @@ logging:
     - type: console
       threshold: ALL
       target: stdout
-

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-runtimes/streams-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-local/pom.xml b/streams-runtimes/streams-runtime-local/pom.xml
index d5857ef..c1712d3 100644
--- a/streams-runtimes/streams-runtime-local/pom.xml
+++ b/streams-runtimes/streams-runtime-local/pom.xml
@@ -165,4 +165,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-testing/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/streams-testing/src/test/resources/log4j.properties b/streams-testing/src/test/resources/log4j.properties
index 1fce499..c6c20ae 100644
--- a/streams-testing/src/test/resources/log4j.properties
+++ b/streams-testing/src/test/resources/log4j.properties
@@ -1,3 +1,18 @@
+# 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.
 log4j.logger.akka=WARN
 log4j.logger.ch.qos.logback=ERROR
 log4j.logger.com.foursquare=WARN

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-testing/src/test/resources/logback-test.xml
----------------------------------------------------------------------
diff --git a/streams-testing/src/test/resources/logback-test.xml b/streams-testing/src/test/resources/logback-test.xml
index 3f27789..2dfa4b2 100644
--- a/streams-testing/src/test/resources/logback-test.xml
+++ b/streams-testing/src/test/resources/logback-test.xml
@@ -1,3 +1,20 @@
+<!--
+  ~ 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.
+-->
 <configuration>
     <logger name="akka" level="WARN"/>
     <logger name="ch.qos.logback" level="ERROR"/>
@@ -25,4 +42,4 @@
     <root level="INFO">
         <appender-ref ref="STDOUT"/>
     </root>
-</configuration>
\ No newline at end of file
+</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-verbs/pom.xml
----------------------------------------------------------------------
diff --git a/streams-verbs/pom.xml b/streams-verbs/pom.xml
index e751c59..c9dd6b8 100644
--- a/streams-verbs/pom.xml
+++ b/streams-verbs/pom.xml
@@ -174,6 +174,21 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <exclude>src/test/resources/actor.json</exclude>
+                        <exclude>src/test/resources/do.json</exclude>
+                        <exclude>src/test/resources/follow.json</exclude>
+                        <exclude>src/test/resources/nofields.json</exclude>
+                        <exclude>src/test/resources/object.json</exclude>
+                        <exclude>src/test/resources/post.json</exclude>
+                        <exclude>src/test/resources/provider.json</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>


[3/3] incubator-streams git commit: Merge remote-tracking branch 'jfrazee/STREAMS-74'

Posted by sb...@apache.org.
Merge remote-tracking branch 'jfrazee/STREAMS-74'


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

Branch: refs/heads/master
Commit: d1022dceed6020f37d6f78bffe403f51be8a10d5
Parents: 77f3e8a 503245b
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Tue Jun 28 10:11:49 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Tue Jun 28 10:11:49 2016 -0500

----------------------------------------------------------------------
 .gitignore                                      |  1 +
 .travis.yml                                     |  2 +-
 incubator-streams-master-pom.xml                |  7 ++-
 pom.xml                                         | 53 ++++++++++++++++++++
 streams-components/README.md                    | 10 ++--
 .../src/test/resources/test1.conf               | 17 ++++++-
 .../src/test/resources/test2.conf               | 15 ++++++
 .../src/test/resources/test3a.conf              | 15 ++++++
 .../src/test/resources/test3b.conf              | 15 ++++++
 .../src/test/resources/test4.conf               | 17 ++++++-
 streams-components/streams-filters/pom.xml      | 16 ++++++
 .../src/test/resources/componentTest.conf       | 17 ++++++-
 streams-contrib/README.md                       |  8 ++-
 .../amazon/kinesis/KinesisPersistWriter.java    | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/kinesis-read.conf        | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/s3-read.conf             | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/elasticsearch-read.conf  | 19 ++++++-
 .../src/main/resources/elasticsearch-write.conf | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/filebuffer.conf          | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/graph-read.conf          | 19 ++++++-
 .../src/main/resources/graph-write.conf         | 19 ++++++-
 .../graph/test/TestCypherQueryGraphHelper.java  | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/hbase.conf               | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/hdfs-read.conf           | 19 ++++++-
 .../src/main/resources/hdfs-write.conf          | 19 ++++++-
 .../src/test/resources/hdfs-read.conf           | 19 ++++++-
 .../src/test/resources/hdfs-write.conf          | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/kafka.conf               | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/mongo.conf               | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 streams-contrib/streams-processor-json/pom.xml  | 10 +++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/datasift.conf            | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/facebook.conf            | 16 ++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/moreover.conf            | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/test/resources/rss.conf                 | 17 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/sysomos.conf             | 19 ++++++-
 .../twitter/provider/TwitterProviderUtil.java   | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 streams-monitoring/pom.xml                      |  9 ++++
 streams-pojo-extensions/README.md               |  5 +-
 .../src/test/resources/activities/post.json     |  5 +-
 streams-runtimes/README.md                      |  6 ++-
 .../src/test/resources/configuration.yml        | 18 ++++++-
 streams-runtimes/streams-runtime-local/pom.xml  |  2 +-
 .../src/test/resources/log4j.properties         | 15 ++++++
 .../src/test/resources/logback-test.xml         | 19 ++++++-
 streams-verbs/pom.xml                           | 15 ++++++
 68 files changed, 1086 insertions(+), 35 deletions(-)
----------------------------------------------------------------------



[2/3] incubator-streams git commit: Adds contrib-check profile to verify, fixes licensing violations

Posted by sb...@apache.org.
Adds contrib-check profile to verify, fixes licensing violations


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

Branch: refs/heads/master
Commit: 503245b725859205b91404ae56e9e04c7578e532
Parents: 0e7fbcb
Author: Joey Frazee <jo...@icloud.com>
Authored: Tue May 31 23:05:04 2016 -0500
Committer: Joey Frazee <jo...@icloud.com>
Committed: Thu Jun 9 15:50:54 2016 -0500

----------------------------------------------------------------------
 .gitignore                                      |  1 +
 .travis.yml                                     |  2 +-
 incubator-streams-master-pom.xml                |  7 ++-
 pom.xml                                         | 53 ++++++++++++++++++++
 streams-components/README.md                    | 10 ++--
 .../src/test/resources/test1.conf               | 17 ++++++-
 .../src/test/resources/test2.conf               | 15 ++++++
 .../src/test/resources/test3a.conf              | 15 ++++++
 .../src/test/resources/test3b.conf              | 15 ++++++
 .../src/test/resources/test4.conf               | 17 ++++++-
 streams-components/streams-filters/pom.xml      | 16 ++++++
 .../src/test/resources/componentTest.conf       | 17 ++++++-
 streams-contrib/README.md                       |  8 ++-
 .../amazon/kinesis/KinesisPersistWriter.java    | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/kinesis-read.conf        | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/s3-read.conf             | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/elasticsearch-read.conf  | 19 ++++++-
 .../src/main/resources/elasticsearch-write.conf | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/filebuffer.conf          | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/graph-read.conf          | 19 ++++++-
 .../src/main/resources/graph-write.conf         | 19 ++++++-
 .../graph/test/TestCypherQueryGraphHelper.java  | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/hbase.conf               | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/hdfs-read.conf           | 19 ++++++-
 .../src/main/resources/hdfs-write.conf          | 19 ++++++-
 .../src/test/resources/hdfs-read.conf           | 19 ++++++-
 .../src/test/resources/hdfs-write.conf          | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/kafka.conf               | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/mongo.conf               | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 streams-contrib/streams-processor-json/pom.xml  | 10 +++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/datasift.conf            | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/facebook.conf            | 16 ++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/moreover.conf            | 19 ++++++-
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/test/resources/rss.conf                 | 17 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/sysomos.conf             | 19 ++++++-
 .../twitter/provider/TwitterProviderUtil.java   | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 .../src/main/resources/components.dot           | 18 +++++++
 streams-monitoring/pom.xml                      |  9 ++++
 streams-pojo-extensions/README.md               |  5 +-
 .../src/test/resources/activities/post.json     |  5 +-
 streams-runtimes/README.md                      |  6 ++-
 .../src/test/resources/configuration.yml        | 18 ++++++-
 streams-runtimes/streams-runtime-local/pom.xml  |  2 +-
 .../src/test/resources/log4j.properties         | 15 ++++++
 .../src/test/resources/logback-test.xml         | 19 ++++++-
 streams-verbs/pom.xml                           | 15 ++++++
 68 files changed, 1086 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1b41e46..1576298 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ streams-master-pom/
 target/
 overlays/
 dependency-reduced-pom.xml
+**/src/site/resources
 
 # IDE directories/files #
 /.idea

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 64bc45a..19018ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@ jdk:
   - oraclejdk7
 install: mvn -Dmaven.test.skip.exec=true clean -q
 # tests take too long to run and produce too much output to enable at this time
-script: mvn -Dmaven.test.skip.exec=true install -q
+script: mvn -Dmaven.test.skip.exec=true install -q -Pcontrib-check

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/incubator-streams-master-pom.xml
----------------------------------------------------------------------
diff --git a/incubator-streams-master-pom.xml b/incubator-streams-master-pom.xml
index abf1e9a..8ace54e 100644
--- a/incubator-streams-master-pom.xml
+++ b/incubator-streams-master-pom.xml
@@ -613,6 +613,7 @@
                         </executions>
                         <configuration>
                             <excludes>
+                                <exclude>.travis.yml</exclude>
                                 <exclude>.git</exclude>
                                 <exclude>.gitignore</exclude>
                                 <exclude>.git/**</exclude>
@@ -624,8 +625,10 @@
                                 <exclude>**/README.*</exclude>
                                 <exclude>**/target/**</exclude>
                                 <exclude>**/overlays/**</exclude>
-                                <exclude>**/src/main/resources/**</exclude>
-                                <exclude>**/src/test/resources/**</exclude>
+                                <exclude>**/src/test/resources/**/*.csv</exclude>
+                                <exclude>**/src/test/resources/**/*.tsv</exclude>
+                                <exclude>**/src/test/resources/**/*.txt</exclude>
+                                <exclude>**/src/site/resources/**</exclude>
                                 <exclude>**/.gitignore</exclude>
                                 <exclude>**/*.properties</exclude>
                                 <exclude>**/*.iml</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2d79739..ca04d95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,6 +219,59 @@
         </pluginManagement>
     </build>
 
+    <profiles>
+        <profile>
+            <id>contrib-check</id>
+            <properties>
+                <skipTests>false</skipTests>
+                <maven.test.skip>false</maven.test.skip>
+            </properties>
+            <build>
+                <plugins>
+                  <plugin>
+                      <groupId>org.apache.rat</groupId>
+                      <artifactId>apache-rat-plugin</artifactId>
+                      <configuration>
+                          <excludes>
+                              <exclude>.travis.yml</exclude>
+                              <exclude>.git</exclude>
+                              <exclude>.gitignore</exclude>
+                              <exclude>.git/**</exclude>
+                              <exclude>.idea/**</exclude>
+                              <exclude>**/DEPENDENCIES</exclude>
+                              <exclude>**/LICENSE</exclude>
+                              <exclude>**/MANIFEST.MF</exclude>
+                              <exclude>**/NOTICE</exclude>
+                              <exclude>**/README.*</exclude>
+                              <exclude>**/target/**</exclude>
+                              <exclude>**/overlays/**</exclude>
+                              <exclude>**/src/test/resources/**/*.csv</exclude>
+                              <exclude>**/src/test/resources/**/*.tsv</exclude>
+                              <exclude>**/src/test/resources/**/*.txt</exclude>
+                              <exclude>**/src/site/resources/**</exclude>
+                              <exclude>**/.gitignore</exclude>
+                              <exclude>**/*.properties</exclude>
+                              <exclude>**/*.iml</exclude>
+                              <exclude>**/*.ini</exclude>
+                              <exclude>**/*.jar</exclude>
+                              <exclude>dependency-reduced-pom.xml</exclude>
+                              <exclude>rat.txt</exclude>
+                          </excludes>
+                      </configuration>
+                      <executions>
+                          <execution>
+                              <goals>
+                                  <goal>check</goal>
+                              </goals>
+                              <phase>verify</phase>
+                          </execution>
+                      </executions>
+                  </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
     <dependencies>
         <dependency>
             <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/README.md
----------------------------------------------------------------------
diff --git a/streams-components/README.md b/streams-components/README.md
index eb7dd43..3dc671d 100644
--- a/streams-components/README.md
+++ b/streams-components/README.md
@@ -1,10 +1,14 @@
+Apache Streams (incubating)
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
+
 streams-components
 ==============
 
-These modules contain generic providers, processors, and writers which 
+These modules contain generic providers, processors, and writers which
 can fulfill a variety of purposes based on the configuration they receive.
 
-They have been designed to be extended in cases where a specific integration 
+They have been designed to be extended in cases where a specific integration
 needs to do something a bit different.
 
-Please help improve these packages, or create new ones!
\ No newline at end of file
+Please help improve these packages, or create new ones!

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/streams-converters/src/test/resources/test1.conf
----------------------------------------------------------------------
diff --git a/streams-components/streams-converters/src/test/resources/test1.conf b/streams-components/streams-converters/src/test/resources/test1.conf
index ae8056c..2fa3a5a 100644
--- a/streams-components/streams-converters/src/test/resources/test1.conf
+++ b/streams-components/streams-converters/src/test/resources/test1.conf
@@ -1,2 +1,17 @@
+# 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.
 age = 18
-gender = female
\ No newline at end of file
+gender = female

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/streams-converters/src/test/resources/test2.conf
----------------------------------------------------------------------
diff --git a/streams-components/streams-converters/src/test/resources/test2.conf b/streams-components/streams-converters/src/test/resources/test2.conf
index b3e2cb4..bfbf312 100644
--- a/streams-components/streams-converters/src/test/resources/test2.conf
+++ b/streams-components/streams-converters/src/test/resources/test2.conf
@@ -1,3 +1,18 @@
+# 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.
 demographics.age = 17
 demographics.age = ${?age}
 demographics.race = ${race}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/streams-converters/src/test/resources/test3a.conf
----------------------------------------------------------------------
diff --git a/streams-components/streams-converters/src/test/resources/test3a.conf b/streams-components/streams-converters/src/test/resources/test3a.conf
index 4690e37..b63a0aa 100644
--- a/streams-components/streams-converters/src/test/resources/test3a.conf
+++ b/streams-components/streams-converters/src/test/resources/test3a.conf
@@ -1,3 +1,18 @@
+# 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.
 activity.provider.id = test
 activity.id = "id:"${id}
 activity.content = ${text}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/streams-converters/src/test/resources/test3b.conf
----------------------------------------------------------------------
diff --git a/streams-components/streams-converters/src/test/resources/test3b.conf b/streams-components/streams-converters/src/test/resources/test3b.conf
index b53d275..53ca4b3 100644
--- a/streams-components/streams-converters/src/test/resources/test3b.conf
+++ b/streams-components/streams-converters/src/test/resources/test3b.conf
@@ -1,2 +1,17 @@
+# 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.
 id = "actorid"
 displayName = "Jorge"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/streams-converters/src/test/resources/test4.conf
----------------------------------------------------------------------
diff --git a/streams-components/streams-converters/src/test/resources/test4.conf b/streams-components/streams-converters/src/test/resources/test4.conf
index be6fe0b..8d9e779 100644
--- a/streams-components/streams-converters/src/test/resources/test4.conf
+++ b/streams-components/streams-converters/src/test/resources/test4.conf
@@ -1,4 +1,19 @@
+# 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.
 profile.id = ${actor.id}
 profile.name = ${actor.name}
 profile.username = ${actor.screenName}
-profile.description = ${actor.summary}
\ No newline at end of file
+profile.description = ${actor.summary}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-components/streams-filters/pom.xml
----------------------------------------------------------------------
diff --git a/streams-components/streams-filters/pom.xml b/streams-components/streams-filters/pom.xml
index 9ec637e..e4ef908 100644
--- a/streams-components/streams-filters/pom.xml
+++ b/streams-components/streams-filters/pom.xml
@@ -75,5 +75,21 @@
                 <directory>src/test/resources</directory>
             </testResource>
         </testResources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <exclude>src/test/resources/actor.json</exclude>
+                        <exclude>src/test/resources/follow.json</exclude>
+                        <exclude>src/test/resources/object.json</exclude>
+                        <exclude>src/test/resources/post.json</exclude>
+                        <exclude>src/test/resources/provider.json</exclude>
+                        <exclude>src/test/resources/targetrequired.json</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+      </plugins>
     </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-config/src/test/resources/componentTest.conf
----------------------------------------------------------------------
diff --git a/streams-config/src/test/resources/componentTest.conf b/streams-config/src/test/resources/componentTest.conf
index 52859b3..83b1155 100644
--- a/streams-config/src/test/resources/componentTest.conf
+++ b/streams-config/src/test/resources/componentTest.conf
@@ -1,3 +1,18 @@
+# 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.
 defaultComponent {
 
 }
@@ -8,4 +23,4 @@ configuredComponent {
   outClasses = [
     java.lang.String
   ]
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/README.md
----------------------------------------------------------------------
diff --git a/streams-contrib/README.md b/streams-contrib/README.md
index 6d5427b..2b94646 100644
--- a/streams-contrib/README.md
+++ b/streams-contrib/README.md
@@ -1,7 +1,11 @@
+Apache Streams (incubating)
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+--------------------------------------------------------------------------------
+
 streams-contrib
 ==============
 
-These modules contain data schemas, API synchronizations, and ActivityStreams 
+These modules contain data schemas, API synchronizations, and ActivityStreams
 conversions unique to specific sites and software packages.
 
-Please help improve these packages, or create new ones!
\ No newline at end of file
+Please help improve these packages, or create new ones!

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/java/org/apache/streams/amazon/kinesis/KinesisPersistWriter.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/java/org/apache/streams/amazon/kinesis/KinesisPersistWriter.java b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/java/org/apache/streams/amazon/kinesis/KinesisPersistWriter.java
index d262cd4..0a39461 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/java/org/apache/streams/amazon/kinesis/KinesisPersistWriter.java
+++ b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/java/org/apache/streams/amazon/kinesis/KinesisPersistWriter.java
@@ -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.
+ */
 package org.apache.streams.amazon.kinesis;
 
 import com.amazonaws.ClientConfiguration;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/components.dot b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/components.dot
index bae342b..072751d 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/components.dot
+++ b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf
index 46ca442..8026abd 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf
+++ b/streams-contrib/streams-amazon-aws/streams-persist-kinesis/src/main/resources/kinesis-read.conf
@@ -1,3 +1,20 @@
+# 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.
+
 kinesis: {
   key: ""
   secretKey: ""
@@ -7,4 +24,4 @@ kinesis: {
     "topic1"
     "topic2"
   ]
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/components.dot b/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/components.dot
index ce6a9e2..0f13c57 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/components.dot
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/s3-read.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/s3-read.conf b/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/s3-read.conf
index 000022b..1d71eb8 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/s3-read.conf
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/src/main/resources/s3-read.conf
@@ -1,3 +1,20 @@
+# 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.
+
 s3: {
   key: "",
   secretKey: "",
@@ -7,4 +24,4 @@ s3: {
   writerFilePrefix: "prefix",
   chunk: false,
   region: "us-east-1"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-console/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-console/src/main/resources/components.dot b/streams-contrib/streams-persist-console/src/main/resources/components.dot
index 507ffdc..1f29e1c 100644
--- a/streams-contrib/streams-persist-console/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-console/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-elasticsearch/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/src/main/resources/components.dot b/streams-contrib/streams-persist-elasticsearch/src/main/resources/components.dot
index b6f61e5..f063421 100644
--- a/streams-contrib/streams-persist-elasticsearch/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-elasticsearch/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-read.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-read.conf b/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-read.conf
index c1638ca..eb1d45d 100644
--- a/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-read.conf
+++ b/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-read.conf
@@ -1,3 +1,20 @@
+# 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.
+
 "elasticsearch": {
   "hosts": [
     "localhost"
@@ -15,4 +32,4 @@
       "match_all" : { }
     }
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-write.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-write.conf b/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-write.conf
index 4c24b3f..642e60d 100644
--- a/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-write.conf
+++ b/streams-contrib/streams-persist-elasticsearch/src/main/resources/elasticsearch-write.conf
@@ -1,3 +1,20 @@
+# 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.
+
 "elasticsearch": {
   "hosts": [
     "localhost"
@@ -6,4 +23,4 @@
   "clusterName": "elasticsearch",
   "index": "streams",
   "type": "post"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-filebuffer/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-filebuffer/src/main/resources/components.dot b/streams-contrib/streams-persist-filebuffer/src/main/resources/components.dot
index c12b161..3ecd8cb 100644
--- a/streams-contrib/streams-persist-filebuffer/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-filebuffer/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-filebuffer/src/main/resources/filebuffer.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-filebuffer/src/main/resources/filebuffer.conf b/streams-contrib/streams-persist-filebuffer/src/main/resources/filebuffer.conf
index b0252f4..77eb3e7 100644
--- a/streams-contrib/streams-persist-filebuffer/src/main/resources/filebuffer.conf
+++ b/streams-contrib/streams-persist-filebuffer/src/main/resources/filebuffer.conf
@@ -1,3 +1,20 @@
+# 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.
+
 file {
   path = "/tmp/file-queue.txt"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-graph/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-graph/src/main/resources/components.dot b/streams-contrib/streams-persist-graph/src/main/resources/components.dot
index c43176b..f326cca 100644
--- a/streams-contrib/streams-persist-graph/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-graph/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-graph/src/main/resources/graph-read.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-graph/src/main/resources/graph-read.conf b/streams-contrib/streams-persist-graph/src/main/resources/graph-read.conf
index e1946fa..802b664 100644
--- a/streams-contrib/streams-persist-graph/src/main/resources/graph-read.conf
+++ b/streams-contrib/streams-persist-graph/src/main/resources/graph-read.conf
@@ -1,3 +1,20 @@
+# 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.
+
 {
   "graph": {
     "type": "neo4j",
@@ -18,4 +35,4 @@
       ]
     }
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-graph/src/main/resources/graph-write.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-graph/src/main/resources/graph-write.conf b/streams-contrib/streams-persist-graph/src/main/resources/graph-write.conf
index bce608b..57f65d9 100644
--- a/streams-contrib/streams-persist-graph/src/main/resources/graph-write.conf
+++ b/streams-contrib/streams-persist-graph/src/main/resources/graph-write.conf
@@ -1,3 +1,20 @@
+# 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.
+
 {
   "graph": {
     "type": "neo4j",
@@ -18,4 +35,4 @@
       ]
     }
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-graph/src/test/java/org/apache/streams/graph/test/TestCypherQueryGraphHelper.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-graph/src/test/java/org/apache/streams/graph/test/TestCypherQueryGraphHelper.java b/streams-contrib/streams-persist-graph/src/test/java/org/apache/streams/graph/test/TestCypherQueryGraphHelper.java
index afa58fb..a88ce16 100644
--- a/streams-contrib/streams-persist-graph/src/test/java/org/apache/streams/graph/test/TestCypherQueryGraphHelper.java
+++ b/streams-contrib/streams-persist-graph/src/test/java/org/apache/streams/graph/test/TestCypherQueryGraphHelper.java
@@ -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.
+ */
 package org.apache.streams.graph.test;
 
 import org.apache.streams.graph.neo4j.CypherQueryGraphHelper;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hbase/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hbase/src/main/resources/components.dot b/streams-contrib/streams-persist-hbase/src/main/resources/components.dot
index 5aa3afc..62e4996 100644
--- a/streams-contrib/streams-persist-hbase/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-hbase/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hbase/src/main/resources/hbase.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hbase/src/main/resources/hbase.conf b/streams-contrib/streams-persist-hbase/src/main/resources/hbase.conf
index ebcf6ff..7993177 100644
--- a/streams-contrib/streams-persist-hbase/src/main/resources/hbase.conf
+++ b/streams-contrib/streams-persist-hbase/src/main/resources/hbase.conf
@@ -1,3 +1,20 @@
+# 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.
+
 hbase {
   rootdir = "hdfs://cloudera-vm-local:8020/hbase"
   zookeeper {
@@ -9,4 +26,4 @@ hbase {
   table = "test_table"
   family = "test_family"
   qualifier = "test_column"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hdfs/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/src/main/resources/components.dot b/streams-contrib/streams-persist-hdfs/src/main/resources/components.dot
index 55266ee..6ecaa92 100644
--- a/streams-contrib/streams-persist-hdfs/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-hdfs/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-read.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-read.conf b/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-read.conf
index b716abf..2afb688 100644
--- a/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-read.conf
+++ b/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-read.conf
@@ -1,3 +1,20 @@
+# 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.
+
 hdfs: {
   scheme: "hdfs"
   host: "hadoop",
@@ -5,4 +22,4 @@ hdfs: {
   user: "hadoop",
   path: "/user/hadoop",
   readerPath: "inputDir"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-write.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-write.conf b/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-write.conf
index 799919f..5c90b89 100644
--- a/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-write.conf
+++ b/streams-contrib/streams-persist-hdfs/src/main/resources/hdfs-write.conf
@@ -1,3 +1,20 @@
+# 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.
+
 hdfs: {
   scheme: "hdfs"
   host: "hadoop",
@@ -5,4 +22,4 @@ hdfs: {
   user: "hadoop",
   path: "/user/hadoop",
   writerPath: "outputDir"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-read.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-read.conf b/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-read.conf
index b3d54d1..5b806f4 100644
--- a/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-read.conf
+++ b/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-read.conf
@@ -1,3 +1,20 @@
+# 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.
+
 hdfs {
   host = "localhost"
   port = "50070"
@@ -6,4 +23,4 @@ hdfs {
   password = "cloudera"
   writerPath = "/history/twitter/example"
   writerFilePrefix = "streams-"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-write.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-write.conf b/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-write.conf
index f011d48..b375fda 100644
--- a/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-write.conf
+++ b/streams-contrib/streams-persist-hdfs/src/test/resources/hdfs-write.conf
@@ -1,7 +1,24 @@
+# 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.
+
 hdfs {
   host = "localhost"
   port = "50070"
   path = "/user/cloudera"
   user = "cloudera"
   password = "cloudera"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-kafka/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-kafka/src/main/resources/components.dot b/streams-contrib/streams-persist-kafka/src/main/resources/components.dot
index 8a38015..46d4559 100644
--- a/streams-contrib/streams-persist-kafka/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-kafka/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-kafka/src/main/resources/kafka.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-kafka/src/main/resources/kafka.conf b/streams-contrib/streams-persist-kafka/src/main/resources/kafka.conf
index 87ad284..a75a948 100644
--- a/streams-contrib/streams-persist-kafka/src/main/resources/kafka.conf
+++ b/streams-contrib/streams-persist-kafka/src/main/resources/kafka.conf
@@ -1,6 +1,23 @@
+# 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.
+
 kafka {
   brokerlist = "localhost:9092"
   zkconnect = "localhost:2181"
   topic = "topic"
   groupId = "group"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-mongo/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-mongo/src/main/resources/components.dot b/streams-contrib/streams-persist-mongo/src/main/resources/components.dot
index 7333fcd..97e095a 100644
--- a/streams-contrib/streams-persist-mongo/src/main/resources/components.dot
+++ b/streams-contrib/streams-persist-mongo/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-persist-mongo/src/main/resources/mongo.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-mongo/src/main/resources/mongo.conf b/streams-contrib/streams-persist-mongo/src/main/resources/mongo.conf
index 4533b68..531f771 100644
--- a/streams-contrib/streams-persist-mongo/src/main/resources/mongo.conf
+++ b/streams-contrib/streams-persist-mongo/src/main/resources/mongo.conf
@@ -1,6 +1,23 @@
+# 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.
+
 "mongo": {
   "host": "localhost",
   "port": 27017,
   "db": "local",
   "collection": "startup_log"
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-processor-jackson/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-jackson/src/main/resources/components.dot b/streams-contrib/streams-processor-jackson/src/main/resources/components.dot
index bd4ce24..fbe282b 100644
--- a/streams-contrib/streams-processor-jackson/src/main/resources/components.dot
+++ b/streams-contrib/streams-processor-jackson/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-processor-json/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-json/pom.xml b/streams-contrib/streams-processor-json/pom.xml
index 1e14e57..04883bd 100644
--- a/streams-contrib/streams-processor-json/pom.xml
+++ b/streams-contrib/streams-processor-json/pom.xml
@@ -87,7 +87,15 @@
             </testResource>
         </testResources>
         <plugins>
-
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes combine.children="append">
+                        <exclude>src/test/resources/books.json</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-processor-json/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-json/src/main/resources/components.dot b/streams-contrib/streams-processor-json/src/main/resources/components.dot
index d7bbb52..1fdf562 100644
--- a/streams-contrib/streams-processor-json/src/main/resources/components.dot
+++ b/streams-contrib/streams-processor-json/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-processor-regex/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-regex/src/main/resources/components.dot b/streams-contrib/streams-processor-regex/src/main/resources/components.dot
index e51f2a2..c4b6214 100644
--- a/streams-contrib/streams-processor-regex/src/main/resources/components.dot
+++ b/streams-contrib/streams-processor-regex/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-processor-urls/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-urls/src/main/resources/components.dot b/streams-contrib/streams-processor-urls/src/main/resources/components.dot
index 2806311..161a192 100644
--- a/streams-contrib/streams-processor-urls/src/main/resources/components.dot
+++ b/streams-contrib/streams-processor-urls/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-datasift/src/main/resources/datasift.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-datasift/src/main/resources/datasift.conf b/streams-contrib/streams-provider-datasift/src/main/resources/datasift.conf
index a910a02..bfe6125 100644
--- a/streams-contrib/streams-provider-datasift/src/main/resources/datasift.conf
+++ b/streams-contrib/streams-provider-datasift/src/main/resources/datasift.conf
@@ -1,3 +1,20 @@
+# 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.
+
 datasift {
     apiKey = ""
     userName = ""
@@ -5,4 +22,4 @@ datasift {
         "b8aaf7cec5faa2fadbd55d651933a31e",
         "f41f054e2a2ba8d2e7b0d74f56e727d6"
     ]
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-facebook/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/src/main/resources/components.dot b/streams-contrib/streams-provider-facebook/src/main/resources/components.dot
index b209263..9dccaa3 100644
--- a/streams-contrib/streams-provider-facebook/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-facebook/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-facebook/src/main/resources/facebook.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/src/main/resources/facebook.conf b/streams-contrib/streams-provider-facebook/src/main/resources/facebook.conf
index e69de29..13a8339 100644
--- a/streams-contrib/streams-provider-facebook/src/main/resources/facebook.conf
+++ b/streams-contrib/streams-provider-facebook/src/main/resources/facebook.conf
@@ -0,0 +1,16 @@
+# 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.

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-google/google-gmail/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gmail/src/main/resources/components.dot b/streams-contrib/streams-provider-google/google-gmail/src/main/resources/components.dot
index e2a32a2..e650288 100644
--- a/streams-contrib/streams-provider-google/google-gmail/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-google/google-gmail/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-google/google-gplus/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/components.dot b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/components.dot
index 2062ef3..ed631f2 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-instagram/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/src/main/resources/components.dot b/streams-contrib/streams-provider-instagram/src/main/resources/components.dot
index 590e07d..c5c0951 100644
--- a/streams-contrib/streams-provider-instagram/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-instagram/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-moreover/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-moreover/src/main/resources/components.dot b/streams-contrib/streams-provider-moreover/src/main/resources/components.dot
index 6b33ce2..93fe03e 100644
--- a/streams-contrib/streams-provider-moreover/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-moreover/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-moreover/src/main/resources/moreover.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-moreover/src/main/resources/moreover.conf b/streams-contrib/streams-provider-moreover/src/main/resources/moreover.conf
index 4e2f138..3b683fe 100644
--- a/streams-contrib/streams-provider-moreover/src/main/resources/moreover.conf
+++ b/streams-contrib/streams-provider-moreover/src/main/resources/moreover.conf
@@ -1,3 +1,20 @@
+# 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.
+
 moreover {
   apiKeys {
     key {
@@ -5,4 +22,4 @@ moreover {
       startingSequence = ""
     }
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-rss/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-rss/src/main/resources/components.dot b/streams-contrib/streams-provider-rss/src/main/resources/components.dot
index 97c9409..429004d 100644
--- a/streams-contrib/streams-provider-rss/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-rss/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-rss/src/test/resources/rss.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-rss/src/test/resources/rss.conf b/streams-contrib/streams-provider-rss/src/test/resources/rss.conf
index 06851b9..ad0946e 100644
--- a/streams-contrib/streams-provider-rss/src/test/resources/rss.conf
+++ b/streams-contrib/streams-provider-rss/src/test/resources/rss.conf
@@ -1,3 +1,20 @@
+# 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.
+
 feeds = [
   {
     url = "http://feeds.feedburner.com/Techcrunch"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-sysomos/src/main/resources/components.dot
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-sysomos/src/main/resources/components.dot b/streams-contrib/streams-provider-sysomos/src/main/resources/components.dot
index d130bc4..ba87c08 100644
--- a/streams-contrib/streams-provider-sysomos/src/main/resources/components.dot
+++ b/streams-contrib/streams-provider-sysomos/src/main/resources/components.dot
@@ -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.
+ */
 digraph g {
 
   graph [compound = true];

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-sysomos/src/main/resources/sysomos.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-sysomos/src/main/resources/sysomos.conf b/streams-contrib/streams-provider-sysomos/src/main/resources/sysomos.conf
index 3ee1b4e..13af8b8 100644
--- a/streams-contrib/streams-provider-sysomos/src/main/resources/sysomos.conf
+++ b/streams-contrib/streams-provider-sysomos/src/main/resources/sysomos.conf
@@ -1,3 +1,20 @@
+# 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.
+
 sysomos {
   heartbeatIds = [
     HBID
@@ -7,4 +24,4 @@ sysomos {
   minDelayMs = 10000
   scheduledDelayMs = 120000
   maxBatchSize = 10000
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/503245b7/streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterProviderUtil.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterProviderUtil.java b/streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterProviderUtil.java
index 0f1b661..d9f4ec2 100644
--- a/streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterProviderUtil.java
+++ b/streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/TwitterProviderUtil.java
@@ -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.
+ */
 package org.apache.streams.twitter.provider;
 
 import org.apache.streams.twitter.TwitterConfiguration;