{% extends "base_conservancy.html" %} {% load date_within %} {% load static %} {% block category %}Home{% endblock %} {% block head %} {% endblock %} {% block content %}

Software Freedom Conservancy is a nonprofit organization centered around ethical technology. Our mission is to ensure the right to repair, improve and reinstall software. We promote and defend these rights through fostering free and open source software (FOSS) projects, driving initiatives that actively make technology more inclusive, and advancing policy strategies that defend FOSS (such as copyleft). Learn more.

SFC files updated MSA in Vizio

Recently, in the historic Vizio lawsuit, SFC has filed a new Motion for Summary Adjudication. Seeking to establish the right of "third-party beneficiaries" to the GPL. This is the right we are hope to enshrine for all users and recievers of copyleft software. Follow along as we move to trial later this year in this landmark lawsuit.

Check it out!

News

{% for pressr in press_releases|slice:":4" %} {% if forloop.first %} {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %} {% else %} {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %} {% endif %} {% endfor %}

Articles

{% for entry in blog|slice:":5" %} {% if forloop.first or entry.pub_date|date_within_past_days:180 %} {% if not forloop.first %}
{% endif %} {% include "blog/entry_partial.html" with entry=entry show="dateline" only %} {% endif %} {% endfor %}

Featured Term

third-party beneficiary

People who aren’t a party to a GPL agreement, but who would benefit from the contract if the parties to the GPL do as they promise under the agreement. An example of such a benefit might be the receipt of the source code of the GPL’d software. See also General Public License (GPL).

Visit our glossary of terms

Subscribe to our email list


RSS feed

Follow us

{% include 'socials_partial.html' %}
{% endblock %}