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/29 18:25:38 UTC

[1/3] incubator-quarks git commit: Add License Header

Repository: incubator-quarks
Updated Branches:
  refs/heads/master 21c23c8f1 -> 1b8747c21


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/kafka/runkafkaclient.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/kafka/runkafkaclient.sh b/scripts/connectors/kafka/runkafkaclient.sh
index 0bb28c9..a00f3ef 100755
--- a/scripts/connectors/kafka/runkafkaclient.sh
+++ b/scripts/connectors/kafka/runkafkaclient.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/kafka/runkafkasample.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/kafka/runkafkasample.sh b/scripts/connectors/kafka/runkafkasample.sh
index c99ec67..fbfe563 100755
--- a/scripts/connectors/kafka/runkafkasample.sh
+++ b/scripts/connectors/kafka/runkafkasample.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/mqtt/runmqttclient.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/mqtt/runmqttclient.sh b/scripts/connectors/mqtt/runmqttclient.sh
index a116236..c2b52bd 100755
--- a/scripts/connectors/mqtt/runmqttclient.sh
+++ b/scripts/connectors/mqtt/runmqttclient.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/mqtt/runmqttsample.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/mqtt/runmqttsample.sh b/scripts/connectors/mqtt/runmqttsample.sh
index 1e0f303..ce76524 100755
--- a/scripts/connectors/mqtt/runmqttsample.sh
+++ b/scripts/connectors/mqtt/runmqttsample.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runhelloworld.cmd
----------------------------------------------------------------------
diff --git a/scripts/runhelloworld.cmd b/scripts/runhelloworld.cmd
index c1b70d3..4a10f9d 100644
--- a/scripts/runhelloworld.cmd
+++ b/scripts/runhelloworld.cmd
@@ -1,4 +1,20 @@
 @echo OFF
+
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
 REM Runs HelloWorld
 set CLASSPATH=..\samples\lib\quarks.samples.topology.jar
-java quarks.samples.topology.HelloWorld
\ No newline at end of file
+java quarks.samples.topology.HelloWorld

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runhelloworld.sh
----------------------------------------------------------------------
diff --git a/scripts/runhelloworld.sh b/scripts/runhelloworld.sh
index 4adb0aa..1d0004c 100755
--- a/scripts/runhelloworld.sh
+++ b/scripts/runhelloworld.sh
@@ -1,3 +1,20 @@
+#!/bin/bash
+#
+# 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.
+#
 quarks=..
 
 # Runs HelloWorld

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runperiodicsource.cmd
----------------------------------------------------------------------
diff --git a/scripts/runperiodicsource.cmd b/scripts/runperiodicsource.cmd
index a89c5fb..d750d7a 100644
--- a/scripts/runperiodicsource.cmd
+++ b/scripts/runperiodicsource.cmd
@@ -1,4 +1,20 @@
 @echo OFF
+
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
 REM Runs PeriodSource
 set CLASSPATH=..\samples\lib\quarks.samples.topology.jar
 java quarks.samples.topology.PeriodicSource

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runperiodicsource.sh
----------------------------------------------------------------------
diff --git a/scripts/runperiodicsource.sh b/scripts/runperiodicsource.sh
index 574f674..242f123 100755
--- a/scripts/runperiodicsource.sh
+++ b/scripts/runperiodicsource.sh
@@ -1,3 +1,20 @@
+#!/bin/bash
+#
+# 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.
+#
 quarks=..
 
 # Runs PeriodSource

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runsensoraggregates.cmd
----------------------------------------------------------------------
diff --git a/scripts/runsensoraggregates.cmd b/scripts/runsensoraggregates.cmd
index a99b316..4afd8ef 100644
--- a/scripts/runsensoraggregates.cmd
+++ b/scripts/runsensoraggregates.cmd
@@ -1,4 +1,20 @@
 @echo OFF
+
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
 REM Runs SensorsReadingAggregates
 set CLASSPATH=..\samples\lib\quarks.samples.topology.jar
 java quarks.samples.topology.SensorsAggregates

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runsensoraggregates.sh
----------------------------------------------------------------------
diff --git a/scripts/runsensoraggregates.sh b/scripts/runsensoraggregates.sh
index 235c09c..c6a6b06 100755
--- a/scripts/runsensoraggregates.sh
+++ b/scripts/runsensoraggregates.sh
@@ -1,3 +1,20 @@
+#!/bin/bash
+#
+# 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.
+#
 quarks=..
 
 # Runs SensorsReadingAggregates

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runsimplefiltertransform.cmd
----------------------------------------------------------------------
diff --git a/scripts/runsimplefiltertransform.cmd b/scripts/runsimplefiltertransform.cmd
index 3b1aa4f..ecc7ec3 100644
--- a/scripts/runsimplefiltertransform.cmd
+++ b/scripts/runsimplefiltertransform.cmd
@@ -1,4 +1,20 @@
 @echo OFF
