You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by ca...@apache.org on 2016/05/19 08:37:52 UTC

[11/15] incubator-quarks git commit: Add license header

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/95b22e06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/95b22e06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/95b22e06

Branch: refs/heads/gradle
Commit: 95b22e06378b1b8a0364166a55c9b1cd5feedb12
Parents: 2dbccb2
Author: Cazen Lee <Ca...@korea.com>
Authored: Mon May 9 22:04:05 2016 +0900
Committer: cazen <ca...@apache.org>
Committed: Thu May 19 07:34:11 2016 +0000

----------------------------------------------------------------------
 analytics/math3/build.gradle                     | 13 +++++++++++++
 analytics/sensors/build.gradle                   | 13 +++++++++++++
 api/execution/build.gradle                       | 13 +++++++++++++
 api/function/build.gradle                        | 13 +++++++++++++
 api/graph/build.gradle                           | 13 +++++++++++++
 api/oplet/build.gradle                           | 13 +++++++++++++
 api/topology/build.gradle                        | 13 +++++++++++++
 api/window/build.gradle                          | 13 +++++++++++++
 apps/iot/build.gradle                            | 13 +++++++++++++
 apps/runtime/build.gradle                        | 13 +++++++++++++
 build.gradle                                     | 13 +++++++++++++
 connectors/common/build.gradle                   | 13 +++++++++++++
 connectors/file/build.gradle                     | 13 +++++++++++++
 connectors/http/build.gradle                     | 13 +++++++++++++
 connectors/iot/build.gradle                      | 13 +++++++++++++
 connectors/iotf/build.gradle                     | 13 +++++++++++++
 connectors/javax.websocket-client/build.gradle   | 13 +++++++++++++
 connectors/javax.websocket-server/build.gradle   | 13 +++++++++++++
 connectors/jdbc/build.gradle                     | 13 +++++++++++++
 connectors/kafka/build.gradle                    | 13 +++++++++++++
 connectors/mqtt/build.gradle                     | 13 +++++++++++++
 connectors/pubsub/build.gradle                   | 13 +++++++++++++
 connectors/quarks.javax.websocket/build.gradle   | 13 +++++++++++++
 connectors/serial/build.gradle                   | 13 +++++++++++++
 connectors/wsclient-javax.websocket/build.gradle | 13 +++++++++++++
 connectors/wsclient/build.gradle                 | 13 +++++++++++++
 console/server/build.gradle                      | 13 +++++++++++++
 console/servlets/build.gradle                    | 13 +++++++++++++
 providers/development/build.gradle               | 13 +++++++++++++
 providers/direct/build.gradle                    | 13 +++++++++++++
 runtime/appservice/build.gradle                  | 13 +++++++++++++
 runtime/etiao/build.gradle                       | 13 +++++++++++++
 runtime/jmxcontrol/build.gradle                  | 13 +++++++++++++
 runtime/jobregistry/build.gradle                 | 13 +++++++++++++
 runtime/jsoncontrol/build.gradle                 | 13 +++++++++++++
 samples/apps/build.gradle                        | 13 +++++++++++++
 samples/connectors/build.gradle                  | 13 +++++++++++++
 samples/console/build.gradle                     | 13 +++++++++++++
 samples/topology/build.gradle                    | 13 +++++++++++++
 samples/utils/build.gradle                       | 13 +++++++++++++
 settings.gradle                                  | 13 +++++++++++++
 spi/graph/build.gradle                           | 13 +++++++++++++
 spi/topology/build.gradle                        | 13 +++++++++++++
 test/fvtiot/build.gradle                         | 13 +++++++++++++
 test/svt/build.gradle                            | 13 +++++++++++++
 utils/metrics/build.gradle                       | 13 +++++++++++++
 46 files changed, 598 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/analytics/math3/build.gradle
