1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: vimpager
3Upstream-Contact: Rafael Kitover <rkitover@gmail.com>
4Source: http://github.com/rkitover/vimpager
5
6Files: vimpager vimcat vimpagerrc *.yml .* Makefile markdown_src/*.md markdown/*.md autoload/vimpager.vim autoload/vimpager_utils.vim plugin/vimpager.vim prototypes/* prototypes/*/* scripts/* inc/* test/* Dockerfile
7Copyright: 2016 Rafael Kitover <rkitover@gmail.com>
8License: BSD-2-Clause
9
10Files: scripts/install-sh
11Copyright: 1994 X Consortium <xorg@freedesktop.org>
12License: MIT-4-Clause
13
14Files: autoload/vimcat.vim
15Copyright: 2015 Matthew Wozniski <mjw@drexel.edu>
16License: BSD-2-Clause
17
18Files: debian/*
19Copyright: 2016 Rafael Kitover <rkitover@gmail.com>
20License: BSD-2-Clause
21
22Files: plugin/cecutil.vim autoload/AnsiEsc.vim plugin/AnsiEscPlugin.vim
23Copyright: 2013 Charles E. Campbell <drchip@campbellfamily.biz>
24License: Vim
25
26Files: macros/less.vim uganda.txt
27Copyright: 2016 Bram Moolenaar <Bram@moolenaar.net>
28License: Vim
29
30Files: syntax/perldoc.vim
31Copyright: 2012 Magnus Woldrich <m@japh.se>
32License: Vim
33
34Files: PKGBUILD
35Copyright: 2015 Renato Silva <br.renatosilva@gmail.com>
36License: BSD-2-Clause
37
38License: BSD-2-Clause
39 Redistribution and use in source and binary forms, with or without
40 modification, are permitted provided that the following conditions are
41 met:
42 .
43 Redistributions of source code must retain the above copyright notice,
44 this list of conditions and the following disclaimer.
45 .
46 Redistributions in binary form must reproduce the above copyright
47 notice, this list of conditions and the following disclaimer in the
48 documentation and/or other materials provided with the distribution.
49 .
50 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY
51 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
53 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE
54 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
55 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
56 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
57 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
58 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
59 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
60 THE POSSIBILITY OF SUCH DAMAGE.
61
62License: Vim
63 I)  There are no restrictions on distributing unmodified copies of Vim except
64     that they must include this license text.  You can also distribute
65     unmodified parts of Vim, likewise unrestricted except that they must
66     include this license text.  You are also allowed to include executables
67     that you made from the unmodified Vim sources, plus your own usage
68     examples and Vim scripts.
69 .
70 II) It is allowed to distribute a modified (or extended) version of Vim,
71     including executables and/or source code, when the following four
72     conditions are met:
73     1) This license text must be included unmodified.
74     2) The modified Vim must be distributed in one of the following five ways:
75        a) If you make changes to Vim yourself, you must clearly describe in
76 	  the distribution how to contact you.  When the maintainer asks you
77 	  (in any way) for a copy of the modified Vim you distributed, you
78 	  must make your changes, including source code, available to the
79 	  maintainer without fee.  The maintainer reserves the right to
80 	  include your changes in the official version of Vim.  What the
81 	  maintainer will do with your changes and under what license they
82 	  will be distributed is negotiable.  If there has been no negotiation
83 	  then this license, or a later version, also applies to your changes.
84 	  The current maintainer is Bram Moolenaar <Bram@vim.org>.  If this
85 	  changes it will be announced in appropriate places (most likely
86 	  vim.sf.net, www.vim.org and/or comp.editors).  When it is completely
87 	  impossible to contact the maintainer, the obligation to send him
88 	  your changes ceases.  Once the maintainer has confirmed that he has
89 	  received your changes they will not have to be sent again.
90        b) If you have received a modified Vim that was distributed as
91 	  mentioned under a) you are allowed to further distribute it
92 	  unmodified, as mentioned at I).  If you make additional changes the
93 	  text under a) applies to those changes.
94        c) Provide all the changes, including source code, with every copy of
95 	  the modified Vim you distribute.  This may be done in the form of a
96 	  context diff.  You can choose what license to use for new code you
97 	  add.  The changes and their license must not restrict others from
98 	  making their own changes to the official version of Vim.
99        d) When you have a modified Vim which includes changes as mentioned
100 	  under c), you can distribute it without the source code for the
101 	  changes if the following three conditions are met:
102 	  - The license that applies to the changes permits you to distribute
103 	    the changes to the Vim maintainer without fee or restriction, and
104 	    permits the Vim maintainer to include the changes in the official
105 	    version of Vim without fee or restriction.
106 	  - You keep the changes for at least three years after last
107 	    distributing the corresponding modified Vim.  When the maintainer
108 	    or someone who you distributed the modified Vim to asks you (in
109 	    any way) for the changes within this period, you must make them
110 	    available to him.
111 	  - You clearly describe in the distribution how to contact you.  This
112 	    contact information must remain valid for at least three years
113 	    after last distributing the corresponding modified Vim, or as long
114 	    as possible.
115        e) When the GNU General Public License (GPL) applies to the changes,
116 	  you can distribute the modified Vim under the GNU GPL version 2 or
117 	  any later version.
118     3) A message must be added, at least in the output of the ":version"
119        command and in the intro screen, such that the user of the modified Vim
120        is able to see that it was modified.  When distributing as mentioned
121        under 2)e) adding the message is only required for as far as this does
122        not conflict with the license used for the changes.
123     4) The contact information as required under 2)a) and 2)d) must not be
124        removed or changed, except that the person himself can make
125        corrections.
126 .
127 III) If you distribute a modified version of Vim, you are encouraged to use
128      the Vim license for your changes and make them available to the
129      maintainer, including the source code.  The preferred way to do this is
130      by e-mail or by uploading the files to a server and e-mailing the URL.
131      If the number of changes is small (e.g., a modified Makefile) e-mailing a
132      context diff will do.  The e-mail address to be used is
133      <maintainer@vim.org>
134 .
135 IV)  It is not allowed to remove this license from the distribution of the Vim
136      sources, parts of it or from a modified version.  You may use this
137      license for previous Vim releases instead of the license that they came
138      with, at your option.
139
140License: MIT-4-Clause
141 Permission is hereby granted, free of charge, to any person obtaining a copy
142 of this software and associated documentation files (the "Software"), to
143 deal in the Software without restriction, including without limitation the
144 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
145 sell copies of the Software, and to permit persons to whom the Software is
146 furnished to do so, subject to the following conditions:
147 .
148 The above copyright notice and this permission notice shall be included in
149 all copies or substantial portions of the Software.
150 .
151 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
152 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
153 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
154 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
155 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
156 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
157 .
158 Except as contained in this notice, the name of the X Consortium shall not
159 be used in advertising or otherwise to promote the sale, use or other deal-
160 ings in this Software without prior written authorization from the X Consor-
161 tium.
162