Changeset - 59b705aac111
[Not reviewed]
0 2 0
Daniel Takamori (pono) - 2 years ago 2022-01-03 23:42:59
pono@sfconservancy.org
move holiday banner and put motion to remand info
2 files changed with 12 insertions and 12 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load date_within %}
 
{% load static %}
 
{% block category %}Home{% endblock %}
 
{% block head %}
 
<link rel="alternate" type="application/rss+xml" title="Software Freedom Conservancy Complete Feed" href="/feeds/omnibus/" />
 
<link rel="alternate" type="application/rss+xml" title="Software Freedom Conservancy News" href="/feeds/news/" />
 
<link rel="alternate" type="application/rss+xml" title="Software Freedom Conservancy Blogs" href="/feeds/blog/" />
 
<style>
 
 #mainContent hr {
 
   /* Hide the <hr> elements in the list of news and blog items. */
 
   display: none;
 
 }
 

	
 
 .date {
 
   font-size: 1em;
 
   font-style: normal;
 
   margin-top: 0;
 
 }
 

	
 
 .press-release h3, .blog-entry h3 {
 
   margin-bottom: 0;
 
 }
 
</style>
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
<div class="mt3 mh2-ns pt2 flex-ns">
 
  <section class="w-70-ns mh2 mb3 mb0-ns pa2 ba bw1 b--light-blue overflow-auto">
 
<!--    <img src="{% static 'img/FIXME-NEED-AN-IMAGE.jpg' %}" alt="" class="fl pr2" style="width: 175px;" /> -->
 
    <p class="mb0" style="font-size: 18px">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). <a href="/about" class="orange">Learn more.</a></p>
 
  </section>
 
  <section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
 
    <h2 class="f4 ttu">Vizio Lawsuit</h2>
 
    <p>Software Freedom Conservancy has filed a Motion for Remand in our lawsuit against Vizio for their flagrant GPL & LGPL violations</p>
 
    <a href="/blog/2021/dec/28/vizio-update-1/" class="f5 dib pa2 ttu b btn-orange">More information</a>
 
  </section>
 
</div>
 

	
 
<div class="mt3 mh2-ns mb4 flex-ns">
 
  <div class="w-70-ns mh2">
 
<section class="mh0 pa3 bg-light-blue ba b--gray">
 
<p style="text-align:center;">
 
<video style="width: 95%; height: auto;" controls="" poster="/img/sfc_holiday_card_2021.jpg">
 
  <source src="/img/sfc_holiday_card_video_done_smaller.mp4">
 
<a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a>
 
</video>
 
</p>
 
<p>We recently filed <a href="https://storage.courtlistener.com/recap/gov.uscourts.cacd.837808/gov.uscourts.cacd.837808.14.0.pdf">a Motion for Remand in our
 
lawsuit against Vizio</a> for their flagrant GPL violations, alleged
 
with great detail in <a href="/docs/software-freedom-conservancy-v-vizio-complaint-2021-10-19.pdf">our complaint in California state
 
court</a>.  This skirmish in what will likely be a long lawsuit is of particular interest, because the issues explored
 
directly address one fundamental legal truth of the GPL: it simultaneously operates as a copyright license granted by the copyright holders and as a contract that benefits everyone in the software supply chain &mdash; most importantly, the consumers at the end of that supply chain. <a href="/blog/2022/dec/28/vizio-update-1/">Read more&hellip;</a></p>
 
 </section>
 

	
 
    <section class="mv3 ph2">
 
<h2 class="f4 mt0 mb2 ttu"><!--<a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a>--> <a href="/news/" class="dark-gray">News</a></h2>
 
