summaryrefslogtreecommitdiff
path: root/Src/Modules
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-11-27 15:56:44 +0000
committerPeter Stephenson <pws@zsh.org>2013-11-27 15:56:44 +0000
commit4163ebf4c7388cc7afd46e2d3d58fc8570f337ac (patch)
treea4f900ad560c1101f8b112ec4794a4db918d13dd /Src/Modules
parent7423ac14e58b0ad9b351ebb75b0fbf11524c3895 (diff)
downloadzsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.tar.gz
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 'Src/Modules')
-rw-r--r--Src/Modules/clone.c10
-rw-r--r--Src/Modules/example.c10
2 files changed, 10 insertions, 10 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.
*
diff --git a/Src/Modules/example.c b/Src/Modules/example.c
index fa86f260c..45ca2cffa 100644
--- a/Src/Modules/example.c
+++ b/Src/Modules/example.c
@@ -3,7 +3,7 @@
*
* This file is part of zsh, the Z shell.
*
- * Copyright (c) 1996-1997 Zoltán Hidvégi
+ * Copyright (c) 1996-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.
*