Skip to content

Commit a96f674

Browse files
committed
Add README, LICENSE and AUTHORS.
1 parent 6964753 commit a96f674

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

AUTHORS

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Alberto Pose
2+
Angel Alonso
3+
Ben Orenstein
4+
Bill Casarin
5+
Christopher Joslyn
6+
Daniel Hahler
7+
Elliot Murphy
8+
Eustaquio Rangel
9+
Henrik Nyh
10+
Honza Pokorny
11+
Jakub Nawalaniec
12+
James F. Herdman
13+
Jon Bernard
14+
Kozo NISHIDA
15+
Leandro Pincini
16+
Marc Weber
17+
Marcin Kulik
18+
Marjan.Hratson
19+
Micah Elliott
20+
Michael Sanders
21+
Naveed Massjouni
22+
Rob Hudson
23+
Rok Garbas
24+
Sebastian Schulze
25+
Srushti Ambekallu
26+
Stephen Tudor
27+
Steven Oliver
28+
Stuart Colville
29+
Tom Adams
30+
Zied ABID
31+
fo60213
32+
marutanm
33+
msanders

LICENSE

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2011 see AUTHORS
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7+
of the Software, and to permit persons to whom the Software is furnished to do
8+
so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.
20+

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Snippets
2+
========
3+
4+
This repository contains snippets files for various programming languages for
5+
the famous [snipMate][1] plugin for vim. This repository is
6+
community-maintained and many people have contributed snippet files and other
7+
improvements already.
8+
9+
[vim-snipmate][1] was originally started by [Michael Sanders][2] who has now
10+
unfortunately abandoned the project. [Rok Garbas][3] is now maintaining a
11+
[fork][4] of the project in hopes of improving the existing code base.
12+
13+
Authors
14+
-------
15+
16+
For a list of authors, please see the `AUTHORS` files.
17+
18+
License
19+
-------
20+
21+
Just as the original snipMate plugin, all the snippets are licensed under the
22+
terms of the MIT license.
23+
24+
25+
[1]: http://github.com/garbas/vim-snipmate
26+
[2]: http://github.com/msanders
27+
[3]: http://github.com/garbas
28+
[4]: http://github.com/garbas/vim-snipmate

0 commit comments

Comments
 (0)