SAMOA-38: Fix copyright in samoa-threads

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

Branch: refs/heads/master
Commit: b2591c494530c5db090ac89a17f57bc5d5ce86e4
Parents: ad499bb
Author: Gianmarco De Francisci Morales <[email protected]>
Authored: Mon Jul 6 11:04:59 2015 +0300
Committer: Gianmarco De Francisci Morales <[email protected]>
Committed: Mon Jul 6 11:33:41 2015 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/samoa/flink/helpers/CircleDetection.java  | 2 +-
 .../main/java/org/apache/samoa/flink/topology/impl/SamoaType.java  | 2 +-
 .../src/test/java/org/apache/samoa/instances/ArffLoaderTest.java   | 2 +-
 samoa-test/src/test/java/org/apache/samoa/TestUtils.java           | 2 +-
 .../org/apache/samoa/topology/impl/ThreadsComponentFactory.java    | 2 +-
 .../main/java/org/apache/samoa/topology/impl/ThreadsEngine.java    | 2 +-
 .../apache/samoa/topology/impl/ThreadsEntranceProcessingItem.java  | 2 +-
 .../java/org/apache/samoa/topology/impl/ThreadsEventRunnable.java  | 2 +-
 .../java/org/apache/samoa/topology/impl/ThreadsProcessingItem.java | 2 +-
 .../apache/samoa/topology/impl/ThreadsProcessingItemInstance.java  | 2 +-
 .../main/java/org/apache/samoa/topology/impl/ThreadsStream.java    | 2 +-
 .../main/java/org/apache/samoa/topology/impl/ThreadsTopology.java  | 2 +-
 samoa-threads/src/test/java/org/apache/samoa/AlgosTest.java        | 2 +-
 .../apache/samoa/topology/impl/ThreadsComponentFactoryTest.java    | 2 +-
 .../java/org/apache/samoa/topology/impl/ThreadsEngineTest.java     | 2 +-
 .../samoa/topology/impl/ThreadsEntranceProcessingItemTest.java     | 2 +-
 .../org/apache/samoa/topology/impl/ThreadsEventRunnableTest.java   | 2 +-
 .../samoa/topology/impl/ThreadsProcessingItemInstanceTest.java     | 2 +-
 .../org/apache/samoa/topology/impl/ThreadsProcessingItemTest.java  | 2 +-
 .../java/org/apache/samoa/topology/impl/ThreadsStreamTest.java     | 2 +-
 .../java/org/apache/samoa/topology/impl/ThreadsTopologyTest.java   | 2 +-
 .../test/java/org/apache/samoa/utils/StreamDestinationTest.java    | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/b2591c49/samoa-flink/src/main/java/org/apache/samoa/flink/helpers/CircleDetection.java
----------------------------------------------------------------------
diff --git 
a/samoa-flink/src/main/java/org/apache/samoa/flink/helpers/CircleDetection.java 
b/samoa-flink/src/main/java/org/apache/samoa/flink/helpers/CircleDetection.java
index a5a3b9d..400e49c 100644
--- 
a/samoa-flink/src/main/java/org/apache/samoa/flink/helpers/CircleDetection.java
+++ 
b/samoa-flink/src/main/java/org/apache/samoa/flink/helpers/CircleDetection.java
@@ -96,4 +96,4 @@ public class CircleDetection {
                }
        }
 
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/b2591c49/samoa-flink/src/main/java/org/apache/samoa/flink/topology/impl/SamoaType.java
----------------------------------------------------------------------
diff --git 
a/samoa-flink/src/main/java/org/apache/samoa/flink/topology/impl/SamoaType.java 
b/samoa-flink/src/main/java/org/apache/samoa/flink/topology/impl/SamoaType.java
index c0f223f..441455c 100644
--- 
a/samoa-flink/src/main/java/org/apache/samoa/flink/topology/impl/SamoaType.java
+++ 
b/samoa-flink/src/main/java/org/apache/samoa/flink/topology/impl/SamoaType.java
@@ -39,4 +39,4 @@ public class SamoaType extends Tuple3<String, ContentEvent, 
String> {
                String key = event.getKey() == null ? "none" : event.getKey();
                return new SamoaType(key, event, streamId);
        }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/b2591c49/samoa-instances/src/test/java/org/apache/samoa/instances/ArffLoaderTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-instances/src/test/java/org/apache/samoa/instances/ArffLoaderTest.java 
