File diff ae418023e0c5 → 38d0735638ab
www/conservancy/static/copyleft-compliance/glossary.html
Show inline comments
...
 
@@ -2,12 +2,16 @@
 
{% block subtitle %}Copyleft Compliance Projects - {% endblock %}
 
{% block submenuselection %}EnforcementStrategy{% endblock %}
 
{% block content %}
 

	
 
<h1 id="glossary">Glossary of terms</h1>
 

	
 
<p>Here are a list of terms you might be unfamiliar with but occur frequently
 
in our work. If you have any suggestions on things we can add here, please
 
reach out to info@sfconservancy.org</p>
 

	
 
<h3 id="auditability">auditability</h3>
 
<p>Ability to inspect the exact software running on a device. This includes version information, modifications and licensing information. </p>
 

	
 
<h3 id="bash">Bash</h3>
 
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.