From a85e14feefc5bbef74445cc5819a91c8370fe47a Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 4 Jun 2025 19:53:23 +0200 Subject: [PATCH] maint(developer): add more file headers --- resources/teamcity/developer/developer-actions.inc.sh | 1 + resources/teamcity/web/web-actions.inc.sh | 1 + resources/teamcity/web/zip-and-upload-artifacts.ps1 | 1 + 3 files changed, 3 insertions(+) diff --git a/resources/teamcity/developer/developer-actions.inc.sh b/resources/teamcity/developer/developer-actions.inc.sh index 0a73a7d851..45d3792dbe 100644 --- a/resources/teamcity/developer/developer-actions.inc.sh +++ b/resources/teamcity/developer/developer-actions.inc.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Keyman is copyright (C) SIL Global. MIT License. developer_install_dependencies_on_linux_action() { if ! is_ubuntu; then diff --git a/resources/teamcity/web/web-actions.inc.sh b/resources/teamcity/web/web-actions.inc.sh index cb5364e2c6..dce3717cec 100644 --- a/resources/teamcity/web/web-actions.inc.sh +++ b/resources/teamcity/web/web-actions.inc.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Keyman is copyright (C) SIL Global. MIT License. web_install_dependencies_on_linux_action() { if ! is_ubuntu; then diff --git a/resources/teamcity/web/zip-and-upload-artifacts.ps1 b/resources/teamcity/web/zip-and-upload-artifacts.ps1 index b66234dedc..9e3e85832f 100755 --- a/resources/teamcity/web/zip-and-upload-artifacts.ps1 +++ b/resources/teamcity/web/zip-and-upload-artifacts.ps1 @@ -1,3 +1,4 @@ +# Keyman is copyright (C) SIL Global. MIT License. # # This script should be the identical for nightly/beta/stable for a given platform #