From 455de78d3767953a955ce9fe5e68dcefe247810a Mon Sep 17 00:00:00 2001 From: xiaolu Date: Thu, 5 Sep 2013 22:41:01 +0800 Subject: [PATCH] Add license --- mkboot | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mkboot b/mkboot index 3464985..a92fc43 100755 --- a/mkboot +++ b/mkboot @@ -1,5 +1,17 @@ #!/bin/bash - +# +# Licensed 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. +# #boot.img tools trap "clean" 2 3 4 workdir=$(pwd)