Added missing license headers for twitter
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/2d8ff243 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/2d8ff243 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/2d8ff243 Branch: refs/heads/master Commit: 2d8ff2439cd8e579896adcc250b048621dea48de Parents: 0728793 Author: Matt Franklin <[email protected]> Authored: Wed Oct 12 09:54:00 2016 -0400 Committer: Matt Franklin <[email protected]> Committed: Wed Oct 12 09:54:00 2016 -0400 ---------------------------------------------------------------------- .../test/resources/TwitterFollowingProviderIT.conf | 17 +++++++++++++++++ .../test/resources/TwitterStreamProviderIT.conf | 17 +++++++++++++++++ .../test/resources/TwitterTimelineProviderIT.conf | 17 +++++++++++++++++ .../TwitterUserInformationProviderIT.conf | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2d8ff243/streams-contrib/streams-provider-twitter/src/test/resources/TwitterFollowingProviderIT.conf ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterFollowingProviderIT.conf b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterFollowingProviderIT.conf index 378978a..65f9422 100644 --- a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterFollowingProviderIT.conf +++ b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterFollowingProviderIT.conf @@ -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 +# 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. + twitter { info = [ 18055613 http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2d8ff243/streams-contrib/streams-provider-twitter/src/test/resources/TwitterStreamProviderIT.conf ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterStreamProviderIT.conf b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterStreamProviderIT.conf index 291a17c..4f808eb 100644 --- a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterStreamProviderIT.conf +++ b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterStreamProviderIT.conf @@ -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 +# 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. + twitter { endpoint = sample track = [ http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2d8ff243/streams-contrib/streams-provider-twitter/src/test/resources/TwitterTimelineProviderIT.conf ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterTimelineProviderIT.conf b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterTimelineProviderIT.conf index a7862c4..1fad66d 100644 --- a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterTimelineProviderIT.conf +++ b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterTimelineProviderIT.conf @@ -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 +# 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. + twitter.info = [ 18055613 ] http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2d8ff243/streams-contrib/streams-provider-twitter/src/test/resources/TwitterUserInformationProviderIT.conf ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterUserInformationProviderIT.conf b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterUserInformationProviderIT.conf index 698a2c8..3054b9d 100644 --- a/streams-contrib/streams-provider-twitter/src/test/resources/TwitterUserInformationProviderIT.conf +++ b/streams-contrib/streams-provider-twitter/src/test/resources/TwitterUserInformationProviderIT.conf @@ -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 +# 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. + twitter.info = [ 3424266646 3277467241