----------------------------------------------------------------------
diff --git a/analytics/math3/build.gradle b/analytics/math3/build.gradle
index de9ab1f..3c00738 100644
--- a/analytics/math3/build.gradle
+++ b/analytics/math3/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'analytics.math3' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Analytics math functions'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/analytics/sensors/build.gradle
----------------------------------------------------------------------
diff --git a/analytics/sensors/build.gradle b/analytics/sensors/build.gradle
index 82e5b32..43a8955 100644
--- a/analytics/sensors/build.gradle
+++ b/analytics/sensors/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'analytics.sensors' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Analytics aimed at sensor readings'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/api/execution/build.gradle
----------------------------------------------------------------------
diff --git a/api/execution/build.gradle b/api/execution/build.gradle
index 94c97ec..13f3f03 100644
--- a/api/execution/build.gradle
+++ b/api/execution/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'api.execution' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The API for executing flows'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/api/function/build.gradle
----------------------------------------------------------------------
diff --git a/api/function/build.gradle b/api/function/build.gradle
index 5884e87..9c41053 100644
--- a/api/function/build.gradle
+++ b/api/function/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'api.function' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The API for buidling functions'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/api/graph/build.gradle
----------------------------------------------------------------------
diff --git a/api/graph/build.gradle b/api/graph/build.gradle
index 0fb30af..3a37705 100644
--- a/api/graph/build.gradle
+++ b/api/graph/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'api.graph' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The graph API'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/api/oplet/build.gradle
----------------------------------------------------------------------
diff --git a/api/oplet/build.gradle b/api/oplet/build.gradle
index 19da7fa..eef1aa9 100644
--- a/api/oplet/build.gradle
+++ b/api/oplet/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'api.oplet' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The oplet API'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/api/topology/build.gradle
----------------------------------------------------------------------
diff --git a/api/topology/build.gradle b/api/topology/build.gradle
index e9b3e53..d10205a 100644
--- a/api/topology/build.gradle
+++ b/api/topology/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'api.topology' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The topology API'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/api/window/build.gradle
----------------------------------------------------------------------
diff --git a/api/window/build.gradle b/api/window/build.gradle
index 91d6b77..01c4717 100644
--- a/api/window/build.gradle
+++ b/api/window/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'api.window' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The window API'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/apps/iot/build.gradle
----------------------------------------------------------------------
diff --git a/apps/iot/build.gradle b/apps/iot/build.gradle
index 5c62bd4..206cd8f 100644
--- a/apps/iot/build.gradle
+++ b/apps/iot/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'apps.iot' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Applications utilizing IotDevice'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/apps/runtime/build.gradle
----------------------------------------------------------------------
diff --git a/apps/runtime/build.gradle b/apps/runtime/build.gradle
index a3570c5..a327928 100644
--- a/apps/runtime/build.gradle
+++ b/apps/runtime/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'apps.runtime' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Applications utilizing IotDevice'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8a525c4..b6b720b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 repositories {
 	mavenLocal()
 }

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/common/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/common/build.gradle b/connectors/common/build.gradle
index 96ad5bf..7330ef6 100644
--- a/connectors/common/build.gradle
+++ b/connectors/common/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.common' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Common Connector Code'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/file/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/file/build.gradle b/connectors/file/build.gradle
index 751b8ce..27fcbbc 100644
--- a/connectors/file/build.gradle
+++ b/connectors/file/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.file' // However ArtifactId can be set per artifact in publishing.publications
 description = 'File Connectors'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/http/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/http/build.gradle b/connectors/http/build.gradle
index 0820037..46b5488 100644
--- a/connectors/http/build.gradle
+++ b/connectors/http/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.http' // However ArtifactId can be set per artifact in publishing.publications
 description = 'HTTP Connectors'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/iot/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/iot/build.gradle b/connectors/iot/build.gradle
index 752ed24..9b72989 100644
--- a/connectors/iot/build.gradle
+++ b/connectors/iot/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.iot' // However ArtifactId can be set per artifact in publishing.publications
 description = 'IoT Device API'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/iotf/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/iotf/build.gradle b/connectors/iotf/build.gradle
index 70a33e2..5547d1f 100644
--- a/connectors/iotf/build.gradle
+++ b/connectors/iotf/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.iotf' // However ArtifactId can be set per artifact in publishing.publications
 description = 'IOTF Connectors'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/javax.websocket-client/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/javax.websocket-client/build.gradle b/connectors/javax.websocket-client/build.gradle
index d28427f..fa05a3d 100644
--- a/connectors/javax.websocket-client/build.gradle
+++ b/connectors/javax.websocket-client/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.javax.websocket-client' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Jetty supplied jsr356 WebSocket Client Implementation package'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/javax.websocket-server/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/javax.websocket-server/build.gradle b/connectors/javax.websocket-server/build.gradle
index d9e9d3a..9ee8fe4 100644
--- a/connectors/javax.websocket-server/build.gradle
+++ b/connectors/javax.websocket-server/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.javax.websocket-server' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Jetty supplied JSR 356 WebSocket Server Implementation package'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/jdbc/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/jdbc/build.gradle b/connectors/jdbc/build.gradle
index aaf1d2c..0677900 100644
--- a/connectors/jdbc/build.gradle
+++ b/connectors/jdbc/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.jdbc' // However ArtifactId can be set per artifact in publishing.publications
 description = 'JDBC Connectors'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/kafka/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/kafka/build.gradle b/connectors/kafka/build.gradle
