zsh 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Unless otherwise noted in the header of specific files, files in this
  2. distribution have the licence shown below.
  3. However, note that certain shell functions are licensed under versions
  4. of the GNU General Public Licence. Anyone distributing the shell as a
  5. binary including those files needs to take account of this. Search
  6. shell functions for "Copyright" for specific copyright information.
  7. None of the core functions are affected by this, so those files may
  8. simply be omitted.
  9. --
  10. The Z Shell is copyright (c) 1992-2009 Paul Falstad, Richard Coleman,
  11. Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
  12. others. All rights reserved. Individual authors, whether or not
  13. specifically named, retain copyright in all changes; in what follows, they
  14. are referred to as `the Zsh Development Group'. This is for convenience
  15. only and this body has no legal status. The Z shell is distributed under
  16. the following licence; any provisions made in individual files take
  17. precedence.
  18. Permission is hereby granted, without written agreement and without
  19. licence or royalty fees, to use, copy, modify, and distribute this
  20. software and to distribute modified versions of this software for any
  21. purpose, provided that the above copyright notice and the following
  22. two paragraphs appear in all copies of this software.
  23. In no event shall the Zsh Development Group be liable to any party for
  24. direct, indirect, special, incidental, or consequential damages arising out
  25. of the use of this software and its documentation, even if the Zsh
  26. Development Group have been advised of the possibility of such damage.
  27. The Zsh Development Group specifically disclaim any warranties, including,
  28. but not limited to, the implied warranties of merchantability and fitness
  29. for a particular purpose. The software provided hereunder is on an "as is"
  30. basis, and the Zsh Development Group have no obligation to provide
  31. maintenance, support, updates, enhancements, or modifications.