From 6fe4cbe1e45ed38a9cd8351a3fbccdfab93f34e8 2021-10-19 15:36:32 From: Bradley M. Kuhn Date: 2021-10-19 15:36:32 Subject: [PATCH] Add Help Compliance page and put it on the menu. --- diff --git a/www/conservancy/static/copyleft-compliance/about.html b/www/conservancy/static/copyleft-compliance/about.html index 392faee3e53539de539d21648cdc981737b35cde..81b1dcf0d2ba329998c859dd37ba05904342c640 100644 --- a/www/conservancy/static/copyleft-compliance/about.html +++ b/www/conservancy/static/copyleft-compliance/about.html @@ -123,32 +123,4 @@ Conservancy should contact &l work, this blog post outlining the compliance process is likely the best source.

-

Reporting GPL Violations To Us

- -

If you are aware of a license violation or compliance issue regarding - Debian, Linux, or any Conservancy member - project (— in particular BusyBox, Git, Inkscape, Mercurial, - Samba, Sugar Labs, or Wine), - please contact us by email at - <compliance@sfconservancy.org>.

- - - -

If you think you've found a GPL violation, we encourage you to - read this - personal blog post by our Policy Fellow, Bradley M. Kuhn, 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 - The Compliance Guide on - copyleft.org; submit it - via k.copyleft.org.)

- -

Donate to Support This Work

- -

Finally, Conservancy welcomes in support of our GPL Compliance Projects, - and we encourage you to become a an official - Supporter of Software Freedom Conservancy.

{% endblock %} diff --git a/www/conservancy/static/copyleft-compliance/help.html b/www/conservancy/static/copyleft-compliance/help.html new file mode 100644 index 0000000000000000000000000000000000000000..12395c0f6c2d4d2d051bcfe743d4669be72e825f --- /dev/null +++ b/www/conservancy/static/copyleft-compliance/help.html @@ -0,0 +1,45 @@ +{% extends "base_compliance.html" %} +{% block subtitle %}Copyleft Compliance Projects - {% endblock %} +{% block submenuselection %}HelpComply{% endblock %} +{% block content %} +

Help Defend Software Freedom and Rights

+ +

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.

+ +

Request Source Code

+ +

All versions of the GPL and LGPL allow companies to make an offer + for Complete, Corresponding Source (CCS) rather than giving you + the CCS outright with the product. Sadly, many + 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 request + that CCS! If you don't get it, or they give you the run-around, + then report the violation to us!

+ +

Reporting GPL Violations To Us

+ +

If you are aware of a license violation or compliance issue regarding any + copyleft license, such as the AGPL, GPL or LGPL, + please contact us by email at + <compliance@sfconservancy.org>.

+ + + +

If you think you've found a GPL violation, we encourage you to + read this + personal blog post by our Policy Fellow, Bradley M. Kuhn, about good + practices in discovering and reporting GPL violations.

+ +

Donate to Support This Work

+ +

Finally, Conservancy welcomes in support of our copyleft compliance work, + and we encourage you to become a an official + Supporter of Software Freedom Conservancy.

+{% endblock %} diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 6f3db348c85e6af35962f727d5bb00615756e696..21df6d03aa26b4b6fca6607e42c1a004d0dd36f4 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -381,6 +381,7 @@ body > header { #container #sidebar.VMwareLawsuitFAQ ul li.VMwareLawsuitFAQ, #container #sidebar.VMwareLawsuitLinks ul li.VMwareLawsuitLinks, #container #sidebar.AboutCompliance ul li.AboutCompliance, +#container #sidebar.HelpComply ul li.HelpComply, #container #sidebar.EnforcementStrategy ul li.EnforcementStrategy, #container #sidebar.LiberateFirmware ul li.LiberateFirmware { diff --git a/www/conservancy/templates/base_compliance.html b/www/conservancy/templates/base_compliance.html index 06e44e3622bb731cb4e869b669bdf447ef46bd6b..ca2818adb027cc86cab1d3a726c949b553ad71d0 100644 --- a/www/conservancy/templates/base_compliance.html +++ b/www/conservancy/templates/base_compliance.html @@ -16,6 +16,7 @@

Our Copyleft {% block category %}Compliance{% endblock %} Projects