You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/03/22 19:17:45 UTC

[1/4] incubator-quarks git commit: Replace IBM copyright with ASF licence header in runtime, samples, spi java files

Repository: incubator-quarks
Updated Branches:
  refs/heads/master a77773f4e -> 0df8e513b


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
index f53b99e..3392aa4 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
index 19ed3c1..9f7d097 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
index 75d7363..203dc14 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
index ea95a78..aaccb99 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/package-info.java
index 713ab8f..45c5ea6 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/package-info.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
index 7b12a65..06adb09 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
index e00f612..21ea954 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
index 3a8bc1a..6053c9f 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
index e9a2a0e..4e916d4 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
index 14a311f..a4a77bb 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
index 5a3e921..97b4428 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/package-info.java
index dd3654c..0b40474 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/package-info.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
index 2a8f71b..97f6b26 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/console/src/main/java/quarks/samples/console/ConsoleWaterDetector.java
----------------------------------------------------------------------
diff --git a/samples/console/src/main/java/quarks/samples/console/ConsoleWaterDetector.java b/samples/console/src/main/java/quarks/samples/console/ConsoleWaterDetector.java
index ff99d01..b40ccb1 100644
--- a/samples/console/src/main/java/quarks/samples/console/ConsoleWaterDetector.java
+++ b/samples/console/src/main/java/quarks/samples/console/ConsoleWaterDetector.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2016 
+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 quarks.samples.console;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/console/src/main/java/quarks/samples/console/HttpServerSample.java
----------------------------------------------------------------------
diff --git a/samples/console/src/main/java/quarks/samples/console/HttpServerSample.java b/samples/console/src/main/java/quarks/samples/console/HttpServerSample.java
index df2ea0f..68b045d 100644
--- a/samples/console/src/main/java/quarks/samples/console/HttpServerSample.java
+++ b/samples/console/src/main/java/quarks/samples/console/HttpServerSample.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.console;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/console/src/main/java/quarks/samples/console/package-info.java
----------------------------------------------------------------------
diff --git a/samples/console/src/main/java/quarks/samples/console/package-info.java b/samples/console/src/main/java/quarks/samples/console/package-info.java
index 65be379..f24b712 100644
--- a/samples/console/src/main/java/quarks/samples/console/package-info.java
+++ b/samples/console/src/main/java/quarks/samples/console/package-info.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
index 11f16ce..55b19cb 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSample.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSample.java b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSample.java
index 87794d3..af1fb1a 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSample.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSample.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSampleJobMXBean.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSampleJobMXBean.java b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSampleJobMXBean.java
index 0ce2dec..bbe7b89 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSampleJobMXBean.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentSampleJobMXBean.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java b/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
index f69175b..8639b88 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java b/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
index faeaa4b..b3ff9aa 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/PeriodicSource.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/PeriodicSource.java b/samples/topology/src/main/java/quarks/samples/topology/PeriodicSource.java
index 6377063..98205f3 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/PeriodicSource.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/PeriodicSource.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/SensorsAggregates.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/SensorsAggregates.java b/samples/topology/src/main/java/quarks/samples/topology/SensorsAggregates.java
index ea24d33..055ed4c 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/SensorsAggregates.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/SensorsAggregates.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/SimpleFilterTransform.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/SimpleFilterTransform.java b/samples/topology/src/main/java/quarks/samples/topology/SimpleFilterTransform.java
index 4b09d9e..be2bd1d 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/SimpleFilterTransform.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/SimpleFilterTransform.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.topology;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/StreamTags.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/StreamTags.java b/samples/topology/src/main/java/quarks/samples/topology/StreamTags.java
index ccb8135..c1489f0 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/StreamTags.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/StreamTags.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2016 
+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 quarks.samples.topology;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/topology/src/main/java/quarks/samples/topology/package-info.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/package-info.java b/samples/topology/src/main/java/quarks/samples/topology/package-info.java
index d543c95..0df6c47 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/package-info.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/package-info.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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-quarks/blob/d63691eb/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
----------------------------------------------------------------------
diff --git a/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java b/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
index 47267bb..3683e49 100644
--- a/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
+++ b/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.utils.metrics;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/utils/src/main/java/quarks/samples/utils/metrics/SplitWithMetrics.java
----------------------------------------------------------------------
diff --git a/samples/utils/src/main/java/quarks/samples/utils/metrics/SplitWithMetrics.java b/samples/utils/src/main/java/quarks/samples/utils/metrics/SplitWithMetrics.java
index 172a5b6..67459bd 100644
--- a/samples/utils/src/main/java/quarks/samples/utils/metrics/SplitWithMetrics.java
+++ b/samples/utils/src/main/java/quarks/samples/utils/metrics/SplitWithMetrics.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.utils.metrics;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
----------------------------------------------------------------------
diff --git a/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java b/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
index 01a3281..465739e 100644
--- a/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
+++ b/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.utils.sensor;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/utils/src/main/java/quarks/samples/utils/sensor/SimulatedSensors.java
----------------------------------------------------------------------
diff --git a/samples/utils/src/main/java/quarks/samples/utils/sensor/SimulatedSensors.java b/samples/utils/src/main/java/quarks/samples/utils/sensor/SimulatedSensors.java
index 6b4f58f..b40b2ab 100644
--- a/samples/utils/src/main/java/quarks/samples/utils/sensor/SimulatedSensors.java
+++ b/samples/utils/src/main/java/quarks/samples/utils/sensor/SimulatedSensors.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.utils.sensor;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java b/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
index ef60261..90ff7d3 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.graph.spi;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java b/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
index ae7ae17..a2060e8 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.graph.spi;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java b/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
index 88ae4b8..3c43560 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.graph.spi;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java b/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
index e0d522f..0c0685c 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.graph.spi.execution;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java b/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
index 27429be..164306e 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
index acf3368..b72ad64 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
index 468fbd6..f8c9e08 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java b/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
index 8a1a311..2192c4e 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.functions;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorSink.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorSink.java b/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorSink.java
index 3c9b1cb..f37796f 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorSink.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorSink.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2016 
+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 quarks.topology.spi.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java b/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
index 73a88be..8ce1e41 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java b/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
index 5be9de9..124e044 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java b/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
index af0f870..6617921 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java b/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
index 69f2975..e14ae8c 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.tester;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/spi/topology/src/test/java/quarks/test/topology/spi/AbstractTStreamTest.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/test/java/quarks/test/topology/spi/AbstractTStreamTest.java b/spi/topology/src/test/java/quarks/test/topology/spi/AbstractTStreamTest.java
index 8dc6847..321598b 100644
--- a/spi/topology/src/test/java/quarks/test/topology/spi/AbstractTStreamTest.java
+++ b/spi/topology/src/test/java/quarks/test/topology/spi/AbstractTStreamTest.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.test.topology.spi;
 


