Mercurial > hg-stable
changeset 8961:c963d49ac7a1
Relicense zsh completion script under zsh license.
Steve agreed some time ago.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 29 Jun 2009 09:32:06 -0700 |
parents | 8a5657ecdaaf |
children | 4aade1a0115b |
files | contrib/zsh_completion |
diffstat | 1 files changed, 18 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/zsh_completion Mon Jun 29 09:00:37 2009 -0700 +++ b/contrib/zsh_completion Mon Jun 29 09:32:06 2009 -0700 @@ -13,13 +13,25 @@ # autoload -U compinit # compinit # -# Copyright (C) 2005-6 Steve Borho -# Copyright (C) 2006-8 Brendan Cully <brendan@kublai.com> +# Copyright (C) 2005, 2006 Steve Borho <steve@borho.org> +# Copyright (C) 2006, 2007, 2008 Brendan Cully <brendan@kublai.com> +# +# 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. # -# This is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 2 of the License, or (at your -# option) any later version. +# In no event shall the authors 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 authors +# have been advised of the possibility of such damage. +# +# The authors 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 authors have no obligation to provide maintenance, +# support, updates, enhancements, or modifications. emulate -LR zsh setopt extendedglob