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

Make it more obvious that FreeCAD is free #198

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
5 changes: 4 additions & 1 deletion downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ function thankyou(e) {
<!-- -------------------------------- -->

<h2 class="downloads-notes-title"><?php echo _('Current stable version:'); ?> 0.21.2</h2>
<p><?php echo _('Select your desired platform (note that all downloads are for 64-bit systems):'); ?></p>
<p class="whitelinks">
<?php echo _('FreeCAD is <a href="https://wiki.freecad.org/License">licensed under LGPL2+</a> and is free to use, by anybody and for any purpose.'); ?><br/>
<?php echo _('Select your desired platform (note that all downloads are for 64-bit systems):'); ?>
</p>

</div>

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function onClickArrow() {
<div class="col-lg-4 text-light text-center text-lg-start rounded text-backround">
<h3 class="section-title mt-3"><?php echo _('Freedom to build what you want'); ?></h3>
<p class="section-body">
<?php echo _('FreeCAD is an open-source parametric 3D modeler made primarily to
<?php echo _('FreeCAD is a free and open-source parametric 3D modeler made primarily to
design real-life objects of any size. Parametric modeling allows you
to easily modify your design by going back into your model history
and changing its parameters.'); ?>
Expand Down
18 changes: 18 additions & 0 deletions thankyou.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,24 @@ function startDownload() {

<section class="row section d-flex justify-content-around">

<div class="col-lg-4">
<h3><?php echo _('Remember:'); ?></h3>
</div>

<div class="col-lg-7 text-light text-center text-lg-start px-md-4">

<p>
<?php echo _('FreeCAD is Free and Open Source Software, is developed
and maintained by volunteers, and is free to use by anybody, for any
purpose. There is no registering or payment needed to use it, and the
files you produce with it are truly yours and your only. Check the
yorikvanhavre marked this conversation as resolved.
Show resolved Hide resolved
<a href="https://wiki.freecad.org/License">license page</a> for more
details. We hope you will find FreeCAD useful!'); ?>
</p>

<br/><br/>

</div>

<div class="col-lg-4">
<h3><?php echo _('Support FreeCAD!'); ?></h3>
Expand Down