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

Sandler Receives Honorary Doctorate

Our Executive Director, Karen M. Sandler, was awarded an honorary doctorate in early February for her work toward software rights and diversity in the FOSS community.

More information

News

{% for pressr in press_releases|slice:":4" %} {% if forloop.first or pressr.pub_date|date_within_past_days:365 %} {% if not forloop.first %}
{% endif %} {% 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 %}

Term of the week

proprietary relicensing

Proprietary relicensing is a toxic business model whereby a company distributes software under a copyleft licenses, but refuses to agree to the copyleft license themselves (by collecting rights to issue proprietary, non-FOSS licenses for the software separately). While the software is technically available as FOSS, users must worry since the rights-holder usually captiously (and often incorrectly) interprets the copyleft license and demands licensing fees for acts that copyleft actually permits. Users must chose whether to fight the proprietary relicensor in Court, buy a proprietary license, or cease use of the software. This behavior is widely consider by FOSS activists as an inappropriate use of copyleft licensing.

Visit our glossary of terms

Subscribe to our email list


RSS feed

Follow us

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