ignite-3477-master fix license header
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f7679250 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f7679250 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f7679250 Branch: refs/heads/ignite-3477-master Commit: f767925030ac32a54e051bee350aa486c8dbc29b Parents: fd8ea27 Author: Dmitriy Govorukhin <[email protected]> Authored: Thu Mar 30 18:41:23 2017 +0300 Committer: Dmitriy Govorukhin <[email protected]> Committed: Thu Mar 30 18:41:23 2017 +0300 ---------------------------------------------------------------------- scripts/git-remoteless-branches.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f7679250/scripts/git-remoteless-branches.sh ---------------------------------------------------------------------- diff --git a/scripts/git-remoteless-branches.sh b/scripts/git-remoteless-branches.sh index 8676e87..c712187 100755 --- a/scripts/git-remoteless-branches.sh +++ b/scripts/git-remoteless-branches.sh @@ -1,4 +1,20 @@ #!/bin/bash +# +# 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. +# # Prints list of all local branches, which doesn't have remote. #
