|
| 1 | +# -------------------------------------------------------------------------------- |
| 2 | +# Copyright (c) 2018-2020 Sarah Edwards (Station X Labs, LLC, |
| 3 | +# @iamevltwin, mac4n6.com). All rights reserved. |
| 4 | + |
| 5 | +# This software is provided "as is," without warranty of any kind, |
| 6 | +# express or implied. In no event shall the author or contributors |
| 7 | +# be held liable for any damages arising in any way from the use of |
| 8 | +# this software. |
| 9 | + |
| 10 | +# The contents of this file are DUAL-LICENSED. You may modify and/or |
| 11 | +# redistribute this software according to the terms of one of the |
| 12 | +# following two licenses (at your option): |
| 13 | + |
| 14 | +# LICENSE 1 ("BSD-like with acknowledgment clause"): |
| 15 | + |
| 16 | +# Permission is granted to anyone to use this software for any purpose, |
| 17 | +# including commercial applications, and to alter it and redistribute |
| 18 | +# it freely, subject to the following restrictions: |
| 19 | + |
| 20 | +# 1. Redistributions of source code must retain the above copyright |
| 21 | +# notice, disclaimer, and this list of conditions. |
| 22 | +# 2. Redistributions in binary form must reproduce the above copyright |
| 23 | +# notice, disclaimer, and this list of conditions in the documenta- |
| 24 | +# tion and/or other materials provided with the distribution. |
| 25 | +# 3. All advertising, training, and documentation materials mentioning |
| 26 | +# features or use of this software must display the following |
| 27 | +# acknowledgment. Character-limited social media may abbreviate this |
| 28 | +# acknowledgment to include author and APOLLO name ie: "This new |
| 29 | +# feature brought to you by @iamevltwin's APOLLO". Please make an |
| 30 | +# effort credit the appropriate authors on specific APOLLO modules. |
| 31 | +# The spirit of this clause is to give public acknowledgment to |
| 32 | +# researchers where credit is due. |
| 33 | + |
| 34 | +# This product includes software developed by Sarah Edwards |
| 35 | +# (Station X Labs, LLC, @iamevltwin, mac4n6.com) and other |
| 36 | +# contributors as part of APOLLO (Apple Pattern of Life Lazy |
| 37 | +# Output'er). |
| 38 | + |
| 39 | + |
| 40 | +# LICENSE 2 (GNU GPL v3 or later): |
| 41 | + |
| 42 | +# This file is part of APOLLO (Apple Pattern of Life Lazy Output'er). |
| 43 | + |
| 44 | +# APOLLO is free software: you can redistribute it and/or modify |
| 45 | +# it under the terms of the GNU General Public License as published by |
| 46 | +# the Free Software Foundation, either version 3 of the License, or |
| 47 | +# (at your option) any later version. |
| 48 | + |
| 49 | +# APOLLO is distributed in the hope that it will be useful, |
| 50 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 51 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 52 | +# GNU General Public License for more details. |
| 53 | + |
| 54 | +# You should have received a copy of the GNU General Public License |
| 55 | +# along with APOLLO. If not, see <https://www.gnu.org/licenses/>. |
| 56 | +# -------------------------------------------------------------------------------- |
| 57 | + |
| 58 | + |
1 | 59 | [Module Metadata]
|
2 | 60 | AUTHOR=Sarah Edwards/mac4n6.com/@iamevltwin
|
3 | 61 | MODULE_NOTES=Locationd CDMA Cell Location Harvest
|
|
0 commit comments