Repository: incubator-samoa Updated Branches: refs/heads/master 131f0b692 -> 94f6f7652
http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-instances/pom.xml b/samoa-instances/pom.xml index 2db2eb8..b5372af 100644 --- a/samoa-instances/pom.xml +++ b/samoa-instances/pom.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,20 +19,6 @@ #L% --> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/ArffLoader.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/ArffLoader.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/ArffLoader.java index 812c228..feb5702 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/ArffLoader.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/ArffLoader.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Attribute.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Attribute.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Attribute.java index 68d4808..8609d6e 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Attribute.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Attribute.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstance.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstance.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstance.java index cf5f8a4..984675e 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstance.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstance.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstanceData.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstanceData.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstanceData.java index b92d7f3..e5519e6 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstanceData.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/DenseInstanceData.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instance.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instance.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instance.java index db5caac..f16443f 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instance.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instance.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceData.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceData.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceData.java index 54b02b0..7b947a7 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceData.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceData.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceInformation.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceInformation.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceInformation.java index b00ae3c..a4660df 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceInformation.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstanceInformation.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instances.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instances.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instances.java index d3be605..306f4c1 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instances.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Instances.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstancesHeader.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstancesHeader.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstancesHeader.java index 8b33665..cde079d 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstancesHeader.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/InstancesHeader.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2007 University of Waikato, Hamilton, New Zealand + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleClassInstanceData.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleClassInstanceData.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleClassInstanceData.java index b3007b0..317000e 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleClassInstanceData.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleClassInstanceData.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleLabelInstance.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleLabelInstance.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleLabelInstance.java index 0cf2bb2..96b9afe 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleLabelInstance.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SingleLabelInstance.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstance.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstance.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstance.java index e55dee5..d4d876c 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstance.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstance.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstanceData.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstanceData.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstanceData.java index 102ca38..658af34 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstanceData.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/SparseInstanceData.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Utils.java ---------------------------------------------------------------------- diff --git a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Utils.java b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Utils.java index dd9df6d..993186c 100644 --- a/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Utils.java +++ b/samoa-instances/src/main/java/com/yahoo/labs/samoa/instances/Utils.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.instances; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-local/pom.xml b/samoa-local/pom.xml index 15d278c..e309625 100644 --- a/samoa-local/pom.xml +++ b/samoa-local/pom.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,20 +19,6 @@ #L% --> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/LocalDoTask.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/LocalDoTask.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/LocalDoTask.java index 27ca7a1..78f4ef5 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/LocalDoTask.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/LocalDoTask.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactory.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactory.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactory.java index 0c2f301..754b735 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactory.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,4 +50,4 @@ public class SimpleComponentFactory implements ComponentFactory { public Topology createTopology(String topoName) { return new SimpleTopology(topoName); } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEngine.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEngine.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEngine.java index 5ca5837..b737695 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEngine.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEngine.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItem.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItem.java index c9cc601..aaa2ddb 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItem.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItem.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItem.java index 77361b1..3dd9f0b 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItem.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItem.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleStream.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleStream.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleStream.java index 09dc555..109e927 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleStream.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleStream.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleTopology.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleTopology.java b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleTopology.java index e7ed33f..5ffa09e 100644 --- a/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleTopology.java +++ b/samoa-local/src/main/java/com/yahoo/labs/samoa/topology/impl/SimpleTopology.java @@ -8,7 +8,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/main/resources/log4j.xml ---------------------------------------------------------------------- diff --git a/samoa-local/src/main/resources/log4j.xml b/samoa-local/src/main/resources/log4j.xml index 89da61a..c5a6818 100644 --- a/samoa-local/src/main/resources/log4j.xml +++ b/samoa-local/src/main/resources/log4j.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/AlgosTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/AlgosTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/AlgosTest.java index d3e54a8..2f7c7e1 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/AlgosTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/AlgosTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactoryTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactoryTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactoryTest.java index bfd6fe1..c43ef72 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactoryTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleComponentFactoryTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEngineTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEngineTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEngineTest.java index 23b38b4..da4be1e 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEngineTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEngineTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItemTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItemTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItemTest.java index 0c1e475..8c1ccaf 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItemTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleEntranceProcessingItemTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItemTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItemTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItemTest.java index caa82bf..cd076fe 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItemTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleProcessingItemTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleStreamTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleStreamTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleStreamTest.java index c8f6c5d..25cb5eb 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleStreamTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleStreamTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleTopologyTest.java ---------------------------------------------------------------------- diff --git a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleTopologyTest.java b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleTopologyTest.java index 418ad14..9aaaebd 100644 --- a/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleTopologyTest.java +++ b/samoa-local/src/test/java/com/yahoo/labs/samoa/topology/impl/SimpleTopologyTest.java @@ -15,7 +15,7 @@ import org.junit.Test; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-s4/pom.xml b/samoa-s4/pom.xml index b770fd5..8135be9 100644 --- a/samoa-s4/pom.xml +++ b/samoa-s4/pom.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,20 +19,6 @@ #L% --> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/samoa-s4-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-s4/samoa-s4-adapter/pom.xml b/samoa-s4/samoa-s4-adapter/pom.xml index 608266a..27c8d51 100644 --- a/samoa-s4/samoa-s4-adapter/pom.xml +++ b/samoa-s4/samoa-s4-adapter/pom.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -57,4 +57,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4AdapterApp.java ---------------------------------------------------------------------- diff --git a/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4AdapterApp.java b/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4AdapterApp.java index df30172..1634502 100644 --- a/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4AdapterApp.java +++ b/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4AdapterApp.java @@ -4,7 +4,7 @@ package samoa.topology.adapter; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4EntranceProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4EntranceProcessingItem.java b/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4EntranceProcessingItem.java index 656c304..4c22a0b 100644 --- a/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4EntranceProcessingItem.java +++ b/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/S4EntranceProcessingItem.java @@ -4,7 +4,7 @@ package samoa.topology.adapter; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/package-info.java ---------------------------------------------------------------------- diff --git a/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/package-info.java b/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/package-info.java index 81fd612..2203a32 100644 --- a/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/package-info.java +++ b/samoa-s4/samoa-s4-adapter/src/main/java/samoa/topology/adapter/package-info.java @@ -11,7 +11,7 @@ package samoa.topology.adapter; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/assembly/samoa-s4.xml ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/assembly/samoa-s4.xml b/samoa-s4/src/main/assembly/samoa-s4.xml index 04ca68d..41a93f5 100644 --- a/samoa-s4/src/main/assembly/samoa-s4.xml +++ b/samoa-s4/src/main/assembly/samoa-s4.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -75,4 +75,4 @@ </fileSet> </fileSets> -</assembly> \ No newline at end of file +</assembly> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ComponentFactory.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ComponentFactory.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ComponentFactory.java index b627416..24602a4 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ComponentFactory.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ComponentFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4DoTask.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4DoTask.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4DoTask.java index 3691a82..cc4b18d 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4DoTask.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4DoTask.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4EntranceProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4EntranceProcessingItem.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4EntranceProcessingItem.java index 6f374fa..e1d4754 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4EntranceProcessingItem.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4EntranceProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Event.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Event.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Event.java index 62c623c..8ef137c 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Event.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Event.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ProcessingItem.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ProcessingItem.java index aff252e..ea88094 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ProcessingItem.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4ProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Stream.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Stream.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Stream.java index 67a1385..46c979c 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Stream.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Stream.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Submitter.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Submitter.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Submitter.java index cf5a9b3..f6bca87 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Submitter.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Submitter.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Topology.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Topology.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Topology.java index 2f7661d..5eb0ccf 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Topology.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/S4Topology.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializer.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializer.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializer.java index 216124d..b809284 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializer.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializer.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializerModule.java ---------------------------------------------------------------------- diff --git a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializerModule.java b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializerModule.java index a367eb5..d47b143 100644 --- a/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializerModule.java +++ b/samoa-s4/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSerializerModule.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-samza/pom.xml b/samoa-samza/pom.xml index e54c361..0a04c65 100644 --- a/samoa-samza/pom.xml +++ b/samoa-samza/pom.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,20 +19,6 @@ #L% --> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/assembly/samoa-samza.xml ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/assembly/samoa-samza.xml b/samoa-samza/src/main/assembly/samoa-samza.xml index b48217f..33ad8b5 100644 --- a/samoa-samza/src/main/assembly/samoa-samza.xml +++ b/samoa-samza/src/main/assembly/samoa-samza.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/SamzaDoTask.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/SamzaDoTask.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/SamzaDoTask.java index 6c6103c..8f90478 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/SamzaDoTask.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/SamzaDoTask.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSystemFactory.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSystemFactory.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSystemFactory.java index 639a011..486472c 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSystemFactory.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamoaSystemFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,4 +52,4 @@ public class SamoaSystemFactory implements SystemFactory { public SystemProducer getProducer(String systemName, Config config, MetricsRegistry registry) { throw new SamzaException("This implementation is not supposed to produce anything."); } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaComponentFactory.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaComponentFactory.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaComponentFactory.java index 278b1f2..813c3b3 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaComponentFactory.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaComponentFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,4 +59,4 @@ public class SamzaComponentFactory implements ComponentFactory { public Topology createTopology(String topoName) { return new SamzaTopology(topoName); } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEngine.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEngine.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEngine.java index 745c5b4..4b9b7ce 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEngine.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEngine.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEntranceProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEntranceProcessingItem.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEntranceProcessingItem.java index 5f9f4c3..bfbd40c 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEntranceProcessingItem.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaEntranceProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingItem.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingItem.java index b7f12e0..6998aa2 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingItem.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -164,4 +164,4 @@ public class SamzaProcessingItem extends AbstractProcessingItem } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingNode.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingNode.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingNode.java index 1dbccb6..8a0e01e 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingNode.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaProcessingNode.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -55,4 +55,4 @@ public interface SamzaProcessingNode extends IProcessingItem { // TODO: include getName() and setName() in IProcessingItem and/or // AbstractEPI/PI public void setName(String name); -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaStream.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaStream.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaStream.java index 5214537..98165d4 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaStream.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaStream.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -243,4 +243,4 @@ public class SamzaStream extends AbstractStream implements Serializable { } } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaTopology.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaTopology.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaTopology.java index 4e52966..a30a3a3 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaTopology.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/topology/impl/SamzaTopology.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,4 +61,4 @@ public class SamzaTopology extends AbstractTopology { } return copiedSet; } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaConfigFactory.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaConfigFactory.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaConfigFactory.java index c5b532b..972daa2 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaConfigFactory.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaConfigFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.utils; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaKryoSerdeFactory.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaKryoSerdeFactory.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaKryoSerdeFactory.java index 34d1656..1874fa3 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaKryoSerdeFactory.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SamzaKryoSerdeFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.utils; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SerializableSerializer.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SerializableSerializer.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SerializableSerializer.java index 62fa3fd..4b7850d 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SerializableSerializer.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SerializableSerializer.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.utils; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SystemsUtils.java ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SystemsUtils.java b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SystemsUtils.java index f8e6dcd..0b12971 100644 --- a/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SystemsUtils.java +++ b/samoa-samza/src/main/java/com/yahoo/labs/samoa/utils/SystemsUtils.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.utils; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-samza/src/main/resources/log4j.xml ---------------------------------------------------------------------- diff --git a/samoa-samza/src/main/resources/log4j.xml b/samoa-samza/src/main/resources/log4j.xml index 6cbcf2f..1704755 100644 --- a/samoa-samza/src/main/resources/log4j.xml +++ b/samoa-samza/src/main/resources/log4j.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-storm/pom.xml b/samoa-storm/pom.xml index 85655e3..ce9aa89 100644 --- a/samoa-storm/pom.xml +++ b/samoa-storm/pom.xml @@ -3,7 +3,7 @@ #%L SAMOA %% - Copyright (C) 2013 - 2015 Yahoo! Inc. + Copyright (C) 2014 - 2015 Apache Software Foundation %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,20 +19,6 @@ #L% --> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/LocalStormDoTask.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/LocalStormDoTask.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/LocalStormDoTask.java index d6ea26e..a5e1cdd 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/LocalStormDoTask.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/LocalStormDoTask.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormBoltStream.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormBoltStream.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormBoltStream.java index 84a9336..d879171 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormBoltStream.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormBoltStream.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormComponentFactory.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormComponentFactory.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormComponentFactory.java index 9a2bc65..0537c3f 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormComponentFactory.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormComponentFactory.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormDoTask.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormDoTask.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormDoTask.java index 758ae1e..41ee276 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormDoTask.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormDoTask.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormEntranceProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormEntranceProcessingItem.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormEntranceProcessingItem.java index 832ee34..cba6b28 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormEntranceProcessingItem.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormEntranceProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormJarSubmitter.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormJarSubmitter.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormJarSubmitter.java index 6594aa7..bd7a666 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormJarSubmitter.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormJarSubmitter.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItem.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItem.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItem.java index 1a9064c..509862b 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItem.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItem.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSamoaUtils.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSamoaUtils.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSamoaUtils.java index e316c3b..bb9e3f4 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSamoaUtils.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSamoaUtils.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSpoutStream.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSpoutStream.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSpoutStream.java index 06f5bb2..0aab940 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSpoutStream.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormSpoutStream.java @@ -1,24 +1,24 @@ //package com.yahoo.labs.samoa.topology.impl; -// -///* -// * #%L -// * SAMOA -// * %% -// * Copyright (C) 2013 Yahoo! Inc. -// * %% -// * 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. -// * #L% -// */ + +/* + * #%L + * SAMOA + * %% + * Copyright (C) 2014 - 2015 Apache Software Foundation + * %% + * 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. + * #L% + */ // //import com.yahoo.labs.samoa.core.ContentEvent; //import com.yahoo.labs.samoa.topology.impl.StormEntranceProcessingItem.StormEntranceSpout; http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormStream.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormStream.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormStream.java index ed39a50..ca1edc9 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormStream.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormStream.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -83,4 +83,4 @@ abstract class StormStream implements Stream, java.io.Serializable { public void setBatchSize(int batchSize) { // Ignore batch size } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopology.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopology.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopology.java index 20995d5..8a76c55 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopology.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopology.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologyNode.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologyNode.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologyNode.java index 8be3a1b..8122258 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologyNode.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologyNode.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologySubmitter.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologySubmitter.java b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologySubmitter.java index 6d1ae7a..bc703bc 100644 --- a/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologySubmitter.java +++ b/samoa-storm/src/main/java/com/yahoo/labs/samoa/topology/impl/StormTopologySubmitter.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/test/java/com/yahoo/labs/samoa/AlgosTest.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/test/java/com/yahoo/labs/samoa/AlgosTest.java b/samoa-storm/src/test/java/com/yahoo/labs/samoa/AlgosTest.java index 9f6089c..f767fa8 100644 --- a/samoa-storm/src/test/java/com/yahoo/labs/samoa/AlgosTest.java +++ b/samoa-storm/src/test/java/com/yahoo/labs/samoa/AlgosTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa; * #%L * SAMOA * %% - * Copyright (C) 2013 - 2014 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-storm/src/test/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItemTest.java ---------------------------------------------------------------------- diff --git a/samoa-storm/src/test/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItemTest.java b/samoa-storm/src/test/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItemTest.java index 7414540..27696bd 100644 --- a/samoa-storm/src/test/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItemTest.java +++ b/samoa-storm/src/test/java/com/yahoo/labs/samoa/topology/impl/StormProcessingItemTest.java @@ -4,7 +4,7 @@ package com.yahoo.labs.samoa.topology.impl; * #%L * SAMOA * %% - * Copyright (C) 2013 Yahoo! Inc. + * Copyright (C) 2014 - 2015 Apache Software Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-test/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-test/pom.xml b/samoa-test/pom.xml index ffa37f0..901c10e 100644 --- a/samoa-test/pom.xml +++ b/samoa-test/pom.xml @@ -1,18 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> + #%L + SAMOA + %% + Copyright (C) 2014 - 2015 Apache Software Foundation + %% + 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. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> @@ -75,4 +81,4 @@ </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/94f6f765/samoa-threads/pom.xml ---------------------------------------------------------------------- diff --git a/samoa-threads/pom.xml b/samoa-threads/pom.xml index 24f5e10..a7d9ab5 100644 --- a/samoa-threads/pom.xml +++ b/samoa-threads/pom.xml @@ -1,18 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> + #%L + SAMOA + %% + Copyright (C) 2014 - 2015 Apache Software Foundation + %% + 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. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
