Skip to content
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
2 changes: 1 addition & 1 deletion .changeset/agpl-home-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"ftw": minor
---

Adopt AGPLv3 with a narrow Energyplan combination permission and expose source access. New Energyplan workers use separate private-household terms; commercial use and distribution require a Sourceful license. Earlier grants remain unchanged.
Adopt AGPLv3 with a narrow Energyplan combination permission and expose source access. Commercial use of the AGPL-covered code remains allowed under its source-sharing terms. New Energyplan workers allow unmodified use with FTW only for a person's own private household. Free, noncommercial redistribution with FTW is allowed only for that household use, with the binary license and third-party notices. Other use or distribution requires a separate written Sourceful license, including commercial use, resale, paid installation/support and hosted or managed operation for others. Earlier grants remain unchanged.

Commercial installations must arrange Energyplan rights or omit the restricted worker before upgrading, including through automatic updates.
12 changes: 8 additions & 4 deletions web/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ <h1>FTW source and licenses</h1>
<li><a id="instructions" href="https://github.com/srcfl/ftw/blob/master/LICENSING.md">Source, build and distribution instructions</a></li>
<li><a id="drivers" href="https://github.com/srcfl/ftw/blob/master/drivers/BUNDLED_SOURCE.json">Driver source revision</a></li>
</ul>
<p>Energyplan is proprietary. Its binary license is separate. New Home Use
workers permit private household use with FTW; commercial use and distribution
require a Sourceful agreement. Earlier copies keep their earlier licenses.
The terms accompanying the exact binary apply.</p>
<p>Energyplan is proprietary and has its own binary license. New workers allow
unmodified use with FTW only for a person's own private household. Free,
noncommercial redistribution with FTW is allowed only for that household use,
with the binary license and third-party notices. Other use or distribution
requires a separate written Sourceful license, including commercial use,
resale, paid installation/support and hosted or managed operation for others.
Earlier copies keep their earlier licenses. The terms accompanying the exact
binary apply.</p>
<p>For a modified distribution, its distributor must supply the matching
source, build files and any required installation information. The upstream
repository alone does not supply unpublished changes.</p>
Expand Down