jonatkinson / yasnippet-licenses
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
3c1f98c
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README.rst | ||
| |
agpl3 | ||
| |
agpl3h | ||
| |
bsd | ||
| |
gpl2 | ||
| |
gpl2h | ||
| |
gpl3 | ||
| |
gpl3h | ||
| |
lgpl2 | ||
| |
lgpl2h | ||
| |
lgpl3 | ||
| |
lgpl3h | ||
| |
release-announcement-1.0.txt |
README.rst
yasnippet-license
yasnippet-license is a set of simple yasnippet snippets for inserting common Free Software license boilerplate text into your documents.
Included are the following snippets:
- GNU Affero General Public License Version 3 (agpl3)
- GNU Affero General Public License Version 3 short header for source files. (agpl3h)
- GNU General Public License Version 2 (gpl2)
- GNU General Public License Version 2 short header for source files. (gpl2h)
- GNU General Public License Version 3 (gpl3)
- GNU General Public License Version 3 short header for source files. (gpl3h)
- GNU Lesser General Public License Version 2.1 (lgpl2)
- GNU Lesser General Public License Version 2.1 short header for source files. (lgpl2h)
- GNU Lesser General Public License Version 3 (lgpl3)
- GNU Lesser General Public License Version 3 short header for source files. (lgpl3h)
If you have ideas for other additions please let me know.
Usage
Checkout the repository:
git://github.com/jonatkinson/yasnippet-license.git
Copy these files into your yasnippets/text-mode/ folder (this could be located anywhere, if you need a point in the right direction, try ~/.emacs.d/)
You should now be able to insert the licenses into all your documents.
TODO
- More licenses. MIT/BSD/Apache etc.

