Adding missing license header.
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/3b07170a Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/3b07170a Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/3b07170a Branch: refs/heads/develop Commit: 3b07170a615509041237f1e626f841262463c08d Parents: f5a4d59 Author: Niclas Hedhman <[email protected]> Authored: Fri Jun 10 21:41:21 2016 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sun Jun 12 22:51:04 2016 +0800 ---------------------------------------------------------------------- tools/shell/src/dist/bin/zest-boot | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/3b07170a/tools/shell/src/dist/bin/zest-boot ---------------------------------------------------------------------- diff --git a/tools/shell/src/dist/bin/zest-boot b/tools/shell/src/dist/bin/zest-boot index 14013ad..2706289 100644 --- a/tools/shell/src/dist/bin/zest-boot +++ b/tools/shell/src/dist/bin/zest-boot @@ -1,4 +1,21 @@ #!/bin/sh +# 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. +# +# # This files copies itself to $HOME/bin, renames itself to "zest" # and from then on pretends to be the tools.shell script. #
