Skip to content

Commit 555b1c3

Browse files
authored
Update copyright for 2026 (#607)
1 parent f423dfe commit 555b1c3

6 files changed

Lines changed: 14 additions & 2 deletions

File tree

30-helm/pingfederate-upgrade/hooks/pf-upgrade.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env sh
2+
# Copyright © 2026 Ping Identity Corporation
3+
24

35
test "${VERBOSE}" = "true" && set -x
46

99-helper-scripts/build-server-profile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env sh
2+
# Copyright © 2026 Ping Identity Corporation
3+
24
TOOL_NAME=$( basename "${0}" )
35
cd "$( dirname "${0}" )" || exit 1
46

99-helper-scripts/convert-1906-server-profiles.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env sh
2+
# Copyright © 2026 Ping Identity Corporation
3+
24
################################################################################
35
# Utility script to convert 1906 style pingdirectory server profiles to new
46
# PingDirectory 7.3 native server profile support.
@@ -165,4 +167,4 @@ for currFile in $( ls "${srcDir}/dsconfig" ) ; do
165167
cp ${srcDir}/dsconfig/${currFile} ${dstDir}/dsconfig/${newFile}
166168
done
167169

168-
cp -r ${srcDir}/instance/* ${dstDir}/server-root/pre-setup/.
170+
cp -r ${srcDir}/instance/* ${dstDir}/server-root/pre-setup/.

99-helper-scripts/get-server-profile-from-pingaccess-container.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env sh
2+
# Copyright © 2026 Ping Identity Corporation
3+
24
if test -z "${1}" ; then
35
echo the first argument must be a container id
46
exit 1
@@ -28,4 +30,4 @@ if docker container ls --format '{{.ID}}' --filter id=${containerId} |grep "${co
2830
else
2931
echo the provided container ID ${containerId} does not appear to be running locally
3032
exit 5
31-
fi
33+
fi

99-helper-scripts/git-build-server-repo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# Copyright © 2026 Ping Identity Corporation
3+
24
THIS=`basename ${0}`
35
CMD="${1}"
46

99-helper-scripts/manageCluster.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# Copyright © 2026 Ping Identity Corporation
3+
24

35
export vmMaster="/Users/davidross/Virtual Machines.localized/k8s126master.vmwarevm/k8s126master.vmx"
46
export vmNode01="/Users/davidross/Virtual Machines.localized/k8s126node1.vmwarevm/k8s126node1.vmx"

0 commit comments

Comments
 (0)