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

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

Repository: incubator-quarks
Updated Branches:
  refs/heads/master 5f963862f -> be767e5e7


Remove IBM copyrights that were left in


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

Branch: refs/heads/master
Commit: fdc519e8f66a2baf4167d54f75fbd70dcacaef05
Parents: 5f96386
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 22 11:49:34 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 22 11:49:34 2016 -0700

----------------------------------------------------------------------
 api/execution/src/main/java/quarks/execution/DirectSubmitter.java   | 1 -
 api/execution/src/main/java/quarks/execution/Job.java               | 1 -
 api/execution/src/main/java/quarks/execution/Submitter.java         | 1 -
 api/execution/src/main/java/quarks/execution/mbeans/JobMXBean.java  | 1 -
 .../src/main/java/quarks/execution/services/ControlService.java     | 1 -
 .../src/main/java/quarks/execution/services/RuntimeServices.java    | 1 -
 .../src/main/java/quarks/execution/services/ServiceContainer.java   | 1 -
 api/function/src/main/java/quarks/function/BiConsumer.java          | 1 -
 api/function/src/main/java/quarks/function/BiFunction.java          | 1 -
 api/function/src/main/java/quarks/function/Consumer.java            | 1 -
 api/function/src/main/java/quarks/function/Function.java            | 1 -
 api/function/src/main/java/quarks/function/Functions.java           | 1 -
 api/function/src/main/java/quarks/function/Predicate.java           | 1 -
 api/function/src/main/java/quarks/function/Supplier.java            | 1 -
 api/function/src/main/java/quarks/function/ToIntFunction.java       | 1 -
 api/function/src/main/java/quarks/function/UnaryOperator.java       | 1 -
 api/graph/src/main/java/quarks/graph/Connector.java                 | 1 -
 api/graph/src/main/java/quarks/graph/Edge.java                      | 1 -
 api/graph/src/main/java/quarks/graph/Graph.java                     | 1 -
 api/graph/src/main/java/quarks/graph/Vertex.java                    | 1 -
 api/graph/src/test/java/quarks/test/graph/GraphAbstractTest.java    | 1 -
 api/graph/src/test/java/quarks/test/graph/GraphTest.java            | 1 -
 api/oplet/src/main/java/quarks/oplet/JobContext.java                | 1 -
 api/oplet/src/main/java/quarks/oplet/Oplet.java                     | 1 -
 api/oplet/src/main/java/quarks/oplet/OpletContext.java              | 1 -
 api/oplet/src/main/java/quarks/oplet/core/AbstractOplet.java        | 1 -
 api/oplet/src/main/java/quarks/oplet/core/FanOut.java               | 1 -
 api/oplet/src/main/java/quarks/oplet/core/Peek.java                 | 1 -
 api/oplet/src/main/java/quarks/oplet/core/PeriodicSource.java       | 1 -
 api/oplet/src/main/java/quarks/oplet/core/Pipe.java                 | 1 -
 api/oplet/src/main/java/quarks/oplet/core/ProcessSource.java        | 1 -
 api/oplet/src/main/java/quarks/oplet/core/Sink.java                 | 1 -
 api/oplet/src/main/java/quarks/oplet/core/Source.java               | 1 -
 api/oplet/src/main/java/quarks/oplet/core/Split.java                | 1 -
 api/oplet/src/main/java/quarks/oplet/core/Union.java                | 1 -
 .../src/main/java/quarks/oplet/core/mbeans/PeriodicMXBean.java      | 1 -
 api/oplet/src/main/java/quarks/oplet/core/mbeans/package-info.java  | 1 -
 api/oplet/src/main/java/quarks/oplet/core/package-info.java         | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/Events.java         | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/Filter.java         | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/FlatMap.java        | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/Map.java            | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/Peek.java           | 1 -
 .../main/java/quarks/oplet/functional/SupplierPeriodicSource.java   | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/SupplierSource.java | 1 -
 api/oplet/src/main/java/quarks/oplet/functional/package-info.java   | 1 -
 api/oplet/src/main/java/quarks/oplet/package-info.java              | 1 -
 api/oplet/src/main/java/quarks/oplet/plumbing/package-info.java     | 1 -
 api/oplet/src/main/java/quarks/oplet/window/Aggregate.java          | 1 -
 api/oplet/src/main/java/quarks/oplet/window/package-info.java       | 1 -
 api/topology/src/main/java/quarks/topology/TSink.java               | 1 -
 api/topology/src/main/java/quarks/topology/TStream.java             | 1 -
 api/topology/src/main/java/quarks/topology/TWindow.java             | 1 -
 api/topology/src/main/java/quarks/topology/Topology.java            | 1 -
 api/topology/src/main/java/quarks/topology/TopologyElement.java     | 1 -
 api/topology/src/main/java/quarks/topology/TopologyProvider.java    | 1 -
 .../src/main/java/quarks/topology/plumbing/PlumbingStreams.java     | 1 -
 api/topology/src/main/java/quarks/topology/tester/Condition.java    | 1 -
 api/topology/src/main/java/quarks/topology/tester/Tester.java       | 1 -
 api/window/src/main/java/quarks/window/Partition.java               | 1 -
 api/window/src/main/java/quarks/window/PartitionImpl.java           | 1 -
 api/window/src/main/java/quarks/window/Window.java                  | 1 -
 api/window/src/main/java/quarks/window/WindowImpl.java              | 1 -
 api/window/src/main/java/quarks/window/Windows.java                 | 1 -
 64 files changed, 64 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/execution/src/main/java/quarks/execution/Job.java
