diff options
author | Peter Stephenson <pws@zsh.org> | 2013-05-30 16:40:06 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-05-30 16:40:06 +0100 |
commit | aa0875daa1df60fdb0151ddd585e69076d0f3114 (patch) | |
tree | 5f6566754bb04647d80ed97332910bd43238fb41 /LICENCE | |
parent | 95c044372a4b945761940de64eed87c30f2d555e (diff) | |
download | zsh-aa0875daa1df60fdb0151ddd585e69076d0f3114.tar.gz zsh-aa0875daa1df60fdb0151ddd585e69076d0f3114.tar.xz zsh-aa0875daa1df60fdb0151ddd585e69076d0f3114.zip |
31436: document KSH_GLOB doesn't support recursive directories
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/LICENCE b/LICENCE index 6e2f11401..fc87fe780 100644 --- a/LICENCE +++ b/LICENCE @@ -1,3 +1,15 @@ +Unless otherwise noted in the header of specific files, files in this +distribution have the licence shown below. + +However, note that certain shell functions are licensed under versions +of the GNU Public Licence. Anyone distributing the shell as a binary +including those files needs to take account of this. Search shell +functions for "Copyright" for specific copyright information. +None of the core functions are affected by this, so those files +may simply be omitted. + +-- + The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman, Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and others. All rights reserved. Individual authors, whether or not |