From 1f15ebe711682fa57bcb27b9ffe666872d01bd06 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 20 Sep 2023 17:49:18 +0000 Subject: [PATCH 1/2] Terraform - Adds licensing information --- src/terraform/NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/terraform/NOTES.md b/src/terraform/NOTES.md index 19fe92f31..f5dc31504 100644 --- a/src/terraform/NOTES.md +++ b/src/terraform/NOTES.md @@ -1,5 +1,9 @@ +## Licensing + +On August 10, 2023, HashiCorp announced a change of license for its products, including Terraform. After ~9 years of Terraform being open source under the MPL v2 license, it was to move under a non-open source BSL v1. 1 license, starting from the next (1.6) version. See https://github.com/hashicorp/terraform/blob/main/LICENSE + ## OS Support This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. From e97d06af23f8a3babba5ef518c825e2b988f829e Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 20 Sep 2023 10:55:34 -0700 Subject: [PATCH 2/2] Update src/terraform/NOTES.md Co-authored-by: Brigit Murtaugh --- src/terraform/NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terraform/NOTES.md b/src/terraform/NOTES.md index f5dc31504..2c1540aee 100644 --- a/src/terraform/NOTES.md +++ b/src/terraform/NOTES.md @@ -2,7 +2,7 @@ ## Licensing -On August 10, 2023, HashiCorp announced a change of license for its products, including Terraform. After ~9 years of Terraform being open source under the MPL v2 license, it was to move under a non-open source BSL v1. 1 license, starting from the next (1.6) version. See https://github.com/hashicorp/terraform/blob/main/LICENSE +On August 10, 2023, HashiCorp announced a change of license for its products, including Terraform. After ~9 years of Terraform being open source under the MPL v2 license, it was to move under a non-open source BSL v1.1 license, starting from the next (1.6) version. See https://github.com/hashicorp/terraform/blob/main/LICENSE ## OS Support