From a96f674eed23e4e25c065a0935b2fe4f104d47ec Mon Sep 17 00:00:00 2001 From: Honza Pokorny Date: Mon, 20 Jun 2011 19:49:54 -0300 Subject: [PATCH] Add README, LICENSE and AUTHORS. --- AUTHORS | 33 +++++++++++++++++++++++++++++++++ LICENSE | 20 ++++++++++++++++++++ README.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE create mode 100644 README.md diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..e0333fe --- /dev/null +++ b/AUTHORS @@ -0,0 +1,33 @@ +Alberto Pose +Angel Alonso +Ben Orenstein +Bill Casarin +Christopher Joslyn +Daniel Hahler +Elliot Murphy +Eustaquio Rangel +Henrik Nyh +Honza Pokorny +Jakub Nawalaniec +James F. Herdman +Jon Bernard +Kozo NISHIDA +Leandro Pincini +Marc Weber +Marcin Kulik +Marjan.Hratson +Micah Elliott +Michael Sanders +Naveed Massjouni +Rob Hudson +Rok Garbas +Sebastian Schulze +Srushti Ambekallu +Stephen Tudor +Steven Oliver +Stuart Colville +Tom Adams +Zied ABID +fo60213 +marutanm +msanders diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..495ced2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2011 see AUTHORS + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ad8c31 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +Snippets +======== + +This repository contains snippets files for various programming languages for +the famous [snipMate][1] plugin for vim. This repository is +community-maintained and many people have contributed snippet files and other +improvements already. + +[vim-snipmate][1] was originally started by [Michael Sanders][2] who has now +unfortunately abandoned the project. [Rok Garbas][3] is now maintaining a +[fork][4] of the project in hopes of improving the existing code base. + +Authors +------- + +For a list of authors, please see the `AUTHORS` files. + +License +------- + +Just as the original snipMate plugin, all the snippets are licensed under the +terms of the MIT license. + + +[1]: http://github.com/garbas/vim-snipmate +[2]: http://github.com/msanders +[3]: http://github.com/garbas +[4]: http://github.com/garbas/vim-snipmate