|
1 | 1 | #!/bin/bash -eu
|
2 |
| -# Copyright 2016 Google Inc. |
| 2 | +#*************************************************************************** |
| 3 | +# _ _ ____ _ |
| 4 | +# Project ___| | | | _ \| | |
| 5 | +# / __| | | | |_) | | |
| 6 | +# | (__| |_| | _ <| |___ |
| 7 | +# \___|\___/|_| \_\_____| |
3 | 8 | #
|
4 |
| -# Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
| -# you may not use this file except in compliance with the License. |
6 |
| -# You may obtain a copy of the License at |
| 9 | +# Copyright (C) 2018-2021, Max Dymond, <[email protected]>, et al. |
7 | 10 | #
|
8 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +# This software is licensed as described in the file COPYING, which |
| 12 | +# you should have received as part of this distribution. The terms |
| 13 | +# are also available at https://curl.haxx.se/docs/copyright.html. |
9 | 14 | #
|
10 |
| -# Unless required by applicable law or agreed to in writing, software |
11 |
| -# distributed under the License is distributed on an "AS IS" BASIS, |
12 |
| -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
| -# See the License for the specific language governing permissions and |
14 |
| -# limitations under the License. |
| 15 | +# You may opt to use, copy, modify, merge, publish, distribute and/or sell |
| 16 | +# copies of the Software, and permit persons to whom the Software is |
| 17 | +# furnished to do so, under the terms of the COPYING file. |
15 | 18 | #
|
16 |
| -################################################################################ |
| 19 | +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 20 | +# KIND, either express or implied. |
| 21 | +# |
| 22 | +########################################################################### |
17 | 23 |
|
18 | 24 | # Save off the current folder as the build root.
|
19 | 25 | export BUILD_ROOT=$PWD
|
|
0 commit comments