Skip to content

Commit cbe0e81

Browse files
committed
Add copyright notice headers to shell scripts
1 parent 6c4e432 commit cbe0e81

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

policies/policy_ms_autoupdate.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright 2025 Cisco Systems, Inc.
4+
# Licensed under MIT-style license (see LICENSE.txt file).
5+
#
26

37
defaults write com.microsoft.autoupdate2 AcknowledgedDataCollectionPolicy -string RequiredDataOnly
48
defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool false

policies/policy_ms_office.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright 2025 Cisco Systems, Inc.
4+
# Licensed under MIT-style license (see LICENSE.txt file).
5+
#
26

37
# Diagnostic and telemetry settings
48
defaults write com.microsoft.office DiagnosticDataTypePreference -string ZeroDiagnosticData

policies/policy_ms_powerpoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright 2025 Cisco Systems, Inc.
4+
# Licensed under MIT-style license (see LICENSE.txt file).
5+
#
26

37
POWERPOINT_PREFERENCES="$HOME/Library/Containers/com.microsoft.Powerpoint/Data/Library/Preferences"
48

scripts/dismiss_privacy_modal.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env bash
2+
#
3+
# Copyright 2025 Cisco Systems, Inc.
4+
# Licensed under MIT-style license (see LICENSE.txt file).
5+
#
26

37
echo "Waiting for PowerPoint privacy modals..."
48

0 commit comments

Comments
 (0)