aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2014-01-17 11:46:19 +1000
committerSteve Bennett <steveb@workware.net.au>2014-01-17 11:46:47 +1000
commite04991828210b4fee8cb84a334d28c242bd5e274 (patch)
tree4c2ce3ab7cc3456af86df1cf4d178084f3d64a71
parent3cdf03ea83a1605639f86ee675743f7007fb5751 (diff)
downloadjimtcl-e04991828210b4fee8cb84a334d28c242bd5e274.zip
jimtcl-e04991828210b4fee8cb84a334d28c242bd5e274.tar.gz
jimtcl-e04991828210b4fee8cb84a334d28c242bd5e274.tar.bz2
fix encoding of all files to be utf-8, not latin1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--AUTHORS2
-rw-r--r--LICENSE2
-rw-r--r--jim-eventloop.h2
-rw-r--r--jim.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 2ea710e..052babb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -34,7 +34,7 @@ ChangeLog committers to be identified. Tentative list:
antirez - Salvatore Sanfilippo <antirez@gmail.com>
patthoyts - Pat Thoyts <patthoyts@users.sf.net>
-oharboe - Øyvind Harboe - soyvind.harboe@zylin.com
+oharboe - Øyvind Harboe - soyvind.harboe@zylin.com
Andrew Lunn <andrew@lunn.ch>
Duane Ellis <openocd@duaneellis.com>
Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/LICENSE b/LICENSE
index 48f2cc8..22568e5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -6,7 +6,7 @@ under following license:
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/jim-eventloop.h b/jim-eventloop.h
index 99f32f8..52ec4e8 100644
--- a/jim-eventloop.h
+++ b/jim-eventloop.h
@@ -3,7 +3,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
diff --git a/jim.h b/jim.h
index 36c4f2f..8a0a8f0 100644
--- a/jim.h
+++ b/jim.h
@@ -3,7 +3,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
* Copyright 2005 patthoyts - Pat Thoyts <patthoyts@users.sf.net>
- * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
+ * Copyright 2008 oharboe - Øyvind Harboe - oyvind.harboe@zylin.com
* Copyright 2008 Andrew Lunn <andrew@lunn.ch>
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>