From c472eaeebc5e33ad431683345836e9be3cd8e29b Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 30 Nov 2021 06:22:33 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20stray=20=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/conservancy/static/copyleft-compliance/glossary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/static/copyleft-compliance/glossary.html b/www/conservancy/static/copyleft-compliance/glossary.html index 7b1fce21..6953ead1 100644 --- a/www/conservancy/static/copyleft-compliance/glossary.html +++ b/www/conservancy/static/copyleft-compliance/glossary.html @@ -16,7 +16,7 @@ reach out to info@sfconservancy.org

A very common utility for Linux-based systems. Bash was originally released under the General Public License version 2 (GPLv2), but newer versions of Bash are under version 3 (GPLv3). Descendants of both versions are utilized in the industry.

Complete Corresponding Source (CCS)

-

“Informally, CCS is all of the technical materials and source code required to modify, run, and/or reinstall the software. The GPL and LGPL have a formal definitions for CCS, which is sometimes called "Corresponding Source."

+

Informally, CCS is all of the technical materials and source code required to modify, run, and/or reinstall the software. The GPL and LGPL have a formal definitions for CCS, which is sometimes called "Corresponding Source."

copyleft / copyleft licensing

A kind of software licensing that leverages the restrictions of copyright, but with the intent to promote sharing (using copyright licensing to freely use and repair software). Software programs are copylefted when they utilize software with a copyleft license. These copyleft licenses are unique in that they seek to put large corporations, small companies, consumers, and hobbyists all on equal footing. The intention is for this to be achieved by granting everyone the exact same rights, permissions, and privileges to modify, improve, and/or include the software in their products.