File: vim-scripts.status

package info (click to toggle)
vim-scripts 20210124.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,100 kB
  • sloc: perl: 420; xml: 95; makefile: 25
file content (564 lines) | stat: -rw-r--r-- 25,071 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
This package was debianized by Michael Piefel <piefel@debian.org> on
Sun, 17 Feb 2002 13:52:36 +0100.

It was downloaded from https://www.vim.org/scripts/index.php

Copyright:

Copyright is by the individual authors mentioned in each script.

Summary of license information of each script is reported below. For scripts
which license is "no license" it is assumed in good faith that having being
posted on vim.org their licence is at least as free as the licence of Vim
itself.

--

addon:       alternateFile
description: alternate pairing files (e.g. .c/.h) with short ex-commands
script_url:  https://www.vim.org/scripts/script.php?script_id=31
author:      Mike Sharpe
author_url:  https://www.vim.org/account/profile.php?user_id=49
email:       feline at irendi.com
license:     license [1], see below
disabledby:  let loaded_alternateFile = 1
version:     2.18

addon:       whatdomain
description: query the meaning of a Top Level Domain
script_url:  https://www.vim.org/scripts/script.php?script_id=62
author:      Michael Piefel
author_url:  https://www.vim.org/account/profile.php?user_id=38
email:       piefel at informatik.hu-berlin.de
license:     public domain
disabledby:  let loaded_whatdomain = 1
version:     20010919

addon:       bufexplorer
description: buffer explorer / browser
script_url:  https://www.vim.org/scripts/script.php?script_id=42
author:      Jeff Lanzarotta
author_url:  https://www.vim.org/account/profile.php?user_id=97
email:       delux256-vim at outlook dot com
license:     license [8], see below
disabledby:  let loaded_bufexplorer = 1
version:     7.4.21

addon:       minibufexpl
description: elegant buffer explorer which takes very little screen space
script_url:  https://www.vim.org/scripts/script.php?script_id=159
author:      Bindu Wavell
author_url:  https://www.vim.org/account/profile.php?user_id=385
email:       bindu at wavell.net
license:     license [2], see below
disabledby:  let loaded_minibufexplorer = 1
version:     6.3.2

addon:       gnupg
description: transparent editing of gpg encrypted files
script_url:  https://www.vim.org/scripts/script.php?script_id=3645
author:      James McCoy
author_url:  https://www.vim.org/account/profile.php?user_id=5603
email:       vega.james at gmail.com
license:     GNU GPL, see /usr/share/common-licenses/GPL-2
disabledby:  let loaded_gnupg = 1
version:     2.7.1

addon:       taglist
description: source code browser
script_url:  https://www.vim.org/scripts/script.php?script_id=273
author:      Yegappan Lakshmanan
author_url:  https://www.vim.org/account/profile.php?user_id=244
email:       yegappan at yahoo.com
license:     license [2], see below
disabledby:  let loaded_taglist = 'no'
version:     4.6

addon:       calendar
description: shows calendar in a vim window
script_url:  https://www.vim.org/scripts/script.php?script_id=52
author:      Yasuhiro Matsumoto
author_url:  https://www.vim.org/account/profile.php?user_id=103
email:       mattn.jp at gmail.com
license:     no license
version:     2.9

addon:       winmanager
description: IDE-like environment with file manager and buffer list
script_url:  https://www.vim.org/scripts/script.php?script_id=95
author:      Srinath Avadhanula
author_url:  https://www.vim.org/account/profile.php?user_id=247
email:       srinath at fastmail.fm
license:     no license
disabledby:  let loaded_winmanager = 1
version:     2.3

addon:       AlignPlugin
description: commands and maps for aligned text, equations, declarations, ...
script_url:  https://www.vim.org/scripts/script.php?script_id=294
author:      Charles E. Campbell
author_url:  https://www.vim.org/account/profile.php?user_id=96
email:       drchip at campbellfamily.biz
license:     license [4], see below
disabledby:  let loaded_alignPlugin = 1
version:     37/43

