diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f792450..0000000 --- a/LICENSE +++ /dev/null @@ -1,45 +0,0 @@ -The vimpager project and all files in it is licensed under the below -terms unless otherwise noted. - -The entirety of the project can be considered under a dual license, the -2-clause BSD license (below) and the Vim license (see uganda.txt.) - -Copyright (c) 2015, Rafael Kitover and contributors -(see the list of CONTRIBUTORS at the bottom of the 'vimpager' file.) - -vimcat is Copyright (c) 2015 Matthew Wozniski and other -contributors to this project and is licensed under the same terms as -vimpager. - -The following files are licensed under the Vim license and are copyright -their respective owners (see uganda.txt for the Vim license, and the -files themselves for the copyright owners): - -src/less.vim -src/perldoc.vim -src/ansiesc/autoload/AnsiEsc.vim -src/ansiesc/plugin/AnsiEscPlugin.vim -src/ansiesc/plugin/cecutil.vim - -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. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``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 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. diff --git a/LICENSE b/LICENSE new file mode 120000 index 0000000..9060ce8 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +debian/copyright \ No newline at end of file diff --git a/debian/copyright b/debian/copyright index 9993259..4b78eb4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Rafael Kitover Source: http://github.com/rkitover/vimpager Files: vimpager vimpagerrc TODO Makefile LICENSE doc/vimpager.md doc/vimcat.md src/vimpager.vim src/prototypes/* scripts/awk-sh -Copyright: 2015 Rafael Kitover +Copyright: 2016 Rafael Kitover License: BSD-2-Clause Files: scripts/install-sh @@ -16,7 +16,7 @@ Copyright: 2015 Matthew Wozniski License: BSD-2-Clause Files: debian/* -Copyright: 2015 Rafael Kitover +Copyright: 2016 Rafael Kitover License: BSD-2-Clause Files: src/ansiesc/plugin/cecutil.vim src/ansiesc/autoload/AnsiEsc.vim src/ansiesc/plugin/AnsiEscPlugin.vim diff --git a/vimpager b/vimpager index b812cbd..2e2c8a0 100755 --- a/vimpager +++ b/vimpager @@ -7143,7 +7143,7 @@ EOF main "$@" -# Copyright (c) 2015, Rafael Kitover and +# Copyright (c) 2016, Rafael Kitover and # Contributors (below.) # # Redistribution and use in source and binary forms, with or without