From 8e04ab7cf2d16830e62e3afbfe9e7f20a5b27d46 Mon Sep 17 00:00:00 2001 From: Arseny Maslennikov Date: Sat, 11 Nov 2017 20:05:11 +0300 Subject: _meson: Explicitly specify license to match the Z Shell The zsh completion script is explicitly licensed to eliminate any legal obstacles for its co-distribution with Z Shell itself. --- data/shell-completions/zsh/_meson | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'data/shell-completions') diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index dad1252aa..877d70078 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -2,6 +2,30 @@ # vim:ts=2 sw=2 +# Copyright (c) 2017 Arseny Maslennikov +# All rights reserved. Individual authors, whether or not +# specifically named, retain copyright in all changes; in what follows, they +# are referred to as `the Meson development team'. This is for convenience +# only and this body has no legal status. This file is distributed under +# the following licence. +# +# Permission is hereby granted, without written agreement and without +# licence or royalty fees, to use, copy, modify, and distribute this +# software and to distribute modified versions of this software for any +# purpose, provided that the above copyright notice and the following +# two paragraphs appear in all copies of this software. +# +# In no event shall the Meson development team be liable to any party for +# direct, indirect, special, incidental, or consequential damages arising out +# of the use of this software and its documentation, even if the Meson +# development team have been advised of the possibility of such damage. +# +# The Meson development team specifically disclaim any warranties, including, +# but not limited to, the implied warranties of merchantability and fitness +# for a particular purpose. The software provided hereunder is on an "as is" +# basis, and the Meson development team have no obligation to provide +# maintenance, support, updates, enhancements, or modifications. + local curcontext="$curcontext" state line local -i ret -- cgit v1.2.3