Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding quote #294

Merged
merged 2 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,14 @@ <h2 id="faq">Frequently Asked Questions <a href="#faq"><svg width="24" height="2
(<a href="https://web.archive.org/web/20230610041432/https://www.hashicorp.com/cla">link to the CLA in the
Internet Archive</a> as HashiCorp has of course removed this wording):
</p>
<blockquote>
<figure>
<blockquote>
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.
</blockquote>
</blockquote>
</figure>
<p>
The move to BSL—which is <em>not</em> a free and open source license—broke the implicit contract. <em>That</em>
was the brash action!
Expand All @@ -283,11 +285,13 @@ <h2 id="faq">Frequently Asked Questions <a href="#faq"><svg width="24" height="2
In the <a href="https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license">blog post</a> where
HashiCorp announces the switch to BSL, they justify the license switch as a response to the following:
</p>
<blockquote>
<figure>
<blockquote>
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.
</blockquote>
</blockquote>
</figure>
<p>
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:
Expand Down Expand Up @@ -355,7 +359,7 @@ <h2 id="faq">Frequently Asked Questions <a href="#faq"><svg width="24" height="2
</p>

<h2>Supporters</h2>

<p>
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
Expand Down
21 changes: 18 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}