[3/4] incubator-quarks git commit: Remove IBM copyrights that were left in

Posted by dj...@apache.org.
Remove IBM copyrights that were left in


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

Branch: refs/heads/master
Commit: af6fe2a71dcffebc3c12eecf542ac33362c9f42d
Parents: d63691e
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 22 10:45:18 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 22 10:45:18 2016 -0700

----------------------------------------------------------------------
 .../etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java   | 1 -
 runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java      | 1 -
 runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java    | 1 -
 runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java    | 1 -
 .../etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java | 1 -
 .../etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java | 1 -
 .../src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java    | 1 -
 .../main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java   | 1 -
 .../etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java | 1 -
 .../src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java    | 1 -
 .../src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java  | 1 -
 runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java  | 1 -
 .../src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java    | 1 -
 .../src/main/java/quarks/runtime/etiao/graph/model/GraphType.java   | 1 -
 .../src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java    | 1 -
 .../main/java/quarks/runtime/etiao/graph/model/InvocationType.java  | 1 -
 .../src/main/java/quarks/runtime/etiao/graph/model/VertexType.java  | 1 -
 .../src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java     | 1 -
 runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java  | 1 -
 .../src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java  | 1 -
 .../java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java  | 1 -
 .../quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java     | 1 -
 .../apps/src/main/java/quarks/samples/apps/AbstractApplication.java | 1 -
 .../src/main/java/quarks/samples/apps/ApplicationUtilities.java     | 1 -
 samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java      | 1 -
 samples/apps/src/main/java/quarks/samples/apps/Range.java           | 1 -
 .../src/main/java/quarks/samples/apps/TopologyProviderFactory.java  | 1 -
 .../main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java | 1 -
 .../apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java | 1 -
 .../apps/src/main/java/quarks/samples/apps/mqtt/package-info.java   | 1 -
 samples/apps/src/main/java/quarks/samples/apps/package-info.java    | 1 -
 .../src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java  | 1 -
 .../samples/apps/sensorAnalytics/SensorAnalyticsApplication.java    | 1 -
 .../main/java/quarks/samples/apps/sensorAnalytics/package-info.java | 1 -
 .../src/main/java/quarks/samples/connectors/MsgSupplier.java        | 1 -
 .../connectors/src/main/java/quarks/samples/connectors/Util.java    | 1 -
 .../src/main/java/quarks/samples/connectors/file/FileReaderApp.java | 1 -
 .../src/main/java/quarks/samples/connectors/file/FileWriterApp.java | 1 -
 .../src/main/java/quarks/samples/connectors/file/package-info.java  | 1 -
 .../src/main/java/quarks/samples/connectors/jdbc/DbUtils.java       | 1 -
 .../src/main/java/quarks/samples/connectors/jdbc/Person.java        | 1 -
 .../src/main/java/quarks/samples/connectors/jdbc/PersonData.java    | 1 -
 .../src/main/java/quarks/samples/connectors/jdbc/PersonId.java      | 1 -
 .../main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java   | 1 -
 .../main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java   | 1 -
 .../src/main/java/quarks/samples/connectors/jdbc/package-info.java  | 1 -
 .../src/main/java/quarks/samples/connectors/kafka/KafkaClient.java  | 1 -
 .../src/main/java/quarks/samples/connectors/kafka/PublisherApp.java | 1 -
 .../src/main/java/quarks/samples/connectors/kafka/Runner.java       | 1 -
 .../java/quarks/samples/connectors/kafka/SimplePublisherApp.java    | 1 -
 .../java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java   | 1 -
 .../main/java/quarks/samples/connectors/kafka/SubscriberApp.java    | 1 -
 .../src/main/java/quarks/samples/connectors/mqtt/MqttClient.java    | 1 -
 .../src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java  | 1 -
 .../src/main/java/quarks/samples/connectors/mqtt/Runner.java        | 1 -
 .../java/quarks/samples/connectors/mqtt/SimplePublisherApp.java     | 1 -
 .../java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java    | 1 -
 .../src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java | 1 -
 .../src/main/java/quarks/samples/connectors/package-info.java       | 1 -
 .../main/java/quarks/samples/topology/DevelopmentMetricsSample.java | 1 -
 .../topology/src/main/java/quarks/samples/topology/HelloWorld.java  | 1 -
 .../src/main/java/quarks/samples/topology/JobExecution.java         | 1 -
 .../quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java     | 1 -
 .../main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java | 1 -
 spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java         | 1 -
 spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java        | 1 -
 spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java            | 1 -
 .../src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java  | 1 -
 spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java | 1 -
 .../src/main/java/quarks/topology/spi/AbstractTopology.java         | 1 -
 .../src/main/java/quarks/topology/spi/AbstractTopologyProvider.java | 1 -
 .../main/java/quarks/topology/spi/functions/EndlessSupplier.java    | 1 -
 .../src/main/java/quarks/topology/spi/graph/ConnectorStream.java    | 1 -
 .../src/main/java/quarks/topology/spi/graph/GraphTopology.java      | 1 -
 .../src/main/java/quarks/topology/spi/graph/TWindowImpl.java        | 1 -
 .../src/main/java/quarks/topology/spi/tester/AbstractTester.java    | 1 -
 76 files changed, 76 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
