2010-10-03 22:37:08 +00:00
|
|
|
{% extends "base_about.html" %}
|
2010-09-26 21:20:05 +00:00
|
|
|
{% block subtitle %}About - {% endblock %}
|
2015-03-05 15:54:41 +00:00
|
|
|
{% block submenuselection %}Overview{% endblock %}
|
2010-09-26 21:20:05 +00:00
|
|
|
{% block content %}
|
|
|
|
|
2012-10-05 19:13:20 +00:00
|
|
|
<h1>About Software Freedom Conservancy, Inc.</h1>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
2021-10-21 15:36:23 +00:00
|
|
|
<p>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).</p>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
2010-10-03 23:07:48 +00:00
|
|
|
<p>If you have general questions about Conservancy and its
|
|
|
|
work, <a href="/about/contact/">contact information</a> is available.
|
|
|
|
Conservancy is primarily supported by <a href="/donate">your charitable
|
|
|
|
donations</a>.</p>
|
2010-09-26 21:20:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|