From 4c766fb6db9f2558d884774b437f62623bf7021e Mon Sep 17 00:00:00 2001 From: Cory O'Daniel Date: Wed, 16 Aug 2023 15:38:52 -0700 Subject: [PATCH] rebase & blockquote --- index.html | 29 +++++++++++++++++++++++++---- style.css | 21 ++++++++++++++++++--- 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index ed988282..bf9f5d95 100644 --- a/index.html +++ b/index.html @@ -255,12 +255,14 @@

Frequently Asked Questions link to the CLA in the Internet Archive as HashiCorp has of course removed this wording):

-
+
+
HashiCorp is committed to having a true Free and Open Source Software (“FOSS”) license for our non-commercial software. A CLA enables HashiCorp to safely commercialize our products while keeping a standard FOSS license with all the rights that license grants to users: the ability to use the project in their own projects or businesses, to republish modified source, or to completely fork the project. -
+
+

The move to BSL—which is not a free and open source license—broke the implicit contract. That was the brash action! @@ -283,11 +285,13 @@

Frequently Asked Questions blog post where HashiCorp announces the switch to BSL, they justify the license switch as a response to the following:

-
+
+
However, there are other vendors who take advantage of pure OSS models, and the community work on OSS projects, for their own commercial goals, without providing material contributions back. We don’t believe this is in the spirit of open source. -
+
+

This is inaccurate and misleading. First of all, many of the vendors affected by the change to BSL have made considerable contributions to the Terraform community. Here are just a handful of examples: @@ -356,6 +360,23 @@

Frequently Asked Questions + Why is HashiCorp Committed to Open-Source? + + + + +

We acknowledge that maintaining an open source project such as Terraform takes a considerable investment in terms of time, skill, effort, and coordination. We are grateful to HashiCorp for creating Terraform diff --git a/style.css b/style.css index 00c7b9e7..6b3950dc 100644 --- a/style.css +++ b/style.css @@ -304,10 +304,25 @@ a:hover { .co-signed { - width: 100%; + width: 100%; } -.co-signed th, .co-signed td { +.co-signed th, +.co-signed td { text-align: left; - padding: 5px; + padding: 5px; } + +figure { + margin: 0; +} + +figure figcaption, +figure blockquote { + margin: 1em; +} + +figure blockquote { + border-left: 2px solid #5569ff; + padding: 1em; +} \ No newline at end of file