From 4c00e4e4afe9e89370ce11564021b76685a716ca Mon Sep 17 00:00:00 2001 From: Daniel Pono Takamori Date: Thu, 21 Oct 2021 11:34:34 -0700 Subject: [PATCH] create page for Our Coverage --- www/conservancy/static/press/ourcoverage.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 www/conservancy/static/press/ourcoverage.html diff --git a/www/conservancy/static/press/ourcoverage.html b/www/conservancy/static/press/ourcoverage.html new file mode 100644 index 00000000..a57f2c44 --- /dev/null +++ b/www/conservancy/static/press/ourcoverage.html @@ -0,0 +1,20 @@ +{% extends "base_press.html" %} +{% block subtitle %}Press - {% endblock %} +{% block submenuselection %}Press{% endblock %} +{% block content %} +

Our News Coverage

+ +

Here are some news articles that were written about us and our work. If you + find anything we missed, please send it to media@sfconservancy.org.

+ +

Vizio Lawsuit 2021

+ +

The Stack - TV maker Vizio sued for alleged copyleft violations — after failing to disclose source code

+

Reuters - Vizio sued by nonprofit to share code for open-source software

+

The Register - Software Freedom Conservancy sues TV maker Vizio for GPL infringement

+

ZDNET - Software Freedom Conservancy sues Vizio for GPL violations

+

LWN (subscriber only) - Empowering users of GPL software

+

Yahoo Finance - Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations

+

Lawyer Monthly - Software Freedom Conservancy Sues Vizio Over Source Code

+ +{% endblock %}