annotate vim/vimfiles/bundle/pyflakes-vim/ftplugin/python/pyflakes/LICENSE @ 25:732ed3539b7a
Workiva Vim updates.
Local settings for Dart and Groovy.
.vimrc tweaks for recent work and plugins.
Moved readme for bundle up a level so we can .hgignore the entire directory.
Update readme for bundle directory for plugins I started using.
author |
Brian Neal <bgneal@gmail.com> |
date |
Fri, 31 Jul 2015 15:39:23 -0500 |
parents |
097c95760fd0 |
children |
|
rev |
line source |
bgneal@8
|
1
|
bgneal@8
|
2 Copyright (c) 2005 Divmod, Inc., http://www.divmod.com/
|
bgneal@8
|
3
|
bgneal@8
|
4 Permission is hereby granted, free of charge, to any person obtaining
|
bgneal@8
|
5 a copy of this software and associated documentation files (the
|
bgneal@8
|
6 "Software"), to deal in the Software without restriction, including
|
bgneal@8
|
7 without limitation the rights to use, copy, modify, merge, publish,
|
bgneal@8
|
8 distribute, sublicense, and/or sell copies of the Software, and to
|
bgneal@8
|
9 permit persons to whom the Software is furnished to do so, subject to
|
bgneal@8
|
10 the following conditions:
|
bgneal@8
|
11
|
bgneal@8
|
12 The above copyright notice and this permission notice shall be
|
bgneal@8
|
13 included in all copies or substantial portions of the Software.
|
bgneal@8
|
14
|
bgneal@8
|
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
bgneal@8
|
16 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
bgneal@8
|
17 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
bgneal@8
|
18 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
bgneal@8
|
19 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
bgneal@8
|
20 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
bgneal@8
|
21 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|