{% 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.

Vizio Trial This September!

SFC's historic lawsuit against Vizio for their violations of the GPLv2 & LGPLv2.1 goes to trial starting MON 2025-09-22. Would you like an opportunity to attend the trial as an observer? Apply for a travel grant today!

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

Summary Judgment

In a summary judgment motion, a party in a lawsuit asks the Court to rule immediately on some (or all) of the claims made in the complaint. A motion for summary judgment on just some issues is called “partial” —. To rule affirmatively for summary judgment, the Judge must determine there are no issues of fact in dispute on the issue(s) in question. The Judge rules as a matter of law on the issue. In some state courts — including California — these motions are called “motion for summary adjudication”.

Visit our full glossary of terms …

Subscribe to our email list


RSS feed

Follow us

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