diff options
author | Arseny Maslennikov <ar@cs.msu.ru> | 2017-11-11 20:05:11 +0300 |
---|---|---|
committer | Arseny Maslennikov <ar@cs.msu.ru> | 2017-11-11 20:11:38 +0300 |
commit | 8e04ab7cf2d16830e62e3afbfe9e7f20a5b27d46 (patch) | |
tree | 9f1d3d707b221837b9829b6548e9bf4dd86e4620 /data/shell-completions | |
parent | abbf2f4fabd4fbb1d31aeafa18334bb1a4dceab7 (diff) | |
download | meson-8e04ab7cf2d16830e62e3afbfe9e7f20a5b27d46.zip meson-8e04ab7cf2d16830e62e3afbfe9e7f20a5b27d46.tar.gz meson-8e04ab7cf2d16830e62e3afbfe9e7f20a5b27d46.tar.bz2 |
_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.
Diffstat (limited to 'data/shell-completions')
-rw-r--r-- | data/shell-completions/zsh/_meson | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index dad1252..877d700 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 |