diff --git a/static/install-opentofu.ps1 b/static/install-opentofu.ps1 index 779eef1..26ce059 100755 --- a/static/install-opentofu.ps1 +++ b/static/install-opentofu.ps1 @@ -1,6 +1,7 @@ <# Copyright (c) The OpenTofu Authors SPDX-License-Identifier: Apache-2.0 +License: https://github.com/opentofu/get.opentofu.org/blob/main/LICENSE .SYNOPSIS Install OpenTofu. @@ -15,6 +16,9 @@ https://opentofu.org .LINK https://opentofu.org/docs/intro/install/ +.LINK +https://github.com/opentofu/get.opentofu.org/blob/main/LICENSE + .PARAMETER help Show a more detailed help. diff --git a/static/install-opentofu.sh b/static/install-opentofu.sh index bca90c5..9c851ef 100755 --- a/static/install-opentofu.sh +++ b/static/install-opentofu.sh @@ -5,6 +5,7 @@ # OpenTofu Installer # # This script installs OpenTofu via any of the supported methods. +# License: https://github.com/opentofu/get.opentofu.org/blob/main/LICENSE export TOFU_INSTALL_EXIT_CODE_OK=0 export TOFU_INSTALL_EXIT_CODE_INSTALL_REQUIREMENTS_NOT_MET=1