You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2016/06/10 13:41:22 UTC

zest-java git commit: Adding missing license header.

Repository: zest-java
Updated Branches:
  refs/heads/develop 92e5605ad -> d83eae7f2


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/d83eae7f
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/d83eae7f
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/d83eae7f

Branch: refs/heads/develop
Commit: d83eae7f29aa6913785e68e7c3507b02677c57a4
Parents: 92e5605
Author: Niclas Hedhman <ni...@hedhman.org>
Authored: Fri Jun 10 21:41:21 2016 +0800
Committer: Niclas Hedhman <ni...@hedhman.org>
Committed: Fri Jun 10 21:41:21 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/d83eae7f/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.
 #