{% for pressr in press_releases|slice:":4" %}
 
  {% if forloop.first or pressr.pub_date|date_within_past_days:365 %}
 
    {% if not forloop.first %}<hr class="clear">{% endif %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
 
<!-- <p><span class="continued"><a href="/news/">Conservancy News Archive&hellip;</a></span></p> -->
 
</section>
 

	
 
<section class="mt4 mb3 ph2">
 
<h2 class="f4 mb2 ttu"><!-- <a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> --> <a href="/blog/" class="dark-gray">Articles</a></h2>
 
{% for entry in blog|slice:":5" %}
 
  {% if forloop.first or entry.pub_date|date_within_past_days:180 %}
 
    {% if not forloop.first %}<hr class="clear">{% endif %}
 
    {% include "blog/entry_partial.html" with entry=entry show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
 
<!-- <p><span class="continued"><a href="/blog/">Conservancy Blog Archive&hellip;</a></span></p> -->
 
</section>
 
</div>
 

	
 
<div class="w-30-ns mh2">
 
  <div class="ph3 pv2 ba b--gray">
 
    <h3 class="ttu">Term of the week</h3>
 
    <h4 id="right-to-repair">right-to-repair software</h4>
 
    <p>The ability to repair the software on your device in the same way you can repair the physical aspects of your tools. Software Freedom Conservancy asserts that this right is overlooked and needs additional legal protections (as the <acronym title="Federal Trade Commission">FTC</acronym> has agreed with) to protect consumers. Software Freedom Conservancy focuses specifically on the right to software repair; other great organizations like the <a href="https://www.repair.org/">Repair Association</a> focus on the right to hardware repair. The two rights go hand-in-hand in our modern world where nearly all electronic devices also have small computers inside them.</p>
 
    <p><a href="/copyleft-compliance/glossary.html" class="orange ttu">Visit our glossary of terms</a></p>
 
  </div>
 

	
 
  <div class="mh3 pt3">
 
    <h2 class="f6 ttu mb1"><a href="https://lists.sfconservancy.org/mailman/listinfo/announce">Subscribe to our email list</a></h2>
 
    
 
    <br>
 

	
 
    <h2 class="f6 ttu mt2 mb1">RSS feed</h2>
 
    <div class="ml2">
 
      <a href="/feeds/omnibus" class="mr2"><svg class="orange" style="width: 30px; height: 30px;"><use href="{% static 'img/font_awesome.svg#rss-square' %}"></use></svg></a>
 
    </div>
 

	
 
    <h2 class="f6 ttu mt2 mb1">Follow us</h2>
 
    <div class="ml2">
 
      {% include 'socials_partial.html' %}
 
    </div>
 

	
 
<!-- <h2>Support Conservancy</h2>
 
     <p>As a 501(c)(3) non-profit charity, Conservancy relies on
 
     charitable donations for its operations.
 
     Please join {{ supporters_count }} others and <a href="/sustainer/"><strong>become a Conservancy Sustainer
 
     today</strong></a> and/or <a href="/donate/">donate generously</a> to help our work!
 
     </p>
 

	
 
     <h2>Learn More about Conservancy</h2>
 
     <p>
 
     <span class="continued"><a href="/about/">An Overview of Conservancy&hellip;</a></span>
 
     <span class="continued"><a href="/members/current/">Conservancy's current member projects&hellip;</a></span>
 
     <span class="continued"><a href="/members/services/">Services Conservancy provides to its member projects&hellip;</a></span>
 
     <span class="continued"><a href="/copyleft-compliance/">Conservancy's unique work  defending and upholding  copyleft licenses (e.g., the GPL) &hellip;</a></span>
 
     <span class="continued"><a href="/npoacct/">Conservancy's Non-Profit Accounting Project &hellip;</a></span>
 
     </p> -->
 
</div>
 
</div>
 
</div>
 
{% endblock %}
www/conservancy/templates/supporter/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load static %}
 
{% block subtitle %}Support Conservancy - {% endblock %}
 
{% block category %}sustainer{% endblock %}
 

	
 
{% block head %}
 
<script type="text/javascript" src="/js/supporter-page.js"></script>
 
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
 
{% include "opengraph_partial.html" with url="/sustainer/" title="Support Conservancy!" description="Software freedom is critical to many of today&rsquo;s most pressing social issues, but it&rsquo;s only effective when FOSS is for everyone. Support Conservancy today to help make that happen!" %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls='' fallback='/img/conservancy-logo.png' %}
 
{% endblock %}
 

	
 
{% block content %}
 
<div class="breadcrumbs">
 
  <p><a href="/">Home</a> / <a href="/about">Who We Are</a></p>
 
</div>
 

	
 

	
 
<div class="content-with-donate-sidebar" id="formStart">
 

	
 

	
 
{% if partial_amount > 0 %}
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=minimum_amount partial_amt=partial_amount article="an" only %}
 
{% else %}
 
  <div class="supporter-type-selector">
 
    <strong>Become a Sustainer Now:</strong>
 
    <a id="annualSelector" href="#annual">Annual</a>
 
    | <a id="monthlySelector" href="#monthly">Monthly</a>
 
    | <a id="renewalSelector" href="#renewal">Annual Renew</a>
 
  </div>
 

	
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=120 article="an" only %}
 

	
 
  {% include "supporter/form_partial.html" with form_id="monthly" min_amt=10 only %}
 

	
 
  <a name="renew" class="hidden"></a>
 
  {% include "supporter/form_partial.html" with form_id="renewal" min_amt=120 verb="renew" article="an" supptype="annual" only %}
 
