Licenses

A collection of licenses

This repository contains all kinds of original and modified licenses and information about licenses and copyright.
If you’re unsure which license to choose look at choosealicense.com
How to write a Copyright Notice

Licenses

Name TXT HTML PAGE
Apache 2.0 TXT HTML PAGE
BSD 2-Clause “Simplified” License TXT HTML PAGE
BSD 3-Clause “New” License TXT HTML PAGE
BSD 3-Clause Clear License TXT HTML PAGE
GNU AGPL 3.0 TXT    
GNU GPL 3.0 TXT    
GNU LGPL 3.0 TXT    
MIT (Expat) TXT HTML PAGE
MIT (X11) TXT HTML PAGE
Mozilla Public License 2.0 TXT    
NCSA Open Source License TXT HTML PAGE
The Unlicense TXT HTML PAGE

File Structure

File Use
.gitignore ignores the sass cache in themes/
README.md this file
build.py Automatically generates this files, all files in page/ and index files from the templates in templates/.
markdown.css Stylesheet for this file. (Air) (Not shown in GitHub)
meta.ini Contains metadata about the licenses (used by build.py)
Directory Use
html/ contains HTML files for the licenses (These aren’t full pages they’re just a <small> element)
page/ contains HTML documents for the licenses (These are full pages they’re a <html> element)
templates/ contains templates (PEP 292) (used by build.py)
themes/ contains stylesheets that are automatically included in every page but it can also manually applied to html.
txt/ contains the licenses in textual representation

Look at the source