feature/file-templates: add+polish license file templates

This commit is contained in:
Henrik Lissner 2018-02-17 18:39:54 -05:00
parent 70c8e3cb52
commit aa216af4d6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
13 changed files with 1249 additions and 301 deletions

View file

@ -1,9 +1,12 @@
# -*- mode: snippet -*-
# -*- mode: snippet-mode; -*-
# name: MIT License
# uuid: __license-mit
# group: Licenses
# contributor: https://choosealicense.com/licenses/mit/
# --
The MIT License (MIT)
Copyright (c) `(format-time-string "%Y")` `user-full-name`.
Copyright (c) ${1:`(format-time-string "%Y")`} ${2:`user-full-name`}
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the