Repository: incubator-streams Updated Branches: refs/heads/master dcf3045f4 -> c64da77f2
STREAMS-505 Add ASFv2 Licenses closes apache/incubator-streams#366 Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/c64da77f Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/c64da77f Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/c64da77f Branch: refs/heads/master Commit: c64da77f2161ed6f9a508330cb64f81c440fc996 Parents: dcf3045 Author: rawkintrevo <trevor.d.gr...@gmail.com> Authored: Fri May 19 00:44:29 2017 -0500 Committer: rawkintrevo <trevor.d.gr...@gmail.com> Committed: Fri May 19 00:44:29 2017 -0500 ---------------------------------------------------------------------- .../api/InstagramOAuthRequestSigner.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/c64da77f/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/api/InstagramOAuthRequestSigner.java ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/api/InstagramOAuthRequestSigner.java b/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/api/InstagramOAuthRequestSigner.java index f944695..02e5438 100644 --- a/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/api/InstagramOAuthRequestSigner.java +++ b/streams-contrib/streams-provider-instagram/src/main/java/org/apache/streams/instagram/api/InstagramOAuthRequestSigner.java @@ -1,3 +1,21 @@ +/* + * 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.instagram.api; import org.apache.streams.instagram.config.InstagramOAuthConfiguration;