Files @ 9b48cc94e651
Branch filter:

Location: website/www/conservancy/static/press/index.html

Bradley M. Kuhn
Continuing saga of the sizing chart problems for original shirts

Gildan removed the sizing chart entirely from their website again
after yet another redesign. Originally, we deep-linked into files in
their CDN for the charts, but it appears that in 5c72071 that I
introduced cut-and-paste error on the sizing charts. I cannot find
the original links, but finally I simply decided we'd mirror the
files in our CDN, which is where these now link to.

I suspect that I didn't do this to start for worrying about copyright
infringement, but upon second thought, I think it's very reasonably
fair use for us to distribute these images. We bought a lot of
t-shirts from Gildan and just trying to sell through.
{% extends "base_press.html" %}
{% block subtitle %}Press - {% endblock %}
{% block submenuselection %}Press{% endblock %}
{% block content %}

<h1 id="PressInformation">Press Information</h1>

<h2>Vizio Press Release</h2>
<p>To find more information about our current lawsuit against Vizio, click
   <a href="/vizio">here</a>.</p>


<p>Here's a collection of documents (collated and individual) for distribution
   and reference.</p>

<p><a href="https://shoestring.agency/wp-content/uploads/2021/10/SFC_PressKit_10-19-2021_v1.pdf">Full Press Kit</a></p>
<p><a href="https://sfconservancy.org/copyleft-compliance/vizio.html">Press Release</a></p>
<p><a href="https://shoestring.agency/wp-content/uploads/2021/10/SFC_FactSheet_GeneralPublic.pdf">Fact Sheet</a></p>
<p><a href="/copyleft-compliance/glossary.html">Glossary</a></p>
<p><a href="/press/qanda.html">Q&A</a></p>

<h2>Spokespeople / Subject Matter Experts</h2>
<p></p>
<h3>Karen M. Sandler</h3>

<p>Executive Director, Software Freedom Conservancy<br>Lecturer-In-Law, Columbia Law School <a href="/about/staff/#karen">(See full bio)</a></p>
<p>Sandler is available for media interviews as an expert on the following subjects:</p>
<ul>
  <li>open source, free software and software freedom</li>
  <li>ethical technology and consumer rights related to electronic devices</li>
  <li>digital autonomy and open technology</li>
  <li>medical device transparency (including first-hand experience as a patient with an implanted device)</li>
  <li>legal policy related to the above topics</li>
  <li>finance and business topics related to open source and technology in general</li>
</ul>


<h3>Bradley M. Kuhn</h3>

<p>Policy Fellow & Hacker-in-Residence, Software Freedom Conservancy Editor-in-Chief, copyleft.org <a href="/about/staff/#bkuhn">(See full bio)</a></p>
<p>Kuhn is available for media interviews as an expert on the following subjects:</p>

<ul>
  <li>open source, free software and software freedom</li>
  <li>consumer rights related to electronic devices</li>
  <li>right to repair, particular with regard to software repair</li>
  <li>evolution of Linux-based operating systems, particularly in consumer devices</li>
  <li>history of free and open source software licensing</li>
  <li>nonprofit transparency and organizational structures for open source</li>
  <li>policy approaches for digital autonomy and software freedom</li>
</ul>


<br>

<h4>For direct contact with our media team please contact:</h4>
<ul>
  <li>Hannah Gregory</li>
  <li>Media Rep for Good Causes</li>
  <li><a href="mailto:media@sfconservancy.org">media@sfconservancy.org</a></li>
</ul>


{% endblock %}