addon:       cvsmenu
description: CVS/CVSNT integration
script_url:  https://www.vim.org/scripts/script.php?script_id=1245
author:      Yongwei Wu, Thorsten Maerz
author_url:  https://www.vim.org/account/profile.php?user_id=6184
email:       wuyongwei at gmail.com
license:     GNU LGPL, see /usr/share/common-licenses/LGPL-2
disabledby:  let loaded_cvsmenu = 1
version:     1.150

addon:       VCSCommand
description: CVS/SVN/SVK/git/hg/bzr integration plugin
script_url:  https://www.vim.org/scripts/script.php?script_id=90
author:      Robert Hiestand
author_url:  https://www.vim.org/account/profile.php?user_id=241
email:       bob.hiestand at gmail.com
license:     license[7], see below
disabledby:  let VCSCommandDisableAll = 1
version:     1.99.47

addon:       utl
description: Universal Text Linking: URL-based hyperlinking
script_url:  https://www.vim.org/scripts/script.php?script_id=293
author:      Stefan Bittner
author_url:  https://www.vim.org/account/profile.php?user_id=659
email:       stb at bf-consulting.de
license:     GNU GPL, see /usr/share/common-licenses/GPL-2
disabledby:  let loaded_utl = 1
version:     2.0

addon:       info
description: GNU info documentation browser
script_url:  https://www.vim.org/scripts/script.php?script_id=21
author:      Slavik Gorbanyov
author_url:  https://www.vim.org/account/profile.php?user_id=55
email:       rnd at web-drive.ru
license:     license [3], see below
disabledby:  let loaded_info = 1
version:     1.7

addon:       EnhancedCommentify
description: comment lines in a program
script_url:  https://www.vim.org/scripts/script.php?script_id=23
author:      Meikel Brandmeyer
author_url:  https://www.vim.org/account/profile.php?user_id=62
email:       Brandels_Mikesh at web.de
license:     license [5], see below
disabledby:  let DidEnhancedCommentify = 1
version:     2.3

addon:       xmledit
description: plugin to help edit XML, HTML, and SGML documents
script_url:  https://www.vim.org/scripts/script.php?script_id=301
author:      Devin Weaver
author_url:  https://www.vim.org/account/profile.php?user_id=667
email:       devin at tritarget.com
license:     GNU GPL, see /usr/share/common-licenses/GPL
disabledby:  let loaded_xmledit = 1
version:     1.10.5

addon:       po
description: easier editing of GNU gettext PO files
script_url:  https://www.vim.org/scripts/script.php?script_id=695
author:      Aleksandar Jelenak
author_url:  https://www.vim.org/account/profile.php?user_id=2766
email:       ajelenak at yahoo.com
license:     no license
disabledby:  let loaded_po_ftplugin = 1
version:     1.2

addon:       tetris
description: a Tetris game
script_url:  https://www.vim.org/scripts/script.php?script_id=172
author:      Gergely Kontra
author_url:  https://www.vim.org/account/profile.php?user_id=299
email:       pihentagy at gmail.com
license:     no license
disabledby:  let loaded_tetris = 1
version:     0.53

addon:       VimSokoban
description: a Sokoban game
script_url:  https://www.vim.org/scripts/script.php?script_id=211
author:      Mike Sharpe
author_url:  https://www.vim.org/account/profile.php?user_id=49
email:       feline at irendi.com
license:     license [1], see below
disabledby:  let loaded_VimSokoban = 1
version:     1.3

