Files @ 9b48cc94e651
Branch filter:

Location: website/www/conservancy/static/copyleft-compliance/help.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_compliance.html" %}
{% block subtitle %}Copyleft Compliance Projects - {% endblock %}
{% block submenuselection %}HelpComply{% endblock %}
{% block content %}
<h1 id="ourwork">Help Defend Software Freedom and Rights</h1>

<p>Folks often ask us how they can help us defend the software freedoms and
  rights that copyleft makes possible.  There are lots of ways to help and we
  believe that the entire public can help.</p>

<h2 id="request">Request Source Code</h2>

<p>All versions of the GPL and LGPL allow companies to make an <em>offer</em>
    for Complete, Corresponding Source (CCS) <em>rather than</em> giving you
    the CCS outright with the product.  Sadly, <strong>many</strong>
    companies make an offer with no intention of actually providing that CCS
    to you.  As consumers, you have a right to that source code.  Look in
    every manual and &ldquo;Legal Notices&rdquo; section of every product you
    buy.  If you see an offer, follow the instructions and <strong>request
    that CCS</strong>!  If you don't get it, or they give you the run-around,
    then <a href="#reporting">report the violation to us</a>!</p>

<h2 id="reporting">Reporting GPL Violations To Us</h2>

<p>If you are aware of a license violation or compliance issue regarding any
  copyleft license, such as the AGPL, GPL or LGPL,
  please <a href="mailto:compliance@sfconservancy.org">contact us by email at
  &lt;compliance@sfconservancy.org&gt;</a>.</p>

<!--- FIXME: bkuhn is rewriting this blog post fresh the weekend of --
      2020-07-18 so we need not link to ebb.org anymore when we roll out
      these changes ... which never happened, still need to do that --> 

<p>If you think you've found a GPL violation, we encourage you to
   read <a href="http://ebb.org/bkuhn/blog/2009/11/08/gpl-enforcement.html">this
   personal blog post by our Policy Fellow, Bradley M. Kuhn</a>, about good
   practices in discovering and reporting GPL violations.</p>
   
<h2 id="sustain">Donate to Sustain This Work</h2>

<p>Finally, Conservancy welcomes <a href="#donate-box"
  class="donate-now">donations</a> in support of our copyleft compliance work,
  and we encourage you to become a <a href="/sustainer/">an official
  Sustainer of Software Freedom Conservancy</a>. </p>
{% endblock %}