+
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
 REM Runs SimpleFilterTransform
 set CLASSPATH=..\samples\lib\quarks.samples.topology.jar
 java quarks.samples.topology.SimpleFilterTransform

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/runsimplefiltertransform.sh
----------------------------------------------------------------------
diff --git a/scripts/runsimplefiltertransform.sh b/scripts/runsimplefiltertransform.sh
index 72c2c2f..dda7174 100755
--- a/scripts/runsimplefiltertransform.sh
+++ b/scripts/runsimplefiltertransform.sh
@@ -1,3 +1,20 @@
+#!/bin/bash
+#
+# 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.
+#
 quarks=..
 
 # Runs SimpleFilterTransform

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/spi/graph/build.xml
----------------------------------------------------------------------
diff --git a/spi/graph/build.xml b/spi/graph/build.xml
index bb77961..eb63b29 100644
--- a/spi/graph/build.xml
+++ b/spi/graph/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.spi.graph" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.spi.graph" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/spi/topology/build.xml
----------------------------------------------------------------------
diff --git a/spi/topology/build.xml b/spi/topology/build.xml
index c2cd1b7..70b6d14 100644
--- a/spi/topology/build.xml
+++ b/spi/topology/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.spi.topology" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.spi.topology" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/spi/topology/src/main/java/quarks/topology/spi/graph/AbstractTWindow.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/AbstractTWindow.java b/spi/topology/src/main/java/quarks/topology/spi/graph/AbstractTWindow.java
index e199bf3..64c0b5e 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/AbstractTWindow.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/AbstractTWindow.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.topology.spi.graph;
 
 import quarks.function.Function;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowTimeImpl.java
