|
1 | | -## AnyKernel3 (AK3), and AnyKernel2/AnyKernel 2.0 (AK2) Scripts License: |
2 | 1 | # |
3 | | -# AnyKernel (versions 2.0/2 and later) Android image modifying scripts. |
4 | | -# Copyright (c) 2019 Chris Renshaw (osm0sis @ xda-developers), |
5 | | -# and additional contributors per readily available commit history/credits. |
6 | | -# All rights reserved. |
7 | | -# |
8 | | -# Redistribution and use in source and binary forms, with or without |
9 | | -# modification, are permitted (subject to the limitations in the disclaimer |
10 | | -# below) provided that the following conditions are met: |
11 | | -# |
12 | | -# * Redistributions of source code must retain the above copyright notice, |
13 | | -# this list of conditions and the following disclaimer. |
14 | | -# |
15 | | -# * Redistributions in binary form must reproduce the above copyright |
16 | | -# notice, this list of conditions and the following disclaimer in the |
17 | | -# documentation and/or other materials provided with the distribution. |
18 | | -# |
19 | | -# * Neither the name of the copyright holder nor the names of its |
20 | | -# contributors may be used to endorse or promote products derived from this |
21 | | -# software without specific prior written permission. |
22 | | -# |
23 | | -# NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY |
24 | | -# THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
25 | | -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
26 | | -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
27 | | -# PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
28 | | -# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
29 | | -# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
30 | | -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
31 | | -# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER |
32 | | -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
33 | | -# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
34 | | -# POSSIBILITY OF SUCH DAMAGE. |
| 2 | +# Copyright (c) 2019-2023 to present Androidacy and contributors. Names, logos, icons, and the Androidacy name are all trademarks of Androidacy and may not be used without license. See LICENSE for more information. |
35 | 3 | # |
36 | 4 |
|
37 | 5 | if [ -z "$AK3TMPFS" ]; then |
|
0 commit comments