index 037fc07..1f5207d 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
index 1141bce..2574923 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
index 2764364..1808184 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016  
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
index 8224b9a..40d492c 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
index 7b73d44..8e4e63b 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
index c6a7f32..190fd06 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
index 390917c..5437a69 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
index 19a3a89..b62d808 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
index c235207..595a53c 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
index cb7f8ce..3ca223f 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
index 4417ef1..5109acd 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
index 7a9557d..ff474c3 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
index 85f8150..8add931 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
index ccca3a0..1ad5390 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
index 44fb2cd..5973193 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
index 7e7b053..f67c8c2 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
index 0a9ad83..e56be08 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
index 3c3b473..6fcafd1 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao.mbeans;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
index 3c55ba8..af96016 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java b/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
index c7ad436..32812cc 100644
--- a/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
+++ b/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.jmxcontrol;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java b/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
index de3fd07..e807814 100644
--- a/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
+++ b/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.test.runtime.jmxcontrol;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java b/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
index 3b9cfed..cfe253b 100644
--- a/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
+++ b/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.test.runtime.jsoncontrol;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java b/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
index 5f9f38c..fcac3f6 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java b/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
index f1ec8bc..95e7928 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java b/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
index c2c8439..8de0ee3 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/Range.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/Range.java b/samples/apps/src/main/java/quarks/samples/apps/Range.java
index 53fa04f..8c8ac92 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/Range.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/Range.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java b/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
index e2eb1a7..c53aa84 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java b/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
index 5ea061b..5b121c5 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java b/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
index abd73e8..87c7cd0 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java b/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
index 7c59677..b4d55de 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 /**
  * Base support for Quarks MQTT based application samples.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/package-info.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/package-info.java b/samples/apps/src/main/java/quarks/samples/apps/package-info.java
index 318aeb1..cc21ced 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/package-info.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 /**
  * Support for some more complex Quarks application samples.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
index 57030aa..6251417 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.sensorAnalytics;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
index 4308c77..03e958f 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.sensorAnalytics;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
index 7192506..1b466f3 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 /**
  * The Sensor Analytics sample application demonstrates some common 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java b/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
index 471c675..e4e3ec1 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/Util.java b/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
index 224389a..8100996 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
index cc025ca..f65ef91 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.file;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
index 30e587a..8987fbd 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.file;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
index f1a04ef..f4b971f 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Samples showing use of the 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
index 0631af3..925df50 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
index 4f273ff..df0c7f5 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
index 5508fc2..2621516 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
index 187be45..bfad76a 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
index 1302420..216c08f 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
index 6a02b8b..f51a6de 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
index 8fab131..34ec998 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Samples showing use of the

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
index 6af2aaa..8fd61b7 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
index 06c8cf9..4e0afdb 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
index 3392aa4..207e920 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/Runner.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
index 9f7d097..49b9b89 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimplePublisherApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
index 203dc14..98d5619 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SimpleSubscriberApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
index aaccb99..38e6a9b 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/SubscriberApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
index 06adb09..a9944bd 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/MqttClient.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
index 21ea954..2061def 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/PublisherApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
index 6053c9f..f3243dd 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/Runner.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
index 4e916d4..c80f923 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimplePublisherApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
index a4a77bb..0f77afb 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SimpleSubscriberApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
index 97b4428..09f72cf 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/mqtt/SubscriberApp.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.mqtt;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
index 97f6b26..8ae7597 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * General support for connector samples.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
index 55b19cb..5982c02 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/DevelopmentMetricsSample.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.topology;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java b/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
index 8639b88..b9ad530 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/HelloWorld.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.topology;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
----------------------------------------------------------------------
diff --git a/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java b/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
index b3ff9aa..3bddec8 100644
--- a/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
+++ b/samples/topology/src/main/java/quarks/samples/topology/JobExecution.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.topology;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
----------------------------------------------------------------------
diff --git a/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java b/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
index 3683e49..5dbce0b 100644
--- a/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
+++ b/samples/utils/src/main/java/quarks/samples/utils/metrics/PeriodicSourceWithMetrics.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.utils.metrics;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
----------------------------------------------------------------------
diff --git a/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java b/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
index 465739e..eb69d4a 100644
--- a/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
+++ b/samples/utils/src/main/java/quarks/samples/utils/sensor/PeriodicRandomSensor.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.utils.sensor;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java b/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
index 90ff7d3..65abbcc 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/AbstractGraph.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.graph.spi;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java b/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
index a2060e8..5392dbb 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/AbstractVertex.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.graph.spi;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java b/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
index 3c43560..8dd5f3d 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/DirectEdge.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.graph.spi;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
----------------------------------------------------------------------
diff --git a/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java b/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
index 0c0685c..5b9f36f 100644
--- a/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
+++ b/spi/graph/src/main/java/quarks/graph/spi/execution/AbstractGraphJob.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.graph.spi.execution;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java b/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
index 164306e..b9f463f 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/AbstractTStream.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
index b72ad64..67b9d4d 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopology.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
index f8c9e08..f39fae8 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/AbstractTopologyProvider.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java b/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
index 2192c4e..c0ba1d9 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/functions/EndlessSupplier.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.functions;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java b/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
index 8ce1e41..42385fb 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/ConnectorStream.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java b/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
index 124e044..436cc4e 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/GraphTopology.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java b/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
index 6617921..5a8e5c8 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowImpl.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.graph;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/af6fe2a7/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java b/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
index e14ae8c..012afb3 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/tester/AbstractTester.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.topology.spi.tester;
 


[4/4] incubator-quarks git commit: Merge branch 'pr-38'

Posted by dj...@apache.org.
Merge branch 'pr-38'


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

Branch: refs/heads/master
Commit: 0df8e513be47025f139e6370c05b3e225478b8b9
Parents: a77773f af6fe2a
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 22 11:16:15 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 22 11:16:15 2016 -0700

----------------------------------------------------------------------
 .../quarks/samples/apps/AbstractApplication.java  | 18 ++++++++++++++++--
 .../quarks/samples/apps/ApplicationUtilities.java | 18 ++++++++++++++++--
 .../main/java/quarks/samples/apps/JsonTuples.java | 18 ++++++++++++++++--
 .../src/main/java/quarks/samples/apps/Range.java  | 18 ++++++++++++++++--
 .../samples/apps/TopologyProviderFactory.java     | 18 ++++++++++++++++--
 .../apps/mqtt/AbstractMqttApplication.java        | 18 ++++++++++++++++--
 .../quarks/samples/apps/mqtt/DeviceCommsApp.java  | 18 ++++++++++++++++--
 .../quarks/samples/apps/mqtt/package-info.java    | 18 ++++++++++++++++--
 .../java/quarks/samples/apps/package-info.java    | 18 ++++++++++++++++--
 .../samples/apps/sensorAnalytics/Sensor1.java     | 18 ++++++++++++++++--
 .../SensorAnalyticsApplication.java               | 18 ++++++++++++++++--
 .../apps/sensorAnalytics/package-info.java        | 18 ++++++++++++++++--
 .../quarks/samples/connectors/MsgSupplier.java    | 18 ++++++++++++++++--
 .../java/quarks/samples/connectors/Options.java   | 18 ++++++++++++++++--
 .../main/java/quarks/samples/connectors/Util.java | 18 ++++++++++++++++--
 .../samples/connectors/file/FileReaderApp.java    | 18 ++++++++++++++++--
 .../samples/connectors/file/FileWriterApp.java    | 18 ++++++++++++++++--
 .../samples/connectors/file/package-info.java     | 18 ++++++++++++++++--
 .../samples/connectors/iotf/IotfQuickstart.java   | 18 ++++++++++++++++--
 .../samples/connectors/iotf/IotfSensors.java      | 18 ++++++++++++++++--
 .../samples/connectors/iotf/package-info.java     | 18 ++++++++++++++++--
 .../quarks/samples/connectors/jdbc/DbUtils.java   | 18 ++++++++++++++++--
 .../quarks/samples/connectors/jdbc/Person.java    | 18 ++++++++++++++++--
 .../samples/connectors/jdbc/PersonData.java       | 18 ++++++++++++++++--
 .../quarks/samples/connectors/jdbc/PersonId.java  | 18 ++++++++++++++++--
 .../samples/connectors/jdbc/SimpleReaderApp.java  | 18 ++++++++++++++++--
 .../samples/connectors/jdbc/SimpleWriterApp.java  | 18 ++++++++++++++++--
 .../samples/connectors/jdbc/package-info.java     | 18 ++++++++++++++++--
 .../samples/connectors/kafka/KafkaClient.java     | 18 ++++++++++++++++--
 .../samples/connectors/kafka/PublisherApp.java    | 18 ++++++++++++++++--
 .../quarks/samples/connectors/kafka/Runner.java   | 18 ++++++++++++++++--
 .../connectors/kafka/SimplePublisherApp.java      | 18 ++++++++++++++++--
 .../connectors/kafka/SimpleSubscriberApp.java     | 18 ++++++++++++++++--
 .../samples/connectors/kafka/SubscriberApp.java   | 18 ++++++++++++++++--
 .../samples/connectors/kafka/package-info.java    | 18 ++++++++++++++++--
 .../samples/connectors/mqtt/MqttClient.java       | 18 ++++++++++++++++--
 .../samples/connectors/mqtt/PublisherApp.java     | 18 ++++++++++++++++--
 .../quarks/samples/connectors/mqtt/Runner.java    | 18 ++++++++++++++++--
 .../connectors/mqtt/SimplePublisherApp.java       | 18 ++++++++++++++++--
 .../connectors/mqtt/SimpleSubscriberApp.java      | 18 ++++++++++++++++--
 .../samples/connectors/mqtt/SubscriberApp.java    | 18 ++++++++++++++++--
 .../samples/connectors/mqtt/package-info.java     | 18 ++++++++++++++++--
 .../quarks/samples/connectors/package-info.java   | 18 ++++++++++++++++--
 .../samples/console/ConsoleWaterDetector.java     | 18 ++++++++++++++++--
 .../quarks/samples/console/HttpServerSample.java  | 18 ++++++++++++++++--
 .../java/quarks/samples/console/package-info.java | 18 ++++++++++++++++--
 .../topology/DevelopmentMetricsSample.java        | 18 ++++++++++++++++--
 .../samples/topology/DevelopmentSample.java       | 18 ++++++++++++++++--
 .../topology/DevelopmentSampleJobMXBean.java      | 18 ++++++++++++++++--
 .../java/quarks/samples/topology/HelloWorld.java  | 18 ++++++++++++++++--
 .../quarks/samples/topology/JobExecution.java     | 18 ++++++++++++++++--
 .../quarks/samples/topology/PeriodicSource.java   | 18 ++++++++++++++++--
 .../samples/topology/SensorsAggregates.java       | 18 ++++++++++++++++--
 .../samples/topology/SimpleFilterTransform.java   | 18 ++++++++++++++++--
 .../java/quarks/samples/topology/StreamTags.java  | 18 ++++++++++++++++--
 .../quarks/samples/topology/package-info.java     | 18 ++++++++++++++++--
 .../utils/metrics/PeriodicSourceWithMetrics.java  | 18 ++++++++++++++++--
 .../samples/utils/metrics/SplitWithMetrics.java   | 18 ++++++++++++++++--
 .../utils/sensor/PeriodicRandomSensor.java        | 18 ++++++++++++++++--
 .../samples/utils/sensor/SimulatedSensors.java    | 18 ++++++++++++++++--
 .../main/java/quarks/graph/spi/AbstractGraph.java | 18 ++++++++++++++++--
 .../java/quarks/graph/spi/AbstractVertex.java     | 18 ++++++++++++++++--
 .../main/java/quarks/graph/spi/DirectEdge.java    | 18 ++++++++++++++++--
 .../graph/spi/execution/AbstractGraphJob.java     | 18 ++++++++++++++++--
 .../java/quarks/topology/spi/AbstractTStream.java | 18 ++++++++++++++++--
 .../quarks/topology/spi/AbstractTopology.java     | 18 ++++++++++++++++--
 .../topology/spi/AbstractTopologyProvider.java    | 18 ++++++++++++++++--
 .../topology/spi/functions/EndlessSupplier.java   | 18 ++++++++++++++++--
 .../quarks/topology/spi/graph/ConnectorSink.java  | 18 ++++++++++++++++--
 .../topology/spi/graph/ConnectorStream.java       | 18 ++++++++++++++++--
 .../quarks/topology/spi/graph/GraphTopology.java  | 18 ++++++++++++++++--
 .../quarks/topology/spi/graph/TWindowImpl.java    | 18 ++++++++++++++++--
 .../topology/spi/tester/AbstractTester.java       | 18 ++++++++++++++++--
 .../test/topology/spi/AbstractTStreamTest.java    | 18 ++++++++++++++++--
 74 files changed, 1184 insertions(+), 148 deletions(-)
----------------------------------------------------------------------



[2/4] incubator-quarks git commit: Replace IBM copyright with ASF licence header in runtime, samples, spi java files

Posted by dj...@apache.org.
Replace IBM copyright with ASF licence header in runtime, samples, spi java files


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

Branch: refs/heads/master
Commit: d63691eb88ed12460e088c8ff302f292f34efb99
Parents: c28ad8e
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 22 09:49:52 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 22 09:49:52 2016 -0700

----------------------------------------------------------------------
 .../quarks/runtime/etiao/AbstractContext.java     | 17 ++++++++++++++++-
 .../main/java/quarks/runtime/etiao/EtiaoJob.java  | 17 ++++++++++++++++-
 .../java/quarks/runtime/etiao/Executable.java     | 17 ++++++++++++++++-
 .../java/quarks/runtime/etiao/Invocation.java     | 17 ++++++++++++++++-
 .../quarks/runtime/etiao/InvocationContext.java   | 17 ++++++++++++++++-
 .../quarks/runtime/etiao/SettableForwarder.java   | 17 ++++++++++++++++-
 .../runtime/etiao/ThreadFactoryTracker.java       | 17 ++++++++++++++++-
 .../runtime/etiao/TrackingScheduledExecutor.java  | 17 ++++++++++++++++-
 .../quarks/runtime/etiao/graph/DirectGraph.java   | 17 ++++++++++++++++-
 .../runtime/etiao/graph/EtiaoConnector.java       | 17 ++++++++++++++++-
 .../runtime/etiao/graph/ExecutableVertex.java     | 17 ++++++++++++++++-
 .../java/quarks/runtime/etiao/graph/Target.java   | 17 ++++++++++++++++-
 .../runtime/etiao/graph/model/EdgeType.java       | 17 ++++++++++++++++-
 .../runtime/etiao/graph/model/GraphType.java      | 17 ++++++++++++++++-
 .../runtime/etiao/graph/model/IdMapper.java       | 17 ++++++++++++++++-
 .../runtime/etiao/graph/model/InvocationType.java | 17 ++++++++++++++++-
 .../runtime/etiao/graph/model/VertexType.java     | 17 ++++++++++++++++-
 .../quarks/runtime/etiao/mbeans/EtiaoJobBean.java | 17 ++++++++++++++++-
 .../java/quarks/runtime/etiao/package-info.java   | 17 ++++++++++++++++-
 .../quarks/test/runtime/etiao/EtiaoGraphTest.java | 18 ++++++++++++++++--
 .../runtime/jmxcontrol/JMXControlService.java     | 17 ++++++++++++++++-
 .../runtime/jmxcontrol/JMXControlServiceTest.java | 17 ++++++++++++++++-
 .../runtime/jsoncontrol/JsonControlService.java   | 18 ++++++++++++++++--
 .../quarks/runtime/jsoncontrol/package-info.java  | 18 ++++++++++++++++--
 .../jsoncontrol/JsonControlServiceTest.java       | 17 ++++++++++++++++-
 .../quarks/samples/apps/AbstractApplication.java  | 17 ++++++++++++++++-
 .../quarks/samples/apps/ApplicationUtilities.java | 17 ++++++++++++++++-
 .../main/java/quarks/samples/apps/JsonTuples.java | 17 ++++++++++++++++-
 .../src/main/java/quarks/samples/apps/Range.java  | 17 ++++++++++++++++-
 .../samples/apps/TopologyProviderFactory.java     | 17 ++++++++++++++++-
 .../apps/mqtt/AbstractMqttApplication.java        | 17 ++++++++++++++++-
 .../quarks/samples/apps/mqtt/DeviceCommsApp.java  | 17 ++++++++++++++++-
 .../quarks/samples/apps/mqtt/package-info.java    | 17 ++++++++++++++++-
 .../java/quarks/samples/apps/package-info.java    | 17 ++++++++++++++++-
 .../samples/apps/sensorAnalytics/Sensor1.java     | 17 ++++++++++++++++-
 .../SensorAnalyticsApplication.java               | 17 ++++++++++++++++-
 .../apps/sensorAnalytics/package-info.java        | 17 ++++++++++++++++-
 .../quarks/samples/connectors/MsgSupplier.java    | 17 ++++++++++++++++-
 .../java/quarks/samples/connectors/Options.java   | 18 ++++++++++++++++--
 .../main/java/quarks/samples/connectors/Util.java | 17 ++++++++++++++++-
 .../samples/connectors/file/FileReaderApp.java    | 17 ++++++++++++++++-
 .../samples/connectors/file/FileWriterApp.java    | 17 ++++++++++++++++-
 .../samples/connectors/file/package-info.java     | 17 ++++++++++++++++-
 .../samples/connectors/iotf/IotfQuickstart.java   | 18 ++++++++++++++++--
 .../samples/connectors/iotf/IotfSensors.java      | 18 ++++++++++++++++--
 .../samples/connectors/iotf/package-info.java     | 18 ++++++++++++++++--
 .../quarks/samples/connectors/jdbc/DbUtils.java   | 17 ++++++++++++++++-
 .../quarks/samples/connectors/jdbc/Person.java    | 17 ++++++++++++++++-
 .../samples/connectors/jdbc/PersonData.java       | 17 ++++++++++++++++-
 .../quarks/samples/connectors/jdbc/PersonId.java  | 17 ++++++++++++++++-
 .../samples/connectors/jdbc/SimpleReaderApp.java  | 17 ++++++++++++++++-
 .../samples/connectors/jdbc/SimpleWriterApp.java  | 17 ++++++++++++++++-
 .../samples/connectors/jdbc/package-info.java     | 17 ++++++++++++++++-
 .../samples/connectors/kafka/KafkaClient.java     | 17 ++++++++++++++++-
 .../samples/connectors/kafka/PublisherApp.java    | 17 ++++++++++++++++-
 .../quarks/samples/connectors/kafka/Runner.java   | 17 ++++++++++++++++-
 .../connectors/kafka/SimplePublisherApp.java      | 17 ++++++++++++++++-
 .../connectors/kafka/SimpleSubscriberApp.java     | 17 ++++++++++++++++-
 .../samples/connectors/kafka/SubscriberApp.java   | 17 ++++++++++++++++-
 .../samples/connectors/kafka/package-info.java    | 18 ++++++++++++++++--
 .../samples/connectors/mqtt/MqttClient.java       | 17 ++++++++++++++++-
 .../samples/connectors/mqtt/PublisherApp.java     | 17 ++++++++++++++++-
 .../quarks/samples/connectors/mqtt/Runner.java    | 17 ++++++++++++++++-
 .../connectors/mqtt/SimplePublisherApp.java       | 17 ++++++++++++++++-
 .../connectors/mqtt/SimpleSubscriberApp.java      | 17 ++++++++++++++++-
 .../samples/connectors/mqtt/SubscriberApp.java    | 17 ++++++++++++++++-
 .../samples/connectors/mqtt/package-info.java     | 18 ++++++++++++++++--
 .../quarks/samples/connectors/package-info.java   | 17 ++++++++++++++++-
 .../samples/console/ConsoleWaterDetector.java     | 18 ++++++++++++++++--
 .../quarks/samples/console/HttpServerSample.java  | 18 ++++++++++++++++--
 .../java/quarks/samples/console/package-info.java | 18 ++++++++++++++++--
 .../topology/DevelopmentMetricsSample.java        | 17 ++++++++++++++++-
 .../samples/topology/DevelopmentSample.java       | 18 ++++++++++++++++--
 .../topology/DevelopmentSampleJobMXBean.java      | 18 ++++++++++++++++--
 .../java/quarks/samples/topology/HelloWorld.java  | 17 ++++++++++++++++-
 .../quarks/samples/topology/JobExecution.java     | 17 ++++++++++++++++-
 .../quarks/samples/topology/PeriodicSource.java   | 18 ++++++++++++++++--
 .../samples/topology/SensorsAggregates.java       | 18 ++++++++++++++++--
 .../samples/topology/SimpleFilterTransform.java   | 18 ++++++++++++++++--
 .../java/quarks/samples/topology/StreamTags.java  | 18 ++++++++++++++++--
 .../quarks/samples/topology/package-info.java     | 18 ++++++++++++++++--
 .../utils/metrics/PeriodicSourceWithMetrics.java  | 17 ++++++++++++++++-
 .../samples/utils/metrics/SplitWithMetrics.java   | 18 ++++++++++++++++--
 .../utils/sensor/PeriodicRandomSensor.java        | 17 ++++++++++++++++-
 .../samples/utils/sensor/SimulatedSensors.java    | 18 ++++++++++++++++--
 .../main/java/quarks/graph/spi/AbstractGraph.java | 17 ++++++++++++++++-
 .../java/quarks/graph/spi/AbstractVertex.java     | 17 ++++++++++++++++-
 .../main/java/quarks/graph/spi/DirectEdge.java    | 17 ++++++++++++++++-
 .../graph/spi/execution/AbstractGraphJob.java     | 17 ++++++++++++++++-
 .../java/quarks/topology/spi/AbstractTStream.java | 17 ++++++++++++++++-
 .../quarks/topology/spi/AbstractTopology.java     | 17 ++++++++++++++++-
 .../topology/spi/AbstractTopologyProvider.java    | 17 ++++++++++++++++-
 .../topology/spi/functions/EndlessSupplier.java   | 17 ++++++++++++++++-
 .../quarks/topology/spi/graph/ConnectorSink.java  | 18 ++++++++++++++++--
 .../topology/spi/graph/ConnectorStream.java       | 17 ++++++++++++++++-
 .../quarks/topology/spi/graph/GraphTopology.java  | 17 ++++++++++++++++-
 .../quarks/topology/spi/graph/TWindowImpl.java    | 17 ++++++++++++++++-
 .../topology/spi/tester/AbstractTester.java       | 17 ++++++++++++++++-
 .../test/topology/spi/AbstractTStreamTest.java    | 18 ++++++++++++++++--
 99 files changed, 1584 insertions(+), 122 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
index bfe22ec..037fc07 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/AbstractContext.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
index 35be86d..1141bce 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/EtiaoJob.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
index de7511e..2764364 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/Executable.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016  
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
index 377fd72..8224b9a 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/Invocation.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
index 3c977f5..7b73d44 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/InvocationContext.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
index cd6984b..c6a7f32 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/SettableForwarder.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
index 8192ed2..390917c 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/ThreadFactoryTracker.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
index f439345..19a3a89 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/TrackingScheduledExecutor.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
index 94c6890..c235207 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/DirectGraph.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
index b9f7883..cb7f8ce 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/EtiaoConnector.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
index 7d1276e..4417ef1 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/ExecutableVertex.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
index dd1c006..7a9557d 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/Target.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
index 31ffb98..85f8150 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/EdgeType.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
index 7bd3501..ccca3a0 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/GraphType.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
index 6c7639d..44fb2cd 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/IdMapper.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
index 69014d8..7e7b053 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/InvocationType.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
index 642939d..0a9ad83 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/graph/model/VertexType.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.etiao.graph.model;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
index 50c49f7..3c3b473 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/mbeans/EtiaoJobBean.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015  
 */
 package quarks.runtime.etiao.mbeans;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java b/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
