Skip to content

Commit b6869d7

Browse files
5th
1 parent 112eb33 commit b6869d7

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

support/openclaw_detection copy.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#!/bin/bash
2-
# Copyright <year>, Jamf Software LLC
3-
# This work is licensed under the terms of the Jamf Source Available License:
2+
###########################################################################################################################
3+
#
4+
# Copyright 2025, Jamf Software LLC.
5+
# This work is licensed under the terms of the Jamf Source Available License
46
# https://github.com/jamf/scripts/blob/main/LICENCE.md
7+
#
8+
###########################################################################################################################
9+
#
510

611
################################################################################
712
# Detects OpenClaw installations including:

support/openclaw_detection.sh

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

2511
################################################################################
2612
# Detects OpenClaw installations including:

0 commit comments

Comments
 (0)