----------------------------------------------------------------------
diff --git a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowTimeImpl.java b/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowTimeImpl.java
index b746b5a..a9aa11d 100644
--- a/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowTimeImpl.java
+++ b/spi/topology/src/main/java/quarks/topology/spi/graph/TWindowTimeImpl.java
@@ -1,14 +1,22 @@
-package quarks.topology.spi.graph;
+/*
+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
 
-import static quarks.window.Policies.alwaysInsert;
-import static quarks.window.Policies.evictOlderWithProcess;
-import static quarks.window.Policies.insertionTimeList;
-import static quarks.window.Policies.processOnInsert;
-import static quarks.window.Policies.scheduleEvictIfEmpty;
+  http://www.apache.org/licenses/LICENSE-2.0
 
-import java.util.ArrayList;
-import java.util.List;
-import java.util.concurrent.TimeUnit;
+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;
 
 import quarks.function.BiFunction;
 import quarks.function.Function;
@@ -20,6 +28,16 @@ import quarks.window.Policies;
 import quarks.window.Window;
 import quarks.window.Windows;
 
+import java.util.ArrayList;
+import java.util.List;
+import java.util.concurrent.TimeUnit;
+
+import static quarks.window.Policies.alwaysInsert;
+import static quarks.window.Policies.evictOlderWithProcess;
+import static quarks.window.Policies.insertionTimeList;
+import static quarks.window.Policies.processOnInsert;
+import static quarks.window.Policies.scheduleEvictIfEmpty;
+
 public class TWindowTimeImpl<T, K> extends AbstractTWindow<T, K> {
     private long time;
     private TimeUnit unit;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/test/fvtiot/build.xml
----------------------------------------------------------------------
diff --git a/test/fvtiot/build.xml b/test/fvtiot/build.xml
index 2b00468..78c9250 100644
--- a/test/fvtiot/build.xml
+++ b/test/fvtiot/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.test.fvtiot" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         FVT for iot scenario

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/test/svt/build.xml
----------------------------------------------------------------------
diff --git a/test/svt/build.xml b/test/svt/build.xml
index 5bf97ad..6a2ab7d 100644
--- a/test/svt/build.xml
+++ b/test/svt/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.test.svt" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         SVT

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/utils/metrics/build.xml
----------------------------------------------------------------------
diff --git a/utils/metrics/build.xml b/utils/metrics/build.xml
index 499f6d6..02f44c9 100644
--- a/utils/metrics/build.xml
+++ b/utils/metrics/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.utils.metrics" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         Build the metrics add-on.


[3/3] incubator-quarks git commit: Merge branch 'pr-51'

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


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

Branch: refs/heads/master
Commit: 1b8747c219a13a6e848359dd2a47ac6d1a6f008a
Parents: 21c23c8 f97d407
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 29 09:16:55 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 29 09:16:55 2016 -0700

----------------------------------------------------------------------
 analytics/math3/build.xml                       | 18 +++++++++-
 .../quarks/analytics/math3/stat/JsonOLS.java    | 18 ++++++++++
 .../quarks/analytics/math3/stat/Regression.java | 18 ++++++++++
 analytics/sensors/build.xml                     | 18 +++++++++-
 android/hardware/build.xml                      | 18 +++++++++-
 android/topology/build.xml                      | 18 +++++++++-
 api/execution/build.xml                         | 18 +++++++++-
 .../src/main/java/quarks/execution/Configs.java | 18 ++++++++++
 .../quarks/execution/services/Controls.java     | 18 ++++++++++
 api/function/build.xml                          | 18 +++++++++-
 api/graph/build.xml                             | 18 +++++++++-
 api/oplet/build.xml                             | 18 +++++++++-
 api/topology/build.xml                          | 18 +++++++++-
 api/window/build.xml                            | 18 +++++++++-
 .../java/quarks/window/InsertionTimeList.java   | 18 ++++++++++
 apps/iot/build.xml                              | 18 +++++++++-
 build.xml                                       | 16 +++++++++
 common-build.xml                                | 16 +++++++++
 connectors/common/build.xml                     | 18 +++++++++-
 connectors/file/build.xml                       | 18 +++++++++-
 connectors/http/build.xml                       | 18 +++++++++-
 connectors/iot/build.xml                        | 18 +++++++++-
 .../java/quarks/connectors/iot/Commands.java    | 18 ++++++++++
 connectors/iotf/build.xml                       | 18 +++++++++-
 connectors/javax.websocket-client/build.xml     | 18 +++++++++-
 connectors/javax.websocket-server/build.xml     | 18 +++++++++-
 connectors/jdbc/build.xml                       | 18 +++++++++-
 connectors/kafka/build.xml                      | 18 +++++++++-
 connectors/mqtt/build.xml                       | 18 +++++++++-
 .../test/connectors/mqtt/MqttOpenTest.java      | 18 ++++++++++
 connectors/pubsub/build.xml                     | 18 +++++++++-
 connectors/quarks.javax.websocket/build.xml     | 18 +++++++++-
 connectors/serial/build.xml                     | 18 +++++++++-
 .../quarks/connectors/serial/SerialPort.java    | 18 ++++++++++
 connectors/wsclient-javax.websocket/build.xml   | 18 +++++++++-
 connectors/wsclient/build.xml                   | 18 +++++++++-
 console/server/build.xml                        | 16 +++++++++
 console/servlets/build.xml                      | 16 +++++++++
 platform/android/build.xml                      | 16 +++++++++
 platform/java7/build.xml                        | 16 +++++++++
 providers/development/build.xml                 | 18 +++++++++-
 .../providers/dev/DevelopmentProviderTest.java  | 27 ++++++++++++---
 providers/direct/build.xml                      | 18 +++++++++-
 .../providers/direct/metrics/package-info.java  | 27 ++++++++++-----
 providers/iot/build.xml                         | 18 +++++++++-
 runtime/appservice/build.xml                    | 18 +++++++++-
 runtime/etiao/build.xml                         | 18 +++++++++-
 runtime/jmxcontrol/build.xml                    | 18 +++++++++-
 runtime/jobregistry/build.xml                   | 18 +++++++++-
 runtime/jsoncontrol/build.xml                   | 18 +++++++++-
 .../runtime/jsoncontrol/ControlMBean.java       | 18 ++++++++++
 samples/apps/build.xml                          | 16 +++++++++
 samples/connectors/build.xml                    | 16 +++++++++
 samples/console/build.xml                       | 16 +++++++++
 samples/topology/build.xml                      | 16 +++++++++
 samples/utils/build.xml                         | 16 +++++++++
 scripts/apps/sensorAnalytics/runDeviceComms.sh  | 16 +++++++++
 .../apps/sensorAnalytics/runSensorAnalytics.sh  | 16 +++++++++
 scripts/connectors/file/runfilesample.sh        | 16 +++++++++
 scripts/connectors/iotf/runiotfquickstart.sh    | 16 +++++++++
 scripts/connectors/iotf/runiotfsensors.sh       | 16 +++++++++
 scripts/connectors/jdbc/runjdbcsample.sh        | 16 +++++++++
 scripts/connectors/kafka/runkafkaclient.sh      | 16 +++++++++
 scripts/connectors/kafka/runkafkasample.sh      | 16 +++++++++
 scripts/connectors/mqtt/runmqttclient.sh        | 16 +++++++++
 scripts/connectors/mqtt/runmqttsample.sh        | 16 +++++++++
 scripts/runhelloworld.cmd                       | 18 +++++++++-
 scripts/runhelloworld.sh                        | 17 +++++++++
 scripts/runperiodicsource.cmd                   | 16 +++++++++
 scripts/runperiodicsource.sh                    | 17 +++++++++
 scripts/runsensoraggregates.cmd                 | 16 +++++++++
 scripts/runsensoraggregates.sh                  | 17 +++++++++
 scripts/runsimplefiltertransform.cmd            | 16 +++++++++
 scripts/runsimplefiltertransform.sh             | 17 +++++++++
 spi/graph/build.xml                             | 18 +++++++++-
 spi/topology/build.xml                          | 18 +++++++++-
 .../topology/spi/graph/AbstractTWindow.java     | 18 ++++++++++
 .../topology/spi/graph/TWindowTimeImpl.java     | 36 +++++++++++++++-----
 test/fvtiot/build.xml                           | 16 +++++++++
 test/svt/build.xml                              | 16 +++++++++
 utils/metrics/build.xml                         | 16 +++++++++
 81 files changed, 1377 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/1b8747c2/common-build.xml
----------------------------------------------------------------------


[2/3] incubator-quarks git commit: Add License Header

Posted by dj...@apache.org.
Add License Header


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

Branch: refs/heads/master
Commit: f97d407a46278ff8ac3fcb83cf548a4daceb0377
Parents: 33321a0
Author: Cazen <magic12#>
Authored: Tue Mar 29 14:30:49 2016 +0900
Committer: Cazen <Ca...@korea.com>
Committed: Tue Mar 29 22:53:37 2016 +0900

----------------------------------------------------------------------
 analytics/math3/build.xml                       | 18 +++++++++-
 .../quarks/analytics/math3/stat/JsonOLS.java    | 18 ++++++++++
 .../quarks/analytics/math3/stat/Regression.java | 18 ++++++++++
 analytics/sensors/build.xml                     | 18 +++++++++-
 android/hardware/build.xml                      | 18 +++++++++-
 android/topology/build.xml                      | 18 +++++++++-
 api/execution/build.xml                         | 18 +++++++++-
 .../src/main/java/quarks/execution/Configs.java | 18 ++++++++++
 .../quarks/execution/services/Controls.java     | 18 ++++++++++
 api/function/build.xml                          | 18 +++++++++-
 api/graph/build.xml                             | 18 +++++++++-
 api/oplet/build.xml                             | 18 +++++++++-
 api/topology/build.xml                          | 18 +++++++++-
 api/window/build.xml                            | 18 +++++++++-
 .../java/quarks/window/InsertionTimeList.java   | 18 ++++++++++
 apps/iot/build.xml                              | 18 +++++++++-
 build.xml                                       | 16 +++++++++
 common-build.xml                                | 16 +++++++++
 connectors/common/build.xml                     | 18 +++++++++-
 connectors/file/build.xml                       | 18 +++++++++-
 connectors/http/build.xml                       | 18 +++++++++-
 connectors/iot/build.xml                        | 18 +++++++++-
 .../java/quarks/connectors/iot/Commands.java    | 18 ++++++++++
 connectors/iotf/build.xml                       | 18 +++++++++-
 connectors/javax.websocket-client/build.xml     | 18 +++++++++-
 connectors/javax.websocket-server/build.xml     | 18 +++++++++-
 connectors/jdbc/build.xml                       | 18 +++++++++-
 connectors/kafka/build.xml                      | 18 +++++++++-
 connectors/mqtt/build.xml                       | 18 +++++++++-
 .../test/connectors/mqtt/MqttOpenTest.java      | 18 ++++++++++
 connectors/pubsub/build.xml                     | 18 +++++++++-
 connectors/quarks.javax.websocket/build.xml     | 18 +++++++++-
 connectors/serial/build.xml                     | 18 +++++++++-
 .../quarks/connectors/serial/SerialPort.java    | 18 ++++++++++
 connectors/wsclient-javax.websocket/build.xml   | 18 +++++++++-
 connectors/wsclient/build.xml                   | 18 +++++++++-
 console/server/build.xml                        | 16 +++++++++
 console/servlets/build.xml                      | 16 +++++++++
 platform/android/build.xml                      | 16 +++++++++
 platform/java7/build.xml                        | 16 +++++++++
 providers/development/build.xml                 | 18 +++++++++-
 .../providers/dev/DevelopmentProviderTest.java  | 27 ++++++++++++---
 providers/direct/build.xml                      | 18 +++++++++-
 .../providers/direct/metrics/package-info.java  | 27 ++++++++++-----
 providers/iot/build.xml                         | 18 +++++++++-
 runtime/appservice/build.xml                    | 18 +++++++++-
 runtime/etiao/build.xml                         | 18 +++++++++-
 runtime/jmxcontrol/build.xml                    | 18 +++++++++-
 runtime/jobregistry/build.xml                   | 18 +++++++++-
 runtime/jsoncontrol/build.xml                   | 18 +++++++++-
 .../runtime/jsoncontrol/ControlMBean.java       | 18 ++++++++++
 samples/apps/build.xml                          | 16 +++++++++
 samples/connectors/build.xml                    | 16 +++++++++
 samples/console/build.xml                       | 16 +++++++++
 samples/topology/build.xml                      | 16 +++++++++
 samples/utils/build.xml                         | 16 +++++++++
 scripts/apps/sensorAnalytics/runDeviceComms.sh  | 16 +++++++++
 .../apps/sensorAnalytics/runSensorAnalytics.sh  | 16 +++++++++
 scripts/connectors/file/runfilesample.sh        | 16 +++++++++
 scripts/connectors/iotf/runiotfquickstart.sh    | 16 +++++++++
 scripts/connectors/iotf/runiotfsensors.sh       | 16 +++++++++
 scripts/connectors/jdbc/runjdbcsample.sh        | 16 +++++++++
 scripts/connectors/kafka/runkafkaclient.sh      | 16 +++++++++
 scripts/connectors/kafka/runkafkasample.sh      | 16 +++++++++
 scripts/connectors/mqtt/runmqttclient.sh        | 16 +++++++++
 scripts/connectors/mqtt/runmqttsample.sh        | 16 +++++++++
 scripts/runhelloworld.cmd                       | 18 +++++++++-
 scripts/runhelloworld.sh                        | 17 +++++++++
 scripts/runperiodicsource.cmd                   | 16 +++++++++
 scripts/runperiodicsource.sh                    | 17 +++++++++
 scripts/runsensoraggregates.cmd                 | 16 +++++++++
 scripts/runsensoraggregates.sh                  | 17 +++++++++
 scripts/runsimplefiltertransform.cmd            | 16 +++++++++
 scripts/runsimplefiltertransform.sh             | 17 +++++++++
 spi/graph/build.xml                             | 18 +++++++++-
 spi/topology/build.xml                          | 18 +++++++++-
 .../topology/spi/graph/AbstractTWindow.java     | 18 ++++++++++
 .../topology/spi/graph/TWindowTimeImpl.java     | 36 +++++++++++++++-----
 test/fvtiot/build.xml                           | 16 +++++++++
 test/svt/build.xml                              | 16 +++++++++
 utils/metrics/build.xml                         | 16 +++++++++
 81 files changed, 1377 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/analytics/math3/build.xml
----------------------------------------------------------------------
diff --git a/analytics/math3/build.xml b/analytics/math3/build.xml
index fba8ba7..6f8933a 100644
--- a/analytics/math3/build.xml
+++ b/analytics/math3/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.analytics.math3" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.analytics.math3" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/analytics/math3/src/main/java/quarks/analytics/math3/stat/JsonOLS.java
----------------------------------------------------------------------
diff --git a/analytics/math3/src/main/java/quarks/analytics/math3/stat/JsonOLS.java b/analytics/math3/src/main/java/quarks/analytics/math3/stat/JsonOLS.java
index 779f1eb..a1154aa 100644
--- a/analytics/math3/src/main/java/quarks/analytics/math3/stat/JsonOLS.java
+++ b/analytics/math3/src/main/java/quarks/analytics/math3/stat/JsonOLS.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.analytics.math3.stat;
 
 import org.apache.commons.math3.stat.regression.OLSMultipleLinearRegression;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/analytics/math3/src/main/java/quarks/analytics/math3/stat/Regression.java
----------------------------------------------------------------------
diff --git a/analytics/math3/src/main/java/quarks/analytics/math3/stat/Regression.java b/analytics/math3/src/main/java/quarks/analytics/math3/stat/Regression.java
index 2fe8ced..2c38d77 100644
--- a/analytics/math3/src/main/java/quarks/analytics/math3/stat/Regression.java
+++ b/analytics/math3/src/main/java/quarks/analytics/math3/stat/Regression.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.analytics.math3.stat;
 
 import quarks.analytics.math3.json.JsonUnivariateAggregate;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/analytics/sensors/build.xml
----------------------------------------------------------------------
diff --git a/analytics/sensors/build.xml b/analytics/sensors/build.xml
index c0048b5..b4b3efa 100644
--- a/analytics/sensors/build.xml
+++ b/analytics/sensors/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.analytics.sensors" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.analytics.sensors" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/android/hardware/build.xml
----------------------------------------------------------------------
diff --git a/android/hardware/build.xml b/android/hardware/build.xml
index f1b198f..e711adf 100644
--- a/android/hardware/build.xml
+++ b/android/hardware/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.android.hardware" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.android.hardware" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/android/topology/build.xml
----------------------------------------------------------------------
diff --git a/android/topology/build.xml b/android/topology/build.xml
index 256257b..e50ff2a 100644
--- a/android/topology/build.xml
+++ b/android/topology/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.android.topology" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.android.topology" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/execution/build.xml
----------------------------------------------------------------------
diff --git a/api/execution/build.xml b/api/execution/build.xml
index e3f68df..98674af 100644
--- a/api/execution/build.xml
+++ b/api/execution/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.api.execution" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.api.execution" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/execution/src/main/java/quarks/execution/Configs.java
----------------------------------------------------------------------
diff --git a/api/execution/src/main/java/quarks/execution/Configs.java b/api/execution/src/main/java/quarks/execution/Configs.java
index d5546fb..7e1e988 100644
--- a/api/execution/src/main/java/quarks/execution/Configs.java
+++ b/api/execution/src/main/java/quarks/execution/Configs.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.execution;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/execution/src/main/java/quarks/execution/services/Controls.java
----------------------------------------------------------------------
diff --git a/api/execution/src/main/java/quarks/execution/services/Controls.java b/api/execution/src/main/java/quarks/execution/services/Controls.java
index 4d90f55..a41b196 100644
--- a/api/execution/src/main/java/quarks/execution/services/Controls.java
+++ b/api/execution/src/main/java/quarks/execution/services/Controls.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.execution.services;
 
 import java.lang.reflect.Method;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/function/build.xml
----------------------------------------------------------------------
diff --git a/api/function/build.xml b/api/function/build.xml
index d0c7273..0ff37e7 100644
--- a/api/function/build.xml
+++ b/api/function/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.api.function" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.api.function" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/graph/build.xml
----------------------------------------------------------------------
diff --git a/api/graph/build.xml b/api/graph/build.xml
index 99f59b2..f41ceab 100644
--- a/api/graph/build.xml
+++ b/api/graph/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.api.graph" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.api.graph" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/oplet/build.xml
----------------------------------------------------------------------
diff --git a/api/oplet/build.xml b/api/oplet/build.xml
index fe9ea61..b1fb272 100644
--- a/api/oplet/build.xml
+++ b/api/oplet/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.api.oplet" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.api.oplet" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/topology/build.xml
----------------------------------------------------------------------
diff --git a/api/topology/build.xml b/api/topology/build.xml
index edada30..938a9c6 100644
--- a/api/topology/build.xml
+++ b/api/topology/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.api.topology" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.api.topology" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/window/build.xml
----------------------------------------------------------------------
diff --git a/api/window/build.xml b/api/window/build.xml
index 36c58aa..98bbcaf 100644
--- a/api/window/build.xml
+++ b/api/window/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.api.window" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.api.window" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/api/window/src/main/java/quarks/window/InsertionTimeList.java
----------------------------------------------------------------------
diff --git a/api/window/src/main/java/quarks/window/InsertionTimeList.java b/api/window/src/main/java/quarks/window/InsertionTimeList.java
index 2ba173a..0253000 100644
--- a/api/window/src/main/java/quarks/window/InsertionTimeList.java
+++ b/api/window/src/main/java/quarks/window/InsertionTimeList.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.window;
 import java.util.AbstractSequentialList;
 import java.util.LinkedList;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/apps/iot/build.xml
----------------------------------------------------------------------
diff --git a/apps/iot/build.xml b/apps/iot/build.xml
index 838531b..375b11a 100644
--- a/apps/iot/build.xml
+++ b/apps/iot/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.apps.iot" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.apps.iot" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 39cc331..4e2b7ef 100644
--- a/build.xml
+++ b/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks" default="all"
   xmlns:jacoco="antlib:org.jacoco.ant"
   >

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/common-build.xml
----------------------------------------------------------------------
diff --git a/common-build.xml b/common-build.xml
index 6fff38d..94e7925 100644
--- a/common-build.xml
+++ b/common-build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.common"
   xmlns:jacoco="antlib:org.jacoco.ant"
   >

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/common/build.xml
----------------------------------------------------------------------
diff --git a/connectors/common/build.xml b/connectors/common/build.xml
index 71bb683..857fa01 100644
--- a/connectors/common/build.xml
+++ b/connectors/common/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.common" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.common" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/file/build.xml
----------------------------------------------------------------------
diff --git a/connectors/file/build.xml b/connectors/file/build.xml
index c67a006..ecfd57c 100644
--- a/connectors/file/build.xml
+++ b/connectors/file/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.file" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.file" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/http/build.xml
----------------------------------------------------------------------
diff --git a/connectors/http/build.xml b/connectors/http/build.xml
index 992f29a..6fc609b 100644
--- a/connectors/http/build.xml
+++ b/connectors/http/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.http" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.http" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/iot/build.xml
----------------------------------------------------------------------
diff --git a/connectors/iot/build.xml b/connectors/iot/build.xml
index 18dcc35..644e13e 100644
--- a/connectors/iot/build.xml
+++ b/connectors/iot/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.iot" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.iot" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/iot/src/main/java/quarks/connectors/iot/Commands.java
----------------------------------------------------------------------
diff --git a/connectors/iot/src/main/java/quarks/connectors/iot/Commands.java b/connectors/iot/src/main/java/quarks/connectors/iot/Commands.java
index 70e3849..bfb25f3 100644
--- a/connectors/iot/src/main/java/quarks/connectors/iot/Commands.java
+++ b/connectors/iot/src/main/java/quarks/connectors/iot/Commands.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.connectors.iot;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/iotf/build.xml
----------------------------------------------------------------------
diff --git a/connectors/iotf/build.xml b/connectors/iotf/build.xml
index 6cbc74c..959d499 100644
--- a/connectors/iotf/build.xml
+++ b/connectors/iotf/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.iotf" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.iotf" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/javax.websocket-client/build.xml
----------------------------------------------------------------------
diff --git a/connectors/javax.websocket-client/build.xml b/connectors/javax.websocket-client/build.xml
index 46a50e1..c1a10d7 100644
--- a/connectors/javax.websocket-client/build.xml
+++ b/connectors/javax.websocket-client/build.xml
@@ -1,4 +1,20 @@
-<project name="javax.websocket-client" default="all" 
+<!--
+ 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.
+ -->
+<project name="javax.websocket-client" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/javax.websocket-server/build.xml
----------------------------------------------------------------------
diff --git a/connectors/javax.websocket-server/build.xml b/connectors/javax.websocket-server/build.xml
index 5fc318a..64f5ab6 100644
--- a/connectors/javax.websocket-server/build.xml
+++ b/connectors/javax.websocket-server/build.xml
@@ -1,4 +1,20 @@
-<project name="javax.websocket-server" default="all" 
+<!--
+ 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.
+ -->
+<project name="javax.websocket-server" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/jdbc/build.xml
----------------------------------------------------------------------
diff --git a/connectors/jdbc/build.xml b/connectors/jdbc/build.xml
index fc3d954..e8f5f5c 100644
--- a/connectors/jdbc/build.xml
+++ b/connectors/jdbc/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.jdbc" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.jdbc" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/kafka/build.xml
----------------------------------------------------------------------
diff --git a/connectors/kafka/build.xml b/connectors/kafka/build.xml
index aa73486..2535eea 100644
--- a/connectors/kafka/build.xml
+++ b/connectors/kafka/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.kafka" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.kafka" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/mqtt/build.xml
----------------------------------------------------------------------
diff --git a/connectors/mqtt/build.xml b/connectors/mqtt/build.xml
index 2a121ee..601bbed 100644
--- a/connectors/mqtt/build.xml
+++ b/connectors/mqtt/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.mqtt" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.mqtt" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/mqtt/src/test/java/quarks/test/connectors/mqtt/MqttOpenTest.java
----------------------------------------------------------------------
diff --git a/connectors/mqtt/src/test/java/quarks/test/connectors/mqtt/MqttOpenTest.java b/connectors/mqtt/src/test/java/quarks/test/connectors/mqtt/MqttOpenTest.java
index 7a41fcf..d8dc43b 100644
--- a/connectors/mqtt/src/test/java/quarks/test/connectors/mqtt/MqttOpenTest.java
+++ b/connectors/mqtt/src/test/java/quarks/test/connectors/mqtt/MqttOpenTest.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.test.connectors.mqtt;
 
 import static org.junit.Assume.assumeTrue;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/pubsub/build.xml
----------------------------------------------------------------------
diff --git a/connectors/pubsub/build.xml b/connectors/pubsub/build.xml
index 34cf0a4..6f45dad 100644
--- a/connectors/pubsub/build.xml
+++ b/connectors/pubsub/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.pubsub" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.pubsub" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/quarks.javax.websocket/build.xml
----------------------------------------------------------------------
diff --git a/connectors/quarks.javax.websocket/build.xml b/connectors/quarks.javax.websocket/build.xml
index 1e01d40..7c6aa93 100644
--- a/connectors/quarks.javax.websocket/build.xml
+++ b/connectors/quarks.javax.websocket/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.javax.websocket" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.javax.websocket" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/serial/build.xml
----------------------------------------------------------------------
diff --git a/connectors/serial/build.xml b/connectors/serial/build.xml
index 82ed165..8ad41c4 100644
--- a/connectors/serial/build.xml
+++ b/connectors/serial/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.serial" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.serial" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/serial/src/main/java/quarks/connectors/serial/SerialPort.java
----------------------------------------------------------------------
diff --git a/connectors/serial/src/main/java/quarks/connectors/serial/SerialPort.java b/connectors/serial/src/main/java/quarks/connectors/serial/SerialPort.java
index 81d14ca..66cf9a4 100644
--- a/connectors/serial/src/main/java/quarks/connectors/serial/SerialPort.java
+++ b/connectors/serial/src/main/java/quarks/connectors/serial/SerialPort.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.connectors.serial;
 
 import java.io.InputStream;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/wsclient-javax.websocket/build.xml
----------------------------------------------------------------------
diff --git a/connectors/wsclient-javax.websocket/build.xml b/connectors/wsclient-javax.websocket/build.xml
index 95580a2..2cb3b36 100644
--- a/connectors/wsclient-javax.websocket/build.xml
+++ b/connectors/wsclient-javax.websocket/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.wsclient-javax.websocket" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.wsclient-javax.websocket" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/connectors/wsclient/build.xml
----------------------------------------------------------------------
diff --git a/connectors/wsclient/build.xml b/connectors/wsclient/build.xml
index 527af49..2a200e1 100644
--- a/connectors/wsclient/build.xml
+++ b/connectors/wsclient/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.connectors.wsclient" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.connectors.wsclient" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/console/server/build.xml
----------------------------------------------------------------------
diff --git a/console/server/build.xml b/console/server/build.xml
index eee68fa..163ad5b 100644
--- a/console/server/build.xml
+++ b/console/server/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.console.server" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
 	<description>
 		Build the console server classes.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/console/servlets/build.xml
----------------------------------------------------------------------
diff --git a/console/servlets/build.xml b/console/servlets/build.xml
index 198738c..14ffdc1 100644
--- a/console/servlets/build.xml
+++ b/console/servlets/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.console.servlets" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
   <description>
     Build the console servlet classes.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/platform/android/build.xml
----------------------------------------------------------------------
diff --git a/platform/android/build.xml b/platform/android/build.xml
index 0aa7528..4096858 100644
--- a/platform/android/build.xml
+++ b/platform/android/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.platform.android" default="all"
   xmlns:jacoco="antlib:org.jacoco.ant"
   >

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/platform/java7/build.xml
----------------------------------------------------------------------
diff --git a/platform/java7/build.xml b/platform/java7/build.xml
index 380e126..6e766b8 100644
--- a/platform/java7/build.xml
+++ b/platform/java7/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.platform.java7" default="all"
   xmlns:jacoco="antlib:org.jacoco.ant"
   >

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/providers/development/build.xml
----------------------------------------------------------------------
diff --git a/providers/development/build.xml b/providers/development/build.xml
index 0bb5829..df53ecd 100644
--- a/providers/development/build.xml
+++ b/providers/development/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.providers.development" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.providers.development" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/providers/development/src/test/java/quarks/test/providers/dev/DevelopmentProviderTest.java
----------------------------------------------------------------------
diff --git a/providers/development/src/test/java/quarks/test/providers/dev/DevelopmentProviderTest.java b/providers/development/src/test/java/quarks/test/providers/dev/DevelopmentProviderTest.java
index 9eaf7a1..c23be7b 100644
--- a/providers/development/src/test/java/quarks/test/providers/dev/DevelopmentProviderTest.java
+++ b/providers/development/src/test/java/quarks/test/providers/dev/DevelopmentProviderTest.java
@@ -1,12 +1,24 @@
-package quarks.test.providers.dev;
+/*
+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
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertTrue;
+  http://www.apache.org/licenses/LICENSE-2.0
 
-import java.util.Collection;
+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.providers.dev;
 
 import org.junit.Test;
-
 import quarks.graph.Graph;
 import quarks.graph.Vertex;
 import quarks.metrics.oplets.CounterOp;
@@ -16,6 +28,11 @@ import quarks.topology.TStream;
 import quarks.topology.Topology;
 import quarks.topology.tester.Condition;
 
+import java.util.Collection;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
 public class DevelopmentProviderTest extends TopologyAbstractTest implements DevelopmentTestSetup {
 
     // DevelopmentProvider inserts CounterOp metric oplets into the graph

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/providers/direct/build.xml
----------------------------------------------------------------------
diff --git a/providers/direct/build.xml b/providers/direct/build.xml
index 9e2ec4a..81f1215 100644
--- a/providers/direct/build.xml
+++ b/providers/direct/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.providers.direct" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.providers.direct" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/providers/direct/src/test/java/quarks/test/providers/direct/metrics/package-info.java
----------------------------------------------------------------------
diff --git a/providers/direct/src/test/java/quarks/test/providers/direct/metrics/package-info.java b/providers/direct/src/test/java/quarks/test/providers/direct/metrics/package-info.java
index 93d9475..b82fad6 100644
--- a/providers/direct/src/test/java/quarks/test/providers/direct/metrics/package-info.java
+++ b/providers/direct/src/test/java/quarks/test/providers/direct/metrics/package-info.java
@@ -1,8 +1,19 @@
-/**
- * 
- */
-/**
- * @author streamsadmin
- *
- */
-package quarks.test.providers.direct.metrics;
\ No newline at end of file
+/*
+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.providers.direct.metrics;

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/providers/iot/build.xml
----------------------------------------------------------------------
diff --git a/providers/iot/build.xml b/providers/iot/build.xml
index 1711636..2861932 100644
--- a/providers/iot/build.xml
+++ b/providers/iot/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.providers.iot" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.providers.iot" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/runtime/appservice/build.xml
----------------------------------------------------------------------
diff --git a/runtime/appservice/build.xml b/runtime/appservice/build.xml
index c6db1a5..fb30d89 100644
--- a/runtime/appservice/build.xml
+++ b/runtime/appservice/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.runtime.appservice" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.runtime.appservice" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/runtime/etiao/build.xml
----------------------------------------------------------------------
diff --git a/runtime/etiao/build.xml b/runtime/etiao/build.xml
index 79c34ba..f5cfa44 100644
--- a/runtime/etiao/build.xml
+++ b/runtime/etiao/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.runtime.etiao" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.runtime.etiao" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/runtime/jmxcontrol/build.xml
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/build.xml b/runtime/jmxcontrol/build.xml
index 85cbd2a..b06d0f9 100644
--- a/runtime/jmxcontrol/build.xml
+++ b/runtime/jmxcontrol/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.runtime.jmxcontrol" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.runtime.jmxcontrol" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/runtime/jobregistry/build.xml
----------------------------------------------------------------------
diff --git a/runtime/jobregistry/build.xml b/runtime/jobregistry/build.xml
index 858e590..7de9084 100644
--- a/runtime/jobregistry/build.xml
+++ b/runtime/jobregistry/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.runtime.jobregistry" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.runtime.jobregistry" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/runtime/jsoncontrol/build.xml
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/build.xml b/runtime/jsoncontrol/build.xml
index 8be9482..be0cf12 100644
--- a/runtime/jsoncontrol/build.xml
+++ b/runtime/jsoncontrol/build.xml
@@ -1,4 +1,20 @@
-<project name="quarks.runtime.jsoncontrol" default="all" 
+<!--
+ 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.
+ -->
+<project name="quarks.runtime.jsoncontrol" default="all"
     xmlns:jacoco="antlib:org.jacoco.ant"
     >
     <description>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/ControlMBean.java
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/ControlMBean.java b/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/ControlMBean.java
index db4a920..f393ba7 100644
--- a/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/ControlMBean.java
+++ b/runtime/jsoncontrol/src/main/java/quarks/runtime/jsoncontrol/ControlMBean.java
@@ -1,3 +1,21 @@
+/*
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+*/
 package quarks.runtime.jsoncontrol;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/samples/apps/build.xml