index da4ed4e..3c55ba8 100644
--- a/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
+++ b/runtime/etiao/src/main/java/quarks/runtime/etiao/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/etiao/src/test/java/quarks/test/runtime/etiao/EtiaoGraphTest.java
----------------------------------------------------------------------
diff --git a/runtime/etiao/src/test/java/quarks/test/runtime/etiao/EtiaoGraphTest.java b/runtime/etiao/src/test/java/quarks/test/runtime/etiao/EtiaoGraphTest.java
index 82685fa..7cb1def 100644
--- a/runtime/etiao/src/test/java/quarks/test/runtime/etiao/EtiaoGraphTest.java
+++ b/runtime/etiao/src/test/java/quarks/test/runtime/etiao/EtiaoGraphTest.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.test.runtime.etiao;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java b/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
index db45414..c7ad436 100644
--- a/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
+++ b/runtime/jmxcontrol/src/main/java/quarks/runtime/jmxcontrol/JMXControlService.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.runtime.jmxcontrol;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java b/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
index fbb2df5..de3fd07 100644
--- a/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
+++ b/runtime/jmxcontrol/src/test/java/quarks/test/runtime/jmxcontrol/JMXControlServiceTest.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.test.runtime.jmxcontrol;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/JsonControlService.java
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/JsonControlService.java b/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/JsonControlService.java
index 8dfae06..9c7f004 100644
--- a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/JsonControlService.java
+++ b/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/JsonControlService.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2016 
+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 quarks.runtime.jsoncontrol;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/package-info.java
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/package-info.java b/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/package-info.java
index 71221e5..00143a6 100644
--- a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/package-info.java
+++ b/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/package-info.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2016 
+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 quarks.runtime.jsoncontrol;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java b/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
index 574f776..3b9cfed 100644
--- a/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
+++ b/runtime/jsoncontrol/src/test/java/quarks/test/runtime/jsoncontrol/JsonControlServiceTest.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.test.runtime.jsoncontrol;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java b/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
index fb2a61c..5f9f38c 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/AbstractApplication.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java b/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
index 084712c..f1ec8bc 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/ApplicationUtilities.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java b/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
index 475a8bd..c2c8439 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/JsonTuples.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/Range.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/Range.java b/samples/apps/src/main/java/quarks/samples/apps/Range.java
index 5079b53..53fa04f 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/Range.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/Range.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java b/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
index 735ef21..e2eb1a7 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/TopologyProviderFactory.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java b/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
index 5d71ad9..5ea061b 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/mqtt/AbstractMqttApplication.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java b/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
index 32a60e5..abd73e8 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/mqtt/DeviceCommsApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.mqtt;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java b/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
index a9bb9be..7c59677 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/mqtt/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/package-info.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/package-info.java b/samples/apps/src/main/java/quarks/samples/apps/package-info.java
index 090c919..318aeb1 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/package-info.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
index 2b737bf..57030aa 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/Sensor1.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.sensorAnalytics;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
index cd854c5..4308c77 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/SensorAnalyticsApplication.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 package quarks.samples.apps.sensorAnalytics;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
----------------------------------------------------------------------
diff --git a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
index a01cbdc..7192506 100644
--- a/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
+++ b/samples/apps/src/main/java/quarks/samples/apps/sensorAnalytics/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016
 */
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java b/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
index 2917ad6..471c675 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/MsgSupplier.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/Options.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/Options.java b/samples/connectors/src/main/java/quarks/samples/connectors/Options.java
index daf7681..fc03e20 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/Options.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/Options.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.connectors;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/Util.java b/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
index ebdaabf..224389a 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/Util.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
index 20f1598..cc025ca 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileReaderApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.file;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
index 312c1a7..30e587a 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/file/FileWriterApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.file;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
index d767c0b..f1a04ef 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/file/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java b/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java
index 29148a7..bc2a49c 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfQuickstart.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.connectors.iotf;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfSensors.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfSensors.java b/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfSensors.java
index 87a7842..7c4c54e 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfSensors.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/iotf/IotfSensors.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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 quarks.samples.connectors.iotf;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/iotf/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/iotf/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/iotf/package-info.java
index cc96a94..36d077a 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/iotf/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/iotf/package-info.java
@@ -1,6 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
-# Copyright IBM Corp. 2015,2016 
+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-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
index 9e28131..0631af3 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/DbUtils.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
index 55d1ad0..4f273ff 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/Person.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
index b47535c..5508fc2 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonData.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
index 42bcae2..187be45 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/PersonId.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
index 4ddfcee..1302420 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleReaderApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
index 33d17dc..6a02b8b 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/SimpleWriterApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.jdbc;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
index c5cc40f..8fab131 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/jdbc/package-info.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
index 1c3dce6..6af2aaa 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/KafkaClient.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/d63691eb/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
----------------------------------------------------------------------
diff --git a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
index 7ead732..06c8cf9 100644
--- a/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
+++ b/samples/connectors/src/main/java/quarks/samples/connectors/kafka/PublisherApp.java
@@ -1,5 +1,20 @@
 /*
-# Licensed Materials - Property of IBM
+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.
 # Copyright IBM Corp. 2015, 2016 
 */
 package quarks.samples.connectors.kafka;