{% endif %}
 

	
 
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
 

	
 

	
 
<hr style="clear: both;"/>
 
<br>
 
<p style="text-align:center;">
 
<video style="width: 75%; height: auto;" controls="" poster="/img/sfc_holiday_card_2021.jpg">
 
  <source src="/img/sfc_holiday_card_video_done_smaller.mp4">
 
<a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a>
 
</video></p>
 
<br>
 
<p>Sustainers help us do our work in a strategic, long-term way. We could not
 
  do this without the support and financial contributions of individuals like
 
  you. <a href="/sponsors/#sustainers">We list our Sustainers here</a>.</p>
 

	
 

	
 

	
 
<div class="expandable-section" id="2021-summary">
 
<br>
 
<p style="text-align:center;">
 
<video style="width: 75%; height: auto;" controls="" poster="/img/sfc_holiday_card_2021.jpg">
 
  <source src="/img/sfc_holiday_card_video_done_smaller.mp4">
 
<a href="/img/sfc_holiday_card_video_done_smaller.mp4"><img src="/img/sfc_holiday_card_2021.jpg" alt="Happy Holidays from Software Freedom Conservancy!"></a>
 
</video></p>
 
<br>
 

	
 
<p><h3>The wide range of work we engage in is supported by people like you. </h3></p>
 

	
 
<p>We are so proud that we're funded by individuals and stay unbeholden to corporate interests and pressures. We stand up for developers, consumers and those who have been historically excluded. We work to make technology truly fair for all. </p>
 

	
 
<p>Thank you for helping making this work possible:</p>
 

	
 
<ul>
 
  <li>Standing up for consumer rights in <a href="/copyleft-compliance/">copyleft compliance</a></li>
 
  <li>Supporting <a href="https://outreachy.org">Outreachy</a> with its increasing number of interns</li>
 
  <li>Bringing <a href="/vizio">legal action against prolific license violators</a></li>
 
  <li>Hiring team members to get projects <a href="https://reproducible-builds.org/news/">like Reproducible Builds</a> to continue pushing the forefront of software reproducibility</li>
 
</ul>
 

	
 
<a class="expander" data-expand-link-text="(Expand All Sections)"></a>
 

	
 
<h3 id="YearInReview">Our Year in Review</h3>
 
<div data-read-more="Summary of our year&hellip;">
 

	
 
<p>This past year we've all grown more conscious of our interconnected world.
 
   These events escalate the importance of free software tools that empower
 
   us all. Closed source and proprietary tools have overtaken many
 
   communication channels &mdash; particularly when we work from home. Even
 
   conferences and lecture series dedicated to &ldquo;open source
 
   infrastructure&rdquo; have been unable to escape the grasp of these closed
 
   systems. As we monitored these diffcult events, we prioritized support for
 
   those in our community that understand the crucial need
 
   for <a href="/blog/2021/feb/08/just-say-no-to-zoom/">conferences run
 
   solely with free software</a>.  We have been pleased to support free
 
   communication tools to assist with these efforts. <b>Our commitment to
 
   using, developing, and supporting free software tools and communities has
 
    never been stronger.</b></p>
 

	
 

	
 
<p>Over the past year, we took on new work that would have
 
  been <em>impossible</em> without your support. Last month, we filed
 
  a <a href="/vizio">lawsuit against long time license violator Vizio</a>.
 
  Through that lawsuit and many non-litigation ongoing license enforcement
 
  actions, Software Freedom Conservancy leads the field: We stand up for
 
  license compliance and holding corporation accountable when others
 
  won't. Our focus in software licensing defends consumer rights.  This novel and
 
  critical approach to license compliance culminates  years of effort by our amazing policy and legal experts. We
 
  believe software freedom, when properly and actively upheld, enables everyone to hold
 
  technology providers accountable to the people most 
 
  impacted by their actions.</p>
 

	
 
<p id="dmca-exemptions">This year, we filed more DMCA exemption requests than any organization in
 
  the country &mdash;
 
  and <a href="/news/2021/oct/28/2021-DMCA-final-exemptions-win/">we won on
 
  every single one</a>.  We clarified the right to jailbreak of routers (an
 
  essential activity of our <a href="https://openwrt.org">OpenWrt
 
  project</a>), won a new right to safely investigate devices for license
 
  compliance, and helped solidify privacy-related research.  Karen (our
 
  executive director) also participated with a coalition that achieved yet
 
  another exemption for medical devices!  Our lawyer, Pam Chestek, <a href="https://www.copyright.gov/1201/2021/hearing-transcripts/210407-Section-1201-Public-Hearing-Class-15-7a-7b.pdf#page=13">testified</a> at the DMCA
 
  hearings on these exemptions, and confronted industry lobbyists directly as
 
  they sought to use their extreme
 
  wealth and legal power to harm consumers. We stridently fight their overreach &mdash; one bit at a time.</p>
 
