The directory nesting is unnecessary here and confusing to navigate. I've moved all apps to the project subdirectory, currently called "www", but soon to be renamed "conservancy". I've also moved manage.py to the top-level directory.
36 lines
3.3 KiB
HTML
36 lines
3.3 KiB
HTML
{% extends "base_press.html" %}
|
|
{% block subtitle %}Press - {% endblock %}
|
|
{% block submenuselection %}VizioPress{% endblock %}
|
|
{% block content %}
|
|
<h1 id="VizioPress">Vizio Lawsuit Press Coverage</h1>
|
|
|
|
<p>Here are articles in the press that covered <a href="/copyleft-compliance/vizio.html">our Vizio lawsuit</a>.</p>
|
|
<h2 id="Filing">Coverage of the <a href="/">Decision to Remand by the Federal Court</a></h2>
|
|
|
|
<ul class="press-articles">
|
|
<li><a href="https://www.zdnet.com/article/software-freedom-conservancy-wins-big-step-forward-for-open-source-rights/"><b>ZDNet</b> — Software Freedom Conservancy wins big step forward for open-source rights</a></li>
|
|
<li><a href="https://www.theregister.com/2022/05/16/vizio_gpl_contract/"><b>The Register</b> — GPL legal battle: Vizio told by judge it will have to answer breach-of-contract claims</a></li>
|
|
<li><a href="https://lwn.net/Articles/895405/"><b>LWN</b> — SFC v. Vizio remanded back to California state courts</a></li>
|
|
</ul>
|
|
<h2 id="Filing">Coverage of the <a href="/docs/software-freedom-conservancy-v-vizio-complaint-2021-10-19.pdf">Complaint</a> filing</h2>
|
|
|
|
<ul class="press-articles">
|
|
<li><a href="https://www.theregister.com/2021/10/20/vizio_gpl_lawsuit/"><b>The Register</b> — “Software Freedom Conservancy sues TV maker Vizio for GPL infringement”</a></li>
|
|
<li><a href="https://lwn.net/SubscriberLink/873415/6a613fb23105d329/"><b>LWN</b> — “Empowering users of GPL software”</a></li>
|
|
<li><a href="https://www.zdnet.com/article/software-freedom-conservancy-sues-vizio-for-gpl-violations/"><b>ZDNET</b> — “Software Freedom Conservancy sues Vizio for GPL violations”</a></li>
|
|
<li><a href="https://thestack.technology/vizio-sued-open-source-gpl-copyleft/"><b>The Stack</b> — “TV maker Vizio sued for alleged copyleft violations — after failing to disclose source code”</a></li>
|
|
<li><a href="https://www.reuters.com/legal/transactional/vizio-sued-by-nonprofit-share-code-open-source-software-2021-10-20/"><b>Reuters</b> - “Vizio sued by nonprofit to share code for open-source software”</a></li>
|
|
<li><a href="https://www.lawyer-monthly.com/2021/10/software-freedom-conservancy-sues-vizio-over-source-code/"><b>Lawyer Monthly</b> — “Software Freedom Conservancy Sues Vizio Over Source Code”</a></li>
|
|
<li><a href="https://finance.yahoo.com/news/software-freedom-conservancy-files-repair-120000898.html"><b>Yahoo! Finance</b> — “Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations”</a></li>
|
|
<li><a href="https://www.prweb.com/releases/software_freedom_conservancy_files_right_to_repair_lawsuit_against_california_tv_manufacturer_vizio_inc_for_alleged_gpl_violations/prweb18275065.htm"><b>PR Web</b> — “Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations”</a></li>
|
|
</ul>
|
|
|
|
<h3>Updates</h3>
|
|
<ul class="updates">
|
|
<li><a href="https://lwn.net/Articles/877294/"><b>LWN</b> — “SFC: First Update on the Vizio lawsuit”</a></li>
|
|
<li><a href="https://www.zdnet.com/article/open-source-vizio-lawsuit-takes-an-ugly-turn/"><b>ZDNet</b> — “Open-source Vizio lawsuit takes an ugly turn”</a></li>
|
|
</ul>
|
|
|
|
|
|
|
|
{% endblock %}
|