diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-12-02 15:39:20 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-12-02 15:39:20 +0100 |
commit | 8f07e7658dcdfecc082ddaaad8e26f460eb02d45 (patch) | |
tree | a16ecc9a433b450827fbd056b06a3260592a8a37 /Src/Modules/clone.c | |
parent | df234cd62d04180a54071c7a2a5210d1f16c8b98 (diff) | |
parent | 56aa469d06a60ff23fe0c50ab9d44ae40c150412 (diff) | |
download | zsh-8f07e7658dcdfecc082ddaaad8e26f460eb02d45.tar.gz zsh-8f07e7658dcdfecc082ddaaad8e26f460eb02d45.zip |
Merge branch 'upstream' into debian
Diffstat (limited to 'Src/Modules/clone.c')
-rw-r--r-- | Src/Modules/clone.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Src/Modules/clone.c b/Src/Modules/clone.c index 6fdf534c0..5db1c9222 100644 --- a/Src/Modules/clone.c +++ b/Src/Modules/clone.c @@ -3,7 +3,7 @@ * * This file is part of zsh, the Z shell. * - * Copyright (c) 1997 Zoltán Hidvégi + * Copyright (c) 1997 Zoltán HidvĂ©gi * All rights reserved. * * Permission is hereby granted, without written agreement and without @@ -12,16 +12,16 @@ * purpose, provided that the above copyright notice and the following * two paragraphs appear in all copies of this software. * - * In no event shall Zoltán Hidvégi or the Zsh Development Group be liable + * In no event shall Zoltán HidvĂ©gi or the Zsh Development Group 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 Zoltán Hidvégi and the Zsh Development Group have been advised of + * even if Zoltán HidvĂ©gi and the Zsh Development Group have been advised of * the possibility of such damage. * - * Zoltán Hidvégi and the Zsh Development Group specifically disclaim any + * Zoltán HidvĂ©gi and the Zsh Development Group 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 Zoltán Hidvégi and the + * provided hereunder is on an "as is" basis, and Zoltán HidvĂ©gi and the * Zsh Development Group have no obligation to provide maintenance, * support, updates, enhancements, or modifications. * |