diff options
author | Peter Stephenson <pws@zsh.org> | 2013-11-27 15:56:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-11-27 15:56:44 +0000 |
commit | 4163ebf4c7388cc7afd46e2d3d58fc8570f337ac (patch) | |
tree | a4f900ad560c1101f8b112ec4794a4db918d13dd /LICENCE | |
parent | 7423ac14e58b0ad9b351ebb75b0fbf11524c3895 (diff) | |
download | zsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.tar.gz zsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.tar.xz zsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.zip |
unposted, see 32054: Rationalise character encoding.
Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro).
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENCE b/LICENCE index fc87fe780..6be3a8aff 100644 --- a/LICENCE +++ b/LICENCE @@ -11,7 +11,7 @@ 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 +Zoltán HidvĂ©gi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and others. All rights reserved. Individual authors, whether or not specifically named, retain copyright in all changes; in what follows, they are referred to as `the Zsh Development Group'. This is for convenience |