Add Help Compliance page and put it on the menu.
This commit is contained in:
parent
20260b4390
commit
6fe4cbe1e4
4 changed files with 47 additions and 28 deletions
|
@ -123,32 +123,4 @@ Conservancy should contact <a href="mailto:debian-services@sfconservancy.org">&l
|
||||||
work, <a href="/blog/2012/feb/01/gpl-enforcement/">this blog post outlining
|
work, <a href="/blog/2012/feb/01/gpl-enforcement/">this blog post outlining
|
||||||
the compliance process</a> is likely the best source.</p>
|
the compliance process</a> is likely the best source.</p>
|
||||||
|
|
||||||
<h2 id="reporting">Reporting GPL Violations To Us</h2>
|
|
||||||
|
|
||||||
<p>If you are aware of a license violation or compliance issue regarding
|
|
||||||
Debian, Linux, or any <a href="/members/current/">Conservancy member
|
|
||||||
project</a> (— in particular BusyBox, Git, Inkscape, Mercurial,
|
|
||||||
Samba, Sugar Labs, or Wine),
|
|
||||||
please <a href="mailto:compliance@sfconservancy.org">contact us by email at
|
|
||||||
<compliance@sfconservancy.org></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 -->
|
|
||||||
|
|
||||||
<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. (We'd also like
|
|
||||||
someone to convert the text of that blog post into a patch for
|
|
||||||
<a href="http://compliance.guide">The Compliance Guide on
|
|
||||||
copyleft.org</a>; submit it
|
|
||||||
via <a href="https://k.copyleft.org/guide/">k.copyleft.org</a>.)</p>
|
|
||||||
|
|
||||||
<h2 id="support">Donate to Support This Work</h2>
|
|
||||||
|
|
||||||
<p>Finally, Conservancy welcomes <a href="#donate-box"
|
|
||||||
class="donate-now">donations</a> in support of our GPL Compliance Projects,
|
|
||||||
and we encourage you to become a <a href="/sustainer/">an official
|
|
||||||
Supporter of Software Freedom Conservancy</a>. </p>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
45
www/conservancy/static/copyleft-compliance/help.html
Normal file
45
www/conservancy/static/copyleft-compliance/help.html
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
{% 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 “Legal Notices” 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
|
||||||
|
<compliance@sfconservancy.org></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="support">Donate to Support 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
|
||||||
|
Supporter of Software Freedom Conservancy</a>. </p>
|
||||||
|
{% endblock %}
|
|
@ -381,6 +381,7 @@ body > header {
|
||||||
#container #sidebar.VMwareLawsuitFAQ ul li.VMwareLawsuitFAQ,
|
#container #sidebar.VMwareLawsuitFAQ ul li.VMwareLawsuitFAQ,
|
||||||
#container #sidebar.VMwareLawsuitLinks ul li.VMwareLawsuitLinks,
|
#container #sidebar.VMwareLawsuitLinks ul li.VMwareLawsuitLinks,
|
||||||
#container #sidebar.AboutCompliance ul li.AboutCompliance,
|
#container #sidebar.AboutCompliance ul li.AboutCompliance,
|
||||||
|
#container #sidebar.HelpComply ul li.HelpComply,
|
||||||
#container #sidebar.EnforcementStrategy ul li.EnforcementStrategy,
|
#container #sidebar.EnforcementStrategy ul li.EnforcementStrategy,
|
||||||
#container #sidebar.LiberateFirmware ul li.LiberateFirmware
|
#container #sidebar.LiberateFirmware ul li.LiberateFirmware
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
<h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
|
<h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li>
|
<li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li>
|
||||||
|
<li class="HelpComply"><a href="/copyleft-compliance/help.html">How To Help</a></li>
|
||||||
<li class="EnforcementStrategy"><a href="/copyleft-compliance/enforcement-strategy.html">Strategic GPL Enforcement Initiative</a></li>
|
<li class="EnforcementStrategy"><a href="/copyleft-compliance/enforcement-strategy.html">Strategic GPL Enforcement Initiative</a></li>
|
||||||
<li class="CopyleftPrinciples"><a href="/copyleft-compliance/principles.html">Principles of Community-Oriented GPL Enforcement</a></li>
|
<li class="CopyleftPrinciples"><a href="/copyleft-compliance/principles.html">Principles of Community-Oriented GPL Enforcement</a></li>
|
||||||
<li class="LiberateFirmware"><a href="/copyleft-compliance/firmware-liberation.html">Liberate IoT Firmware via GPL Enforcement</a></li>
|
<li class="LiberateFirmware"><a href="/copyleft-compliance/firmware-liberation.html">Liberate IoT Firmware via GPL Enforcement</a></li>
|
||||||
|
|
Loading…
Reference in a new issue