</div>
 

	
 
<h3 id="Highlights">Highlights from some of our projects</h3>
 
<div data-read-more="Read more about our projects&hellip;">
 

	
 
  <p>Software Freedom Conservancy helped our projects engage in critical work
 
  this year. Overall, we raised, administered and facilitated <strong>$1.7 million</strong>
 
  to improve software freedom &mdash: this year alone!  Those funds
 
  go <em>directly</em> to fund <acronym title="Free and Open Source Software">FOSS</acronym>
 
  contributors.  We do the arduous work to sustain these FOSS communities:</p>
 

	
 
<p>We helped <b>Outreachy</b> expand to its largest cohorts ever. Our last
 
round accepted 71 interns, and we announced this week that the current round
 
 will have 62! (That's 133 interns &mdash; an <strong>27% growth</strong> from the previous two
 
rounds!) We're grateful to be able support Outreachy to serve more
 
communities who are committed to helping to push back against systemic
 
underrepresentation in technology and software.</p>
 

	
 
<p><b>Godot</b> has continued to push the boundary of what anyone thought was
 
  possible with an open source game engine.  Godot's impressive team, funded
 
  through contracts with Software Freedom Conservancy, continues to building
 
  their community and their excellent codebase.  We are so proud of their beneficial
 
  <a href="https://godotengine.org/community">focus on community</a>.  Watch
 
  their fun, exciting,
 
  and <a href="https://godotengine.org/article/announcing-2021-godot-games-showreel">brand
 
  new showreel</a> to see what these cutting edge creators are making.</p>
 

	
 
<p>Software Freedom Conservancy also proudly supports, with direct funding of
 
  contributors, the <b>Reproducible Builds</b> team.  They ensure the
 
  security of computer systems of all shapes and sizes around the world.
 
  This necessary and vital project becomes even more essential in the age of
 
  direct attacks on technological
 
  infrastructure. The <a href="https://reproducible-builds.org/tools/">tools
 
  they've made</a> are freely available to help others increase
 
  reproducibility in their own projects.</p>
 

	
 
<p><b>OpenWrt</b> recently had their OpenWrt 21.02 release &mdash; which
 
  increases the default security options including optional SELinux
 
  and <acronym title="Address Space Layout Randomization">ASLR</acronym>. 
 
  OpenWrt empowers users to run a free
 
  operating system on their routers.  Combined with <a href="#dmca-exemptions">our DMCA exemption</a>,
 
  the landscape of free firmware is now much easier to explore and
 
  deploy.  Meanwhile, another of our projects, <b>coreboot</b>, has further grown the supported hardware
 
  list for freeing your bootloader. These two projects are at the core of
 
  our <a href="https://sfconservancy.org/copyleft-compliance/firmware-liberation.html">firmware
 
  liberation initiative</a>. As our work continues,  more companies will learn
 
  what most router companies already know: consumers
 
  prefer hardware that can run copylefted software and &mdash; contrary to
 
  popular belief &mdash; will gladly pay <em>more</em>  for hardware that
 
  respects their rights and freedoms!</p>
 

	
 
<p><b>The Institute for Computing in Research</b> has furthered its mission.
 
  After two successful rounds of interns in Santa Fe, New Mexico,
 
  <acronym title="The Institute for Computing in Research">ICR</acronym>
 
  expanded its intern cohort to include a selection of six high school
 
  students in Portland, Oregon. These unique paid internships introduce high
 
  school students to software freedom as part of a summer research position
 
  that focuses on introducing young scholars to computing in areas of
 
  physical science, life science, social science, arts, and
 
  humanities. Supported by academics at Portland State University, Reed
 
  College, and Oregon State University, the cohort in Portland has projects
 
  in computational biology, natural language processing, pure math, and AI
 
  and game theory. </p>
 
</div>
 

	
 
<h3 id="NewStaff">New staff!</h3>
 
<div data-read-more="Click more for on our new staff&hellip;">
 

	
 
