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 #