----------------------------------------------------------------------
diff --git a/api/execution/src/main/java/quarks/execution/Job.java b/api/execution/src/main/java/quarks/execution/Job.java
index 111b0e0..4655d36 100644
--- a/api/execution/src/main/java/quarks/execution/Job.java
+++ b/api/execution/src/main/java/quarks/execution/Job.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.execution;
 

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/execution/src/main/java/quarks/execution/mbeans/JobMXBean.java
----------------------------------------------------------------------
diff --git a/api/execution/src/main/java/quarks/execution/mbeans/JobMXBean.java b/api/execution/src/main/java/quarks/execution/mbeans/JobMXBean.java
index 493c0d6..14d22a1 100644
--- a/api/execution/src/main/java/quarks/execution/mbeans/JobMXBean.java
+++ b/api/execution/src/main/java/quarks/execution/mbeans/JobMXBean.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016
 */
 package quarks.execution.mbeans;
 

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/execution/src/main/java/quarks/execution/services/RuntimeServices.java
----------------------------------------------------------------------
diff --git a/api/execution/src/main/java/quarks/execution/services/RuntimeServices.java b/api/execution/src/main/java/quarks/execution/services/RuntimeServices.java
index 82885ee..be8d950 100644
--- a/api/execution/src/main/java/quarks/execution/services/RuntimeServices.java
+++ b/api/execution/src/main/java/quarks/execution/services/RuntimeServices.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.execution.services;
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/JobContext.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/JobContext.java b/api/oplet/src/main/java/quarks/oplet/JobContext.java
index 840a10e..466a021 100644
--- a/api/oplet/src/main/java/quarks/oplet/JobContext.java
+++ b/api/oplet/src/main/java/quarks/oplet/JobContext.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015  
 */
 package quarks.oplet;
 

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/core/Split.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/core/Split.java b/api/oplet/src/main/java/quarks/oplet/core/Split.java
index 9a03098..71f489b 100644
--- a/api/oplet/src/main/java/quarks/oplet/core/Split.java
+++ b/api/oplet/src/main/java/quarks/oplet/core/Split.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.oplet.core;
 

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/core/mbeans/PeriodicMXBean.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/core/mbeans/PeriodicMXBean.java b/api/oplet/src/main/java/quarks/oplet/core/mbeans/PeriodicMXBean.java
index 61f6de1..796db6b 100644
--- a/api/oplet/src/main/java/quarks/oplet/core/mbeans/PeriodicMXBean.java
+++ b/api/oplet/src/main/java/quarks/oplet/core/mbeans/PeriodicMXBean.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.oplet.core.mbeans;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/core/mbeans/package-info.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/core/mbeans/package-info.java b/api/oplet/src/main/java/quarks/oplet/core/mbeans/package-info.java
index c2850aa..9be6987 100644
--- a/api/oplet/src/main/java/quarks/oplet/core/mbeans/package-info.java
+++ b/api/oplet/src/main/java/quarks/oplet/core/mbeans/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Management beans for core oplets.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/core/package-info.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/core/package-info.java b/api/oplet/src/main/java/quarks/oplet/core/package-info.java
index 2b7c78e..1f6cbbf 100644
--- a/api/oplet/src/main/java/quarks/oplet/core/package-info.java
+++ b/api/oplet/src/main/java/quarks/oplet/core/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Core primitive oplets.

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/functional/SupplierSource.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/functional/SupplierSource.java b/api/oplet/src/main/java/quarks/oplet/functional/SupplierSource.java
index 700d7a6..159de13 100644
--- a/api/oplet/src/main/java/quarks/oplet/functional/SupplierSource.java
+++ b/api/oplet/src/main/java/quarks/oplet/functional/SupplierSource.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 package quarks.oplet.functional;
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/functional/package-info.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/functional/package-info.java b/api/oplet/src/main/java/quarks/oplet/functional/package-info.java
index 85158d8..1eb0f91 100644
--- a/api/oplet/src/main/java/quarks/oplet/functional/package-info.java
+++ b/api/oplet/src/main/java/quarks/oplet/functional/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Oplets that process tuples using functions.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/package-info.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/package-info.java b/api/oplet/src/main/java/quarks/oplet/package-info.java
index 693be88..8f1dcf0 100644
--- a/api/oplet/src/main/java/quarks/oplet/package-info.java
+++ b/api/oplet/src/main/java/quarks/oplet/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Oplets API.

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/plumbing/package-info.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/plumbing/package-info.java b/api/oplet/src/main/java/quarks/oplet/plumbing/package-info.java
index 5c9e647..9a1a062 100644
--- a/api/oplet/src/main/java/quarks/oplet/plumbing/package-info.java
+++ b/api/oplet/src/main/java/quarks/oplet/plumbing/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Oplets that control the flow of tuples.

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

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fdc519e8/api/oplet/src/main/java/quarks/oplet/window/package-info.java
----------------------------------------------------------------------
diff --git a/api/oplet/src/main/java/quarks/oplet/window/package-info.java b/api/oplet/src/main/java/quarks/oplet/window/package-info.java
index fcfd8fd..3489798 100644
--- a/api/oplet/src/main/java/quarks/oplet/window/package-info.java
+++ b/api/oplet/src/main/java/quarks/oplet/window/package-info.java
@@ -15,7 +15,6 @@ software distributed under the License is distributed on an
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-# Copyright IBM Corp. 2015, 2016 
 */
 /**
  * Oplets using windows.

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[2/2] incubator-quarks git commit: Add copyright notices that were removed from files

Posted by dj...@apache.org.
Add copyright notices that were removed from files


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

Branch: refs/heads/master
Commit: be767e5e779ec83b2a2bdb9108720f6f5b3d3d5b
Parents: fdc519e
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 22 12:00:05 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 22 12:00:05 2016 -0700

----------------------------------------------------------------------
 NOTICE | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/be767e5e/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 480e554..0ed8753 100644
--- a/NOTICE
+++ b/NOTICE
@@ -18,3 +18,11 @@ and are placed here unaltered.
 # Licensed Materials - Property of IBM
 # Copyright IBM Corp. 2015, 2016 
 */
+/*
+# Licensed Materials - Property of IBM
+# Copyright IBM Corp. 2015
+*/
+/*
+# Licensed Materials - Property of IBM
+# Copyright IBM Corp. 2016
+*/