index 38439e7..ac354ce 100644
--- a/connectors/kafka/build.gradle
+++ b/connectors/kafka/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.kafka' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Kafka Connectors'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/mqtt/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/mqtt/build.gradle b/connectors/mqtt/build.gradle
index 6f91e25..580d8d4 100644
--- a/connectors/mqtt/build.gradle
+++ b/connectors/mqtt/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.mqtt' // However ArtifactId can be set per artifact in publishing.publications
 description = 'MQTT Connectors'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/pubsub/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/pubsub/build.gradle b/connectors/pubsub/build.gradle
index 637d3de..f81c72e 100644
--- a/connectors/pubsub/build.gradle
+++ b/connectors/pubsub/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.pubsub' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Publish Subscribe connector and service.'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/quarks.javax.websocket/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/quarks.javax.websocket/build.gradle b/connectors/quarks.javax.websocket/build.gradle
index c15836f..9b7fb19 100644
--- a/connectors/quarks.javax.websocket/build.gradle
+++ b/connectors/quarks.javax.websocket/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.websocket' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Special Quarks javax.websocket bundle'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/serial/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/serial/build.gradle b/connectors/serial/build.gradle
index b638e75..9d78c55 100644
--- a/connectors/serial/build.gradle
+++ b/connectors/serial/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.serial' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Serial Connector API'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/wsclient-javax.websocket/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/wsclient-javax.websocket/build.gradle b/connectors/wsclient-javax.websocket/build.gradle
index 68273ca..7c1014f 100644
--- a/connectors/wsclient-javax.websocket/build.gradle
+++ b/connectors/wsclient-javax.websocket/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.wsclient-javax.websocket' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Build JSR356 javax.websocket based WebSocket Client connector'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/connectors/wsclient/build.gradle
----------------------------------------------------------------------
diff --git a/connectors/wsclient/build.gradle b/connectors/wsclient/build.gradle
index 771157c..34e4d34 100644
--- a/connectors/wsclient/build.gradle
+++ b/connectors/wsclient/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'connectors.wsclient' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Build WebSocket Client connector API.'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/console/server/build.gradle
----------------------------------------------------------------------
diff --git a/console/server/build.gradle b/console/server/build.gradle
index 010b277..970249e 100644
--- a/console/server/build.gradle
+++ b/console/server/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'console.server' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Console Server'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/console/servlets/build.gradle
----------------------------------------------------------------------
diff --git a/console/servlets/build.gradle b/console/servlets/build.gradle
index 74b3685..b003ef4 100644
--- a/console/servlets/build.gradle
+++ b/console/servlets/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 buildscript {
 	repositories {
 		jcenter()

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/providers/development/build.gradle
----------------------------------------------------------------------
diff --git a/providers/development/build.gradle b/providers/development/build.gradle
index 1533ef7..0a8c4f1 100644
--- a/providers/development/build.gradle
+++ b/providers/development/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'providers.development' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The development topology provider'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/providers/direct/build.gradle
----------------------------------------------------------------------
diff --git a/providers/direct/build.gradle b/providers/direct/build.gradle
index 9a9c279..8a4b472 100644
--- a/providers/direct/build.gradle
+++ b/providers/direct/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'providers.direct' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The direct topology provider'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/runtime/appservice/build.gradle
----------------------------------------------------------------------
diff --git a/runtime/appservice/build.gradle b/runtime/appservice/build.gradle
index 89c3049..154ed2e 100644
--- a/runtime/appservice/build.gradle
+++ b/runtime/appservice/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'runtime.appservice' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The runtime application service library'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/runtime/etiao/build.gradle
----------------------------------------------------------------------
diff --git a/runtime/etiao/build.gradle b/runtime/etiao/build.gradle
index c010902..6e30f70 100644
--- a/runtime/etiao/build.gradle
+++ b/runtime/etiao/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'runtime.etiao' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The runtime Everything Is An Oplet (ETIAO) library'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/runtime/jmxcontrol/build.gradle
----------------------------------------------------------------------
diff --git a/runtime/jmxcontrol/build.gradle b/runtime/jmxcontrol/build.gradle
index ad687f3..d20ff34 100644
--- a/runtime/jmxcontrol/build.gradle
+++ b/runtime/jmxcontrol/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'runtime.jmxcontrol' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The runtime JMX control library'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/runtime/jobregistry/build.gradle
----------------------------------------------------------------------
diff --git a/runtime/jobregistry/build.gradle b/runtime/jobregistry/build.gradle
index 91aa10e..ff82c9a 100644
--- a/runtime/jobregistry/build.gradle
+++ b/runtime/jobregistry/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'runtime.jobregistry' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The runtime job registry library'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/runtime/jsoncontrol/build.gradle
----------------------------------------------------------------------
diff --git a/runtime/jsoncontrol/build.gradle b/runtime/jsoncontrol/build.gradle
index e4f61c9..60e2891 100644
--- a/runtime/jsoncontrol/build.gradle
+++ b/runtime/jsoncontrol/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'runtime.jsoncontrol' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The runtime JSON control library'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/samples/apps/build.gradle
----------------------------------------------------------------------
diff --git a/samples/apps/build.gradle b/samples/apps/build.gradle
index 2272250..32c44e0 100644
--- a/samples/apps/build.gradle
+++ b/samples/apps/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'samples.apps' // However ArtifactId can be set per artifact in publishing.publications
 description = 'Sample applications'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/samples/connectors/build.gradle
----------------------------------------------------------------------
diff --git a/samples/connectors/build.gradle b/samples/connectors/build.gradle
index 361749d..a0e3763 100644
--- a/samples/connectors/build.gradle
+++ b/samples/connectors/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'samples.connectors' // However ArtifactId can be set per artifact in publishing.publications
 description = 'samples demonstrating connector functionality'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/samples/console/build.gradle
----------------------------------------------------------------------
diff --git a/samples/console/build.gradle b/samples/console/build.gradle
index da6cfd4..694f74c 100644
--- a/samples/console/build.gradle
+++ b/samples/console/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'samples.console' // However ArtifactId can be set per artifact in publishing.publications
 description = 'samples demonstrating console functionality'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/samples/topology/build.gradle
----------------------------------------------------------------------
diff --git a/samples/topology/build.gradle b/samples/topology/build.gradle
index ea3ec5e..e29e9c5 100644
--- a/samples/topology/build.gradle
+++ b/samples/topology/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'samples.topology' // However ArtifactId can be set per artifact in publishing.publications
 description = 'samples demonstrating add-on functionality'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/samples/utils/build.gradle
----------------------------------------------------------------------
diff --git a/samples/utils/build.gradle b/samples/utils/build.gradle
index b043427..318bbe1 100644
--- a/samples/utils/build.gradle
+++ b/samples/utils/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'samples.utils' // However ArtifactId can be set per artifact in publishing.publications
 description = 'samples demonstrating add-on functionality'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/settings.gradle
----------------------------------------------------------------------
diff --git a/settings.gradle b/settings.gradle
index 1efd617..f4d652d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 //analytics
 include "analytics/math3", "analytics/sensors"
 // api

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/spi/graph/build.gradle
----------------------------------------------------------------------
diff --git a/spi/graph/build.gradle b/spi/graph/build.gradle
index 70452df..68074a0 100644
--- a/spi/graph/build.gradle
+++ b/spi/graph/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'spi.graph' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The graph SPI'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/spi/topology/build.gradle
----------------------------------------------------------------------
diff --git a/spi/topology/build.gradle b/spi/topology/build.gradle
index 46fdab0..29873fe 100644
--- a/spi/topology/build.gradle
+++ b/spi/topology/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'spi.topology' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The topology SPI'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/test/fvtiot/build.gradle
----------------------------------------------------------------------
diff --git a/test/fvtiot/build.gradle b/test/fvtiot/build.gradle
index f689f44..404f64e 100644
--- a/test/fvtiot/build.gradle
+++ b/test/fvtiot/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'test.fvtiot' // However ArtifactId can be set per artifact in publishing.publications
 description = 'FVT for IoT scenario'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/test/svt/build.gradle
----------------------------------------------------------------------
diff --git a/test/svt/build.gradle b/test/svt/build.gradle
index c59e5da..4207f3e 100644
--- a/test/svt/build.gradle
+++ b/test/svt/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'test.svt' // However ArtifactId can be set per artifact in publishing.publications
 description = 'SVT'
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/95b22e06/utils/metrics/build.gradle
----------------------------------------------------------------------
diff --git a/utils/metrics/build.gradle b/utils/metrics/build.gradle
index c24bc33..cd0ecb4 100644
--- a/utils/metrics/build.gradle
+++ b/utils/metrics/build.gradle
@@ -1,3 +1,16 @@
+/*
+ * Licensed 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.
+ */
 ext.artifact = 'utils.metrics' // However ArtifactId can be set per artifact in publishing.publications
 description = 'The metrics add-on'