Bradley M. Kuhn
eb847f9f32
Django is so frustrating as it's never clear about how things trickle up and down through templates, so move the category to the top like the others.
20 lines
2.3 KiB
HTML
20 lines
2.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="/docs/software-freedom-conservancy-v-vizio-complaint-2021-10-19.pdf">Complaint</a> filing</h2>
|
|
|
|
<ul>
|
|
<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>
|
|
{% endblock %}
|