b/samoa-instances/src/test/java/org/apache/samoa/instances/ArffLoaderTest.java
index b9dbd25..d34baa9 100644
--- 
a/samoa-instances/src/test/java/org/apache/samoa/instances/ArffLoaderTest.java
+++ 
b/samoa-instances/src/test/java/org/apache/samoa/instances/ArffLoaderTest.java
@@ -108,4 +108,4 @@ public class ArffLoaderTest {
     assertEquals(145, instance.value(8), 0);
     assertEquals(0, instance.value(9), 0);
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/b2591c49/samoa-test/src/test/java/org/apache/samoa/TestUtils.java
----------------------------------------------------------------------
diff --git a/samoa-test/src/test/java/org/apache/samoa/TestUtils.java 
b/samoa-test/src/test/java/org/apache/samoa/TestUtils.java
index 6ed9ebc..546e6f4 100644
--- a/samoa-test/src/test/java/org/apache/samoa/TestUtils.java
+++ b/samoa-test/src/test/java/org/apache/samoa/TestUtils.java
@@ -3,7 +3,7 @@ package org.apache.samoa;/*
  * * SAMOA
  * *
  * %%
- * Copyright (C) 2013 - 2014 Yahoo! Inc.
+ * Copyright (C) 2014 - 2015 Apache Software Foundation
  * *
  * %%
  * Licensed under the Apache License, Version 2.0 (the "License");

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsComponentFactory.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsComponentFactory.java
 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsComponentFactory.java
index e27487b..7b54090 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsComponentFactory.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsComponentFactory.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEngine.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEngine.java 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEngine.java
index 5deb962..0de1cf7 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEngine.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEngine.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItem.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItem.java
 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItem.java
index 6c09a60..6a5e67e 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItem.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItem.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEventRunnable.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEventRunnable.java
 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEventRunnable.java
index d812db8..80d916f 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEventRunnable.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsEventRunnable.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItem.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItem.java
 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItem.java
index de24a8d..47b1fc8 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItem.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItem.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstance.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstance.java
 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstance.java
index a736cd1..0ed0c4b 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstance.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstance.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsStream.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsStream.java 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsStream.java
index d56ae2d..a41f9d8 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsStream.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsStream.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsTopology.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsTopology.java
 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsTopology.java
index 4a7876a..3b745c3 100644
--- 
a/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsTopology.java
+++ 
b/samoa-threads/src/main/java/org/apache/samoa/topology/impl/ThreadsTopology.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/AlgosTest.java
----------------------------------------------------------------------
diff --git a/samoa-threads/src/test/java/org/apache/samoa/AlgosTest.java 
b/samoa-threads/src/test/java/org/apache/samoa/AlgosTest.java
index e14b1e4..33130c1 100644
--- a/samoa-threads/src/test/java/org/apache/samoa/AlgosTest.java
+++ b/samoa-threads/src/test/java/org/apache/samoa/AlgosTest.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsComponentFactoryTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsComponentFactoryTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsComponentFactoryTest.java
index 24762e3..4a79cb7 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsComponentFactoryTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsComponentFactoryTest.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEngineTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEngineTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEngineTest.java
index cf8ec34..0f7f150 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEngineTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEngineTest.java
@@ -4,7 +4,7 @@ package org.apache.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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItemTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItemTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItemTest.java
index 355da61..48acb80 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItemTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEntranceProcessingItemTest.java
@@ -2,7 +2,7 @@
  * #%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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEventRunnableTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEventRunnableTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEventRunnableTest.java
index c5afe80..9656587 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEventRunnableTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsEventRunnableTest.java
@@ -2,7 +2,7 @@
  * #%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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstanceTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstanceTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstanceTest.java
index 7b64e48..abacb8e 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstanceTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemInstanceTest.java
@@ -2,7 +2,7 @@
  * #%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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemTest.java
index 0f59936..725fc3e 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsProcessingItemTest.java
@@ -2,7 +2,7 @@
  * #%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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsStreamTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsStreamTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsStreamTest.java
index ef970ab..4f80956 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsStreamTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsStreamTest.java
@@ -2,7 +2,7 @@
  * #%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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsTopologyTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsTopologyTest.java
 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsTopologyTest.java
index fb593ae..f43e03a 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsTopologyTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/topology/impl/ThreadsTopologyTest.java
@@ -2,7 +2,7 @@
  * #%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/b2591c49/samoa-threads/src/test/java/org/apache/samoa/utils/StreamDestinationTest.java
----------------------------------------------------------------------
diff --git 
a/samoa-threads/src/test/java/org/apache/samoa/utils/StreamDestinationTest.java 
b/samoa-threads/src/test/java/org/apache/samoa/utils/StreamDestinationTest.java
index aa3ec74..b003082 100644
--- 
a/samoa-threads/src/test/java/org/apache/samoa/utils/StreamDestinationTest.java
+++ 
b/samoa-threads/src/test/java/org/apache/samoa/utils/StreamDestinationTest.java
@@ -4,7 +4,7 @@ package org.apache.samoa.utils;
  * #%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.

Reply via email to