##// END OF EJS Templates
Relicense zsh completion script under zsh license....
Brendan Cully -
r8961:c963d49a default
parent child Browse files
Show More
@@ -13,13 +13,25 b''
13 13 # autoload -U compinit
14 14 # compinit
15 15 #
16 # Copyright (C) 2005-6 Steve Borho
17 # Copyright (C) 2006-8 Brendan Cully <brendan@kublai.com>
16 # Copyright (C) 2005, 2006 Steve Borho <steve@borho.org>
17 # Copyright (C) 2006, 2007, 2008 Brendan Cully <brendan@kublai.com>
18 #
19 # Permission is hereby granted, without written agreement and without
20 # licence or royalty fees, to use, copy, modify, and distribute this
21 # software and to distribute modified versions of this software for any
22 # purpose, provided that the above copyright notice and the following
23 # two paragraphs appear in all copies of this software.
18 24 #
19 # This is free software; you can redistribute it and/or modify it under
20 # the terms of the GNU General Public License as published by the Free
21 # Software Foundation; either version 2 of the License, or (at your
22 # option) any later version.
25 # In no event shall the authors be liable to any party for direct,
26 # indirect, special, incidental, or consequential damages arising out of
27 # the use of this software and its documentation, even if the authors
28 # have been advised of the possibility of such damage.
29 #
30 # The authors specifically disclaim any warranties, including, but not
31 # limited to, the implied warranties of merchantability and fitness for
32 # a particular purpose. The software provided hereunder is on an "as
33 # is" basis, and the authors have no obligation to provide maintenance,
34 # support, updates, enhancements, or modifications.
23 35
24 36 emulate -LR zsh
25 37 setopt extendedglob
General Comments 0
You need to be logged in to leave comments. Login now