You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/04/28 02:09:57 UTC

[30/32] incubator-mynewt-newt git commit: build.sh; add license info.

build.sh; add license info.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/a6159077
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/a6159077
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/a6159077

Branch: refs/heads/master
Commit: a6159077a3f955f065e143ec4c2470c62d329f49
Parents: 8c3961d
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Apr 27 16:03:38 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Apr 27 16:03:38 2016 -0700

----------------------------------------------------------------------
 build.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/a6159077/build.sh
----------------------------------------------------------------------
diff --git a/build.sh b/build.sh
index 6ed9051..d4f108f 100755
--- a/build.sh
+++ b/build.sh
@@ -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.
+
 set -e
 
 ### Function to do the task of the non-standard realpath utility.  This does