----------------------------------------------------------------------
diff --git a/samples/apps/build.xml b/samples/apps/build.xml
index e9e5454..4594709 100644
--- a/samples/apps/build.xml
+++ b/samples/apps/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.samples.apps" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         Build sample applications.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/samples/connectors/build.xml
----------------------------------------------------------------------
diff --git a/samples/connectors/build.xml b/samples/connectors/build.xml
index 964a5dd..d22f8dc 100644
--- a/samples/connectors/build.xml
+++ b/samples/connectors/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.samples.connectors" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         Build samples demonstrating connector functionality.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/samples/console/build.xml
----------------------------------------------------------------------
diff --git a/samples/console/build.xml b/samples/console/build.xml
index 9f6b869..f871b58 100644
--- a/samples/console/build.xml
+++ b/samples/console/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.samples.console" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
 	<description>
         Build samples demonstrating Console functionality.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/samples/topology/build.xml
----------------------------------------------------------------------
diff --git a/samples/topology/build.xml b/samples/topology/build.xml
index c5445b7..d8a266d 100644
--- a/samples/topology/build.xml
+++ b/samples/topology/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.samples.topology" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         Build samples demonstrating add-on functionality.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/samples/utils/build.xml
----------------------------------------------------------------------
diff --git a/samples/utils/build.xml b/samples/utils/build.xml
index c806f2e..c411e40 100644
--- a/samples/utils/build.xml
+++ b/samples/utils/build.xml
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ 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.
+ -->
 <project name="quarks.samples.utils" default="all" xmlns:jacoco="antlib:org.jacoco.ant">
     <description>
         Build samples demonstrating add-on functionality.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/apps/sensorAnalytics/runDeviceComms.sh
