Skip to content

Commit

Permalink
Merge pull request #36 from opentofu/copyright-headers
Browse files Browse the repository at this point in the history
Adding copyright headers to install scripts to aid with legal compliance
  • Loading branch information
abstractionfactory authored Sep 18, 2024
2 parents 8b84409 + 9423e4b commit 3bf57d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/install-opentofu.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<#
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.
Expand All @@ -12,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.
Expand Down
3 changes: 3 additions & 0 deletions static/install-opentofu.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/sh
# Copyright (c) The OpenTofu Authors
# SPDX-License-Identifier: Apache-2.0

# 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
Expand Down

0 comments on commit 3bf57d8

Please sign in to comment.