|
1 | 1 | #!/bin/bash |
2 | | -#################################################################################################### |
3 | | -# Jamf Source Available License |
4 | | -# Copyright 2025, Jamf Software LLC. |
5 | | -# Persons receiving this software are permitted to use, adapt, and share it for |
6 | | -# purposes associated with the function of their licensed Jamf products so long |
7 | | -# as the Jamf copyright and these terms are included in any copies or derivitive |
8 | | -# works. |
9 | | -# |
10 | | -# THIS SOFTWARE IS PROVIDED "AS-IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
11 | | -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
12 | | -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL JAMF |
13 | | -# SOFTWARE, LLC OR ANY OF ITS AFFILIATES BE LIABLE FOR ANY CLAIM, DAMAGES OR |
14 | | -# OTHER LIABILITY, WHETHER IN CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF |
15 | | -# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OF OR OTHER DEALINGS IN THE |
16 | | -# SOFTWARE, INCLUDING BUT NOT LIMITED TO DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
17 | | -# CONSEQUENTIAL OR PUNITIVE DAMAGES AND OTHER DAMAGES SUCH AS LOSS OF USE, |
18 | | -# PROFITS, SAVINGS, TIME OR DATA, BUSINESS INTERRUPTION, OR PROCUREMENT OF |
19 | | -# SUBSTITUTE GOODS OR SERVICES. |
20 | | -# |
21 | | -#################################################################################################### |
| 2 | +# Copyright <year>, Jamf Software LLC |
| 3 | +# This work is licensed under the terms of the Jamf Source Available License: |
| 4 | +# https://github.com/jamf/scripts/blob/main/LICENCE.md |
22 | 5 |
|
23 | 6 | ################################################################################ |
24 | 7 | # Detects OpenClaw installations including: |
|
0 commit comments