----------------------------------------------------------------------
diff --git a/scripts/apps/sensorAnalytics/runDeviceComms.sh b/scripts/apps/sensorAnalytics/runDeviceComms.sh
index cd2d344..ea39ab1 100755
--- a/scripts/apps/sensorAnalytics/runDeviceComms.sh
+++ b/scripts/apps/sensorAnalytics/runDeviceComms.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/apps/sensorAnalytics/runSensorAnalytics.sh
----------------------------------------------------------------------
diff --git a/scripts/apps/sensorAnalytics/runSensorAnalytics.sh b/scripts/apps/sensorAnalytics/runSensorAnalytics.sh
index d93f55e..cba6601 100755
--- a/scripts/apps/sensorAnalytics/runSensorAnalytics.sh
+++ b/scripts/apps/sensorAnalytics/runSensorAnalytics.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/file/runfilesample.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/file/runfilesample.sh b/scripts/connectors/file/runfilesample.sh
index 9ffd80c..27dddc1 100755
--- a/scripts/connectors/file/runfilesample.sh
+++ b/scripts/connectors/file/runfilesample.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/iotf/runiotfquickstart.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/iotf/runiotfquickstart.sh b/scripts/connectors/iotf/runiotfquickstart.sh
index bbc5586..5dda64f 100755
--- a/scripts/connectors/iotf/runiotfquickstart.sh
+++ b/scripts/connectors/iotf/runiotfquickstart.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/iotf/runiotfsensors.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/iotf/runiotfsensors.sh b/scripts/connectors/iotf/runiotfsensors.sh
index 216bee2..05c62c4 100755
--- a/scripts/connectors/iotf/runiotfsensors.sh
+++ b/scripts/connectors/iotf/runiotfsensors.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/f97d407a/scripts/connectors/jdbc/runjdbcsample.sh
----------------------------------------------------------------------
diff --git a/scripts/connectors/jdbc/runjdbcsample.sh b/scripts/connectors/jdbc/runjdbcsample.sh
index 71b3e2e..00bde2d 100755
--- a/scripts/connectors/jdbc/runjdbcsample.sh
+++ b/scripts/connectors/jdbc/runjdbcsample.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# 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.
+#
 
 quarks=../../..