<p>At the end of last year, we
 
  hired <a href="/news/2020/dec/02/sharp-newest-employee/">Sage Sharp</a> as
 
  Senior Director of Diversity &amp; Inclusion; they about to complete their
 
  first year with us. Meanwhile, finishing up his first six months
 
  is <a href="/blog/2021/may/18/pono-introduction/">Daniel
 
  Pono Takamori</a>, our Community Organizer &amp; Non-Profit Problem
 
  Solver.  These two are very welcome additions to our team of <em>just five</em>
 
  full-time employees, and <em>one</em> part-time employee. We are proud of the
 
  breadth of skills and dedication of our team.</p>
 

	
 
<p>As a testament to &ldquo;practice what you preach&rdquo;, we undertook
 
  what we consider a fair and equitable hiring process which our executive
 
  director
 
  Karen <a href="/blog/2021/oct/15/equitable-hiring/">described
 
  in detail on our website</a>. We
 
  lead by example &mdash; with transparency and casting a wide net to avoid just hiring within our circles.</p>
 

	
 
<p>We also updated our website &mdash; hopefully, you'll find it easier to
 
use and that it better conveys our mission and work.  Our chat platform moved
 
to <a href="/blog/2021/jun/21/chat-options/">XMPP</a>. Bridging to IRC and
 
Matrix is supported, so you are welcome to join with whatever client you like
 
(unlike other &ldquo;Loose&rdquo; options).  Throughout the seemingly-endless video
 
chatting during the pandemic, we have been one of only two FOSS organizations
 
who insist on using FOSS video chat platforms like Big Blue Button.  We are
 
committed to using free software for communication and demonstrating that
 
organizations of all sizes can make the same commitment.</p>
 
</div>
 

	
 
<h3 id="WritingAndSpeaking">Writing and Speaking</h3>
 
<div data-read-more="Find out about our writing and speaking engagements&hellip;">
 

	
 
<p>Software Freedom Conservancy team members published important writings
 
  this year to both share essential historical context and modern
 
  interpretations.  Denver Gingerich wrote about
 
  the <a href="/blog/2021/mar/25/install-gplv2/">installation requirement for
 
  the GPLv2</a>. Bradley M. Kuhn documented the historical record in his
 
  related piece
 
  about <a href="/blog/2021/jul/23/tivoization-and-the-gpl-right-to-install/">&ldquo;Tivoization&rdquo;
 
  and Your Right to Install Under Copyleft</a>. Bradley also explained
 
  how <cite><a href="/blog/2021/jun/30/who-should-own-foss-copyrights/">It
 
  Matters Who Owns Your Copylefted Copyrights</a></cite> &mdash; which
 
  garnered a lot of great community conversations. In another vein, Sage
 
  Sharp of Outreachy wrote a tremendous piece
 
  titled <cite><a href="/blog/2021/apr/20/how-to-apologize/">So you want to
 
  apologize&hellip; Now what?</a></cite> &mdash: which has helped explain the
 
  entire life cycle apologizing for your own behavior. We can all learn from
 
  this piece about how to act more humanely in our shared spaces of
 
  production.</p>
 

	
 
<p>This was another long year of online conferences. While the traveling was
 
 easier (by not doing it), we miss the face to face relationship building
 
  that we've come to expect from our big
 
  conference gatherings. We can't wait to get back to a sense of normalcy and
 
  at least have a little less latency between us.</p>
 

	
 
<p>Karen, our executive director, gave two keynotes this year, one at the <a href="/news/2021/mar/23/karen-lailec-2021/">Leuven AI Law &amp; Ethics Conference</a> and another at <a href="https://conf.linuxappsummit.org/event/3/contributions/71/">Linux App Summit</a>. Karen also spoke with Marina Zhurakhinskaya at <cite>All Things Open</cite> about the 10+ year history of Outreachy. Karen was also an invited speaker at <a href="https://heales.org/2021/05/28/conference-big-data-a-i-and-healthy-longevity-how-to-progress-faster-and-better-for-all-scientists-thursday-september-9-2021/">Big Data, A.I. and Healthy Longevity: How to progress faster and better for all scientists</a>.</p>
 

	
 
<p>Karen and Bradley were also co-organizers (with others) of the Legal &amp;
 
  Policy Devroom at FOSDEM, where they also moderated panels and spoke.
 
  Daniel Pono Takamori gave a talk
 
  about <cite><a href="http://pdxlinux.org/2021-07-01-FreeSoftware-LegacyOfCommunication.pdf">How
 
  Free Software Continues the Legacy of Open Communication</a></cite> to the
 
  Portland Linux/ Unix Group.</p>
 

	
 
<p>We were also a sponsor of the
 
fantastic <a href="https://seagl.org/">SeaGL</a> event. A community focused
0 comments (0 inline, 0 general)