Skip to content

Commit

Permalink
Updated Existing & Added New Licenses
Browse files Browse the repository at this point in the history
* Updated existing license header filenames,
* Added additional popular OSI license headers,
* Added full text option for licenses with headers,
* Updated .sublime-commands to reflect licenses.
  • Loading branch information
Andrew Moore committed Jan 10, 2015
1 parent dad8cca commit 378a816
Show file tree
Hide file tree
Showing 31 changed files with 3,589 additions and 259 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Normalize Editor Settings Across Projects with EditorConfig
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
224 changes: 107 additions & 117 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,117 +1,107 @@
[
{
"caption": "Licence Snippet: Full Text: Artistic Licence v2.0",
"command": "insert_licence",
"args": {"name": "artistic-2.full"}
}
{
"caption": "Licence Snippet: BP Notice: Apache Licence 2.0",
"command": "insert_licence",
"args": {"name": "apache-2.bp"}
}
{
"caption": "Licence Snippet: Full Text: Apache Licence 2.0",
"command": "insert_licence",
"args": {"name": "apache-2.full"}
}
{
"caption": "Licence Snippet: Full Text: BSD Simplified Licence (2-Clause)",
"command": "insert_licence",
"args": {"name": "bsd-2c.full"}
}
{
"caption": "Licence Snippet: Full Text: BSD Revised Licence (3-Clause)",
"command": "insert_licence",
"args": {"name": "bsd-3c.full"}
}
{
"caption": "Licence Snippet: Full Text: Eclipse Public Licence v1.0",
"command": "insert_licence",
"args": {"name": "eclipse-1.full"}
}
{
"caption": "Licence Snippet: BP Notice: GNU Affero GPL v3.0",
"command": "insert_licence",
"args": {"name": "gnu-agpl-3.bp"}
}
{
"caption": "Licence Snippet: Full Text: GNU Affero GPL v3.0",
"command": "insert_licence",
"args": {"name": "gnu-agpl-3.full"}
}
{
"caption": "Licence Snippet: BP Notice: GNU GPL v2.0",
"command": "insert_licence",
"args": {"name": "gnu-gpl-2.bp"}
}
{
"caption": "Licence Snippet: Full Text: GNU GPL v2.0",
"command": "insert_licence",
"args": {"name": "gnu-gpl-2.full"}
}
{
"caption": "Licence Snippet: BP Notice: GNU GPL v3.0",
"command": "insert_licence",
"args": {"name": "gnu-gpl-3.bp"}
}
{
"caption": "Licence Snippet: Full Text: GNU GPL v3.0",
"command": "insert_licence",
"args": {"name": "gnu-gpl-3.full"}
}
{
"caption": "Licence Snippet: BP Notice: GNU LGPL v2.1",
"command": "insert_licence",
"args": {"name": "gnu-lgpl-21.bp"}
}
{
"caption": "Licence Snippet: Full Text: GNU LGPL v2.1",
"command": "insert_licence",
"args": {"name": "gnu-lgpl-21.full"}
}
{
"caption": "Licence Snippet: BP Notice: GNU LGPL v3.0",
"command": "insert_licence",
"args": {"name": "gnu-lgpl-3.bp"}
}
{
"caption": "Licence Snippet: Full Text: GNU LGPL v3.0",
"command": "insert_licence",
"args": {"name": "gnu-lgpl-3.full"}
}
{
"caption": "Licence Snippet: Full Text: ISC Licence",
"command": "insert_licence",
"args": {"name": "isc.full"}
}
{
"caption": "Licence Snippet: Full Text: MIT Licence",
"command": "insert_licence",
"args": {"name": "mit.full"}
}
{
"caption": "Licence Snippet: BP Notice: Mozilla Public Licence v2.0",
"command": "insert_licence",
"args": {"name": "mozilla-2.bp"}
}
{
"caption": "Licence Snippet: Full Text: Mozilla Public Licence v2.0",
"command": "insert_licence",
"args": {"name": "mozilla-2.full"}
}
{
"caption": "Licence Snippet: Full Text: Public Domain (CC0 1.0 Universal)",
"command": "insert_licence",
"args": {"name": "pub-cc0-1-universal.full"}
}
{
"caption": "Licence Snippet: Full Text: Public Domain (UnLicence)",
"command": "insert_licence",
"args": {"name": "pub-unlicense.full"}
}
{
"caption": "Licence Snippet: Full Text: Public Domain (WTFPL 2.0)",
"command": "insert_licence",
"args": {"name": "pub-wtfpl-2.full"}
}
]
[
{
"caption": "Licence Snippet: Apache Licence 2.0 [Header]",
"command": "insert_licence",
"args": {"name": "Apache-2.0.header"}
},
{
"caption": "Licence Snippet: Apache Licence 2.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "Apache-2.0.full"}
},
{
"caption": "Licence Snippet: Artistic Licence v2.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "Artistic-2.0.full"}
},
{
"caption": "Licence Snippet: BSD 2-Clause [Header] [Full Text]",
"command": "insert_licence",
"args": {"name": "BSD-2-Clause.full"}
},
{
"caption": "Licence Snippet: BSD 3-Clause [Header] [Full Text]",
"command": "insert_licence",
"args": {"name": "BSD-3-Clause.full"}
},
{
"caption": "Licence Snippet: Eclipse Public Licence v1.0 [Header]",
"command": "insert_licence",
"args": {"name": "EPL-1.0.header"}
},
{
"caption": "Licence Snippet: Eclipse Public Licence v1.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "EPL-1.0.full"}
},
{
"caption": "Licence Snippet: GNU Affero GPL v3.0 [Header]",
"command": "insert_licence",
"args": {"name": "AGPL-3.0.header"}
},
{
"caption": "Licence Snippet: GNU Affero GPL v3.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "AGPL-3.0.full"}
},
{
"caption": "Licence Snippet: GNU GPL v2.0 [Header]",
"command": "insert_licence",
"args": {"name": "GPL-2.0.header"}
},
{
"caption": "Licence Snippet: GNU GPL v2.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "GPL-2.0.full"}
},
{
"caption": "Licence Snippet: GNU GPL v3.0 [Header]",
"command": "insert_licence",
"args": {"name": "GPL-3.0.header"}
},
{
"caption": "Licence Snippet: GNU GPL v3.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "GPL-3.0.full"}
},
{
"caption": "Licence Snippet: GNU LGPL v2.1 [Header]",
"command": "insert_licence",
"args": {"name": "LGPL-2.1.header"}
},
{
"caption": "Licence Snippet: GNU LGPL v2.1 [Full Text]",
"command": "insert_licence",
"args": {"name": "LGPL-2.1.full"}
},
{
"caption": "Licence Snippet: GNU LGPL v3.0 [Header]",
"command": "insert_licence",
"args": {"name": "LGPL-3.0.header"}
},
{
"caption": "Licence Snippet: GNU LGPL v3.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "LGPL-3.0.full"}
},
{
"caption": "Licence Snippet: ISC Licence [Header] [Full Text]",
"command": "insert_licence",
"args": {"name": "ISC.full"}
},
{
"caption": "Licence Snippet: MIT Licence [Header] [Full Text]",
"command": "insert_licence",
"args": {"name": "MIT.full"}
},
{
"caption": "Licence Snippet: Mozilla Public Licence v2.0 [Header]",
"command": "insert_licence",
"args": {"name": "MPL-2.0.header"}
},
{
"caption": "Licence Snippet: Mozilla Public Licence v2.0 [Full Text]",
"command": "insert_licence",
"args": {"name": "MPL-2.0.full"}
}
]
Loading

0 comments on commit 378a816

Please sign in to comment.