You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/01/09 04:10:48 UTC

[6/7] incubator-streams git commit: Apache License

Apache License


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

Branch: refs/heads/0.1-rc2
Commit: 2a2f8220fae1b9e639855d96d9c0738b4a53c884
Parents: 40ee4e7
Author: Steve Blackmon <sb...@apache.org>
Authored: Thu Jan 8 20:21:17 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Thu Jan 8 20:21:17 2015 -0600

----------------------------------------------------------------------
 .../provider/page/FacebookPageDataCollector.java | 19 ++++++++++++++++++-
 .../streams/facebook/provider/page/TestPage.java | 19 ++++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2a2f8220/streams-contrib/streams-provider-facebook/src/main/java/org/apache/streams/facebook/provider/page/FacebookPageDataCollector.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/src/main/java/org/apache/streams/facebook/provider/page/FacebookPageDataCollector.java b/streams-contrib/streams-provider-facebook/src/main/java/org/apache/streams/facebook/provider/page/FacebookPageDataCollector.java
index 2411390..b78422b 100644
--- a/streams-contrib/streams-provider-facebook/src/main/java/org/apache/streams/facebook/provider/page/FacebookPageDataCollector.java
+++ b/streams-contrib/streams-provider-facebook/src/main/java/org/apache/streams/facebook/provider/page/FacebookPageDataCollector.java
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.streams.facebook.provider.page;
 
 import com.fasterxml.jackson.databind.ObjectMapper;
@@ -63,4 +80,4 @@ public class FacebookPageDataCollector extends FacebookDataCollector {
     protected BlockingQueue<StreamsDatum> getQueue() {
         return super.getQueue();
     }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2a2f8220/streams-contrib/streams-provider-facebook/src/test/java/org/apache/streams/facebook/provider/page/TestPage.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/src/test/java/org/apache/streams/facebook/provider/page/TestPage.java b/streams-contrib/streams-provider-facebook/src/test/java/org/apache/streams/facebook/provider/page/TestPage.java
index 1a4e335..ac13c58 100644
--- a/streams-contrib/streams-provider-facebook/src/test/java/org/apache/streams/facebook/provider/page/TestPage.java
+++ b/streams-contrib/streams-provider-facebook/src/test/java/org/apache/streams/facebook/provider/page/TestPage.java
@@ -1,3 +1,20 @@
+/*
+ * 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
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.apache.streams.facebook.provider.page;
 
 import facebook4j.Cover;
@@ -105,4 +122,4 @@ public class TestPage implements Page {
     public Date getCreatedTime() {
         return null;
     }
-}
\ No newline at end of file
+}