addon:       color_sampler_pack
description: colors sampler pack: top 100 color schemes on vim.sf.net
script_url:  https://www.vim.org/scripts/script.php?script_id=625
author:      Robert (MetaCosm)
author_url:  https://www.vim.org/account/profile.php?user_id=2162
email:       iam at robertmelton.com
license:     see colors/*.vim for per color scheme licenses
version:     2012.10.28

addon:       closetag
description: functions and mappings to close open HTML/XML tags
script_url:  https://www.vim.org/scripts/script.php?script_id=13
author:      Steven Mueller
author_url:  https://www.vim.org/account/profile.php?user_id=43
email:       diffusor at ugcs.caltech.edu
license:     no license
disabledby:  let loaded_closetag = 1
version:     0.9.1

addon:       nerd-commenter
description: easy commenting of code for many filetypes
script_url:  https://www.vim.org/scripts/script.php?script_id=1218
author:      Marty Grenfell
author_url:  https://www.vim.org/account/profile.php?user_id=7006
email:       martin.grenfell at gmail.com
license:     wtfpl [6], see below
disabledby:  let loaded_nerd_comments = 1
version:     2.3.0

addon:       project
description: organize and navigate file projects (like IDE/buffer explorer)
script_url:  https://www.vim.org/scripts/script.php?script_id=69
author:      Aric Blumer
author_url:  https://www.vim.org/account/profile.php?user_id=182
email:       aricvim at charter.net
license:     no license
disabledby:  let loaded_project = 1
version:     1.4.1

addon:       vimplate
description: template system based on template-toolkit
script_url:  https://www.vim.org/scripts/script.php?script_id=1311
author:      Urs Stotz
author_url:  https://www.vim.org/account/profile.php?user_id=5415
email:       stotz at gmx.ch
license:     GNU GPL, see /usr/share/common-licenses/GPL-2
disabledby:  let loaded_vimplate = 1
version:     0.2.3

addon: dtd2vim
description: create XML data file for Vim7 XML omni-completion from DTDs
script_url:  https://www.vim.org/scripts/script.php?script_id=1462
author:      Mikolaj Machowski
author_url:  https://www.vim.org/account/profile.php?user_id=488
email:       mikmach at wp.pl
license:     GNU GPL, see /usr/share/common-licenses/GPL-2
version:     2.0

addon:       doxygen-toolkit
description: simplify writing Doxygen documentation in C/C++, Python
script_url:  https://www.vim.org/scripts/script.php?script_id=987
author:      Mathias Lorente
author_url:  https://www.vim.org/account/profile.php?user_id=5172
email:       mathias_lorente at yahoo.fr
license:     no license
disabledby:  let loaded_DoxygenToolkit = 1
version:     0.2.13

addon:       omnicppcomplete
description: C++ omni completion with a ctags database
script_url:  https://www.vim.org/scripts/script.php?script_id=1520
author:      Vissale Neang
author_url:  https://www.vim.org/account/profile.php?user_id=9429
email:       fromtonrouge at gmail.com
license:     no license
disabledby:  let loaded_omnicppcomplete = 1
version:     0.41

addon:       supertab
description: use the tab key for all insert-mode completion
script_url:  https://www.vim.org/scripts/script.php?script_id=1643
author:      Eric Van Dewoestine
author_url:  https://www.vim.org/account/profile.php?user_id=6016
email:       ervandew at gmail.com
license:     BSD [8]
disabledby:  let loaded_supertab = 1
version:     2.1

addon:       lbdbq
description: expand names to email addresses via lbdb queries
script_url:  https://www.vim.org/scripts/script.php?script_id=1757
author:      Stefano Zacchiroli
author_url:  https://www.vim.org/account/profile.php?user_id=6957
email:       zack at bononia.it
license:     GNU GPL, see /usr/share/common-licenses/GPL
disabledby:  let loaded_lbdbq = 1
version:     0.3

addon:       debPlugin
description: browse .deb files
script_url:  https://www.vim.org/scripts/script.php?script_id=1970
author:      Arno Renevier
author_url:  https://www.vim.org/account/profile.php?user_id=12828
email:       arenevier at fdn.fr
license:     GNU GPL, see /usr/share/common-licenses/GPL-2
disabledby:  let loaded_debPlugin = 1
version:     v1.4

addon:       python-indent
description: alternative python indent (a la PEP 8)
script_url:  https://www.vim.org/scripts/script.php?script_id=974
author:      Eric Mc Sween
author_url:  https://www.vim.org/account/profile.php?user_id=2913
email:       em at tomcom.de
license:     no license
disabledby:  let loaded_python_indent = 1
version:     0.3

addon:       surround
description: easily delete, change, and add 'surround' of text
script_url:  https://www.vim.org/scripts/script.php?script_id=1697
author:      Tim Pope
author_url:  https://www.vim.org/account/profile.php?user_id=9012
email:       vimNOSPAM at tpope.org
license:     Vim's license [4], see below
disabledby:  let loaded_surround = 1
version:     2.1

addon:       detectindent
description: detects the current indentation of files
script_url:  https://www.vim.org/scripts/script.php?script_id=1171
author:      Ciaran McCreesh
author_url:  https://www.vim.org/account/profile.php?user_id=4078
email:       ciaran.mccreesh at googlemail.com
license:     Vim's license [4], see below
disabledby:  let loaded_detectindent = 1
version:     1.0

addon:       snippetsEmu
description: emulate TextMate's snippet expansion
script_url:  https://www.vim.org/scripts/script.php?script_id=1318
author:      Felix Ingram
author_url:  https://www.vim.org/account/profile.php?user_id=8005
email:       F.ingram.lists at gmail.com
license:     GNU GPL, see /usr/share/common-licenses/GPL-2
disabledby:  let loaded_snippet = 1
version:     1.2.3

addon:       secure-modelines
description: secure, user-configurable modeline support
script_url:  https://www.vim.org/scripts/script.php?script_id=1876
author:      Ciaran McCreesh
author_url:  https://www.vim.org/account/profile.php?user_id=4078
email:       ciaran.mccreesh at googlemail.com
license:     Vim's license [4], see below
version:     20080424

--

Licenses referenced above

license [1]
  We grant permission to use, copy modify, distribute, and sell this software
  for any purpose without fee, provided that the above copyright notice and
  this text are not removed. We make no guarantee about the suitability of
  this software for any purpose and we are not liable for any damages
  resulting from its use. Further, we are under no obligation to maintain or
  extend this software. It is provided on an "as is" basis without any
  expressed or implied warranty.

license [2]
  Permission is hereby granted to use and distribute this code, with or
  without modifications, provided that this copyright notice is copied with
  it. Like anything else that's free, the program is provided *as is* and
  comes with no warranty of any kind, either expressed or implied. In no
  event will the copyright holder be liable for any damamges resulting from
  the use of this software.

license [3]
  Redistribution and use, with or without modification, are permitted
  provided that the following conditions are met:
  1. Redistributions must retain the above copyright notice, this list of
     conditions and the following disclaimer.
  2. The name of the author may not be used to endorse or promote products
     derived from this script without specific prior written permission.

license [4]
  I)  There are no restrictions on distributing unmodified copies of Vim except
      that they must include this license text.  You can also distribute
      unmodified parts of Vim, likewise unrestricted except that they must
      include this license text.  You are also allowed to include executables
      that you made from the unmodified Vim sources, plus your own usage
      examples and Vim scripts.

  II) It is allowed to distribute a modified (or extended) version of Vim,
      including executables and/or source code, when the following four
      conditions are met:
      1) This license text must be included unmodified.
      2) The modified Vim must be distributed in one of the following five ways:
         a) If you make changes to Vim yourself, you must clearly describe in
          the distribution how to contact you.  When the maintainer asks you
          (in any way) for a copy of the modified Vim you distributed, you
          must make your changes, including source code, available to the
          maintainer without fee.  The maintainer reserves the right to
          include your changes in the official version of Vim.  What the
          maintainer will do with your changes and under what license they
          will be distributed is negotiable.  If there has been no negotiation
          then this license, or a later version, also applies to your changes.
          The current maintainer is Bram Moolenaar <Bram@vim.org>.  If this
          changes it will be announced in appropriate places (most likely
          vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
          impossible to contact the maintainer, the obligation to send him
          your changes ceases.  Once the maintainer has confirmed that he has
          received your changes they will not have to be sent again.
         b) If you have received a modified Vim that was distributed as
          mentioned under a) you are allowed to further distribute it
          unmodified, as mentioned at I).  If you make additional changes the
          text under a) applies to those changes.
         c) Provide all the changes, including source code, with every copy of
          the modified Vim you distribute.  This may be done in the form of a
          context diff.  You can choose what license to use for new code you
          add.  The changes and their license must not restrict others from
          making their own changes to the official version of Vim.
         d) When you have a modified Vim which includes changes as mentioned
          under c), you can distribute it without the source code for the
          changes if the following three conditions are met:
          - The license that applies to the changes permits you to distribute
            the changes to the Vim maintainer without fee or restriction, and
            permits the Vim maintainer to include the changes in the official
            version of Vim without fee or restriction.
          - You keep the changes for at least three years after last
            distributing the corresponding modified Vim.  When the maintainer
            or someone who you distributed the modified Vim to asks you (in
            any way) for the changes within this period, you must make them
            available to him.
          - You clearly describe in the distribution how to contact you.  This
            contact information must remain valid for at least three years
            after last distributing the corresponding modified Vim, or as long
            as possible.
         e) When the GNU General Public License (GPL) applies to the changes,
          you can distribute the modified Vim under the GNU GPL version 2 or
          any later version.
      3) A message must be added, at least in the output of the ":version"
         command and in the intro screen, such that the user of the modified Vim
         is able to see that it was modified.  When distributing as mentioned
         under 2)e) adding the message is only required for as far as this does
         not conflict with the license used for the changes.
      4) The contact information as required under 2)a) and 2)d) must not be
         removed or changed, except that the person himself can make
         corrections.

  III) If you distribute a modified version of Vim, you are encouraged to use
       the Vim license for your changes and make them available to the
       maintainer, including the source code.  The preferred way to do this is
       by e-mail or by uploading the files to a server and e-mailing the URL.
       If the number of changes is small (e.g., a modified Makefile) e-mailing a
       context diff will do.  The e-mail address to be used is
       <maintainer@vim.org>

  IV)  It is not allowed to remove this license from the distribution of the Vim
       sources, parts of it or from a modified version.  You may use this
       license for previous Vim releases instead of the license that they came
       with, at your option.

license [5]
  Redistribution and use in source and binary form are permitted provided
  that the following conditions are met:

  1. Redistribition of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.

  THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
  ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.

license [6]
 This program is free software. It comes without any warranty,
 to the extent permitted by applicable law. You can redistribute
 it and/or modify it under the terms of the Do What The Fuck You
 Want To Public License, Version 2, as published by Sam Hocevar.
 See http://sam.zoy.org/wtfpl/COPYING for more details

license [7]
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.

license [8]
  Redistribution and use of this software in source and binary forms, with
  or without modification, are permitted provided that the following
  conditions are met:

  * Redistributions of source code must retain the above
    copyright notice, this list of conditions and the
    following disclaimer.

  * Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the
    following disclaimer in the documentation and/or other
    materials provided with the distribution.

  * Neither the name of Gergely Kontra or Eric Van Dewoestine nor the names
  of its contributors may be used to endorse or promote products derived
  from this software without specific prior written permission of Gergely
  Kontra or Eric Van Dewoestine.

  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

license [8]
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

 * Neither the name of the {organization} nor the names of its contributors may
   be used to endorse or promote products derived from this software without
   specific prior written permission.

 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.