From 5c6fcf10a363c73b00f0daa752ccf9d133a35793 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 18 Nov 2017 15:22:49 +0000 Subject: Standardise character encoding of source tree on UTF-8. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Editing LICENCE just now, I happened to notice that the accented letter in Jonas Kölker's name was encoded in ISO 8859-1, as is the occurrence of the same name in filling.c - but _not_ the one in guess.c, which was in UTF-8 already. That seems needlessly confusing, so let's sort it out. Now every text file in this git repository is suitable for interpreting as UTF-8. --- LICENCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LICENCE') diff --git a/LICENCE b/LICENCE index dbcf1ac..ce0418e 100644 --- a/LICENCE +++ b/LICENCE @@ -1,7 +1,7 @@ This software is copyright (c) 2004-2014 Simon Tatham. Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas -Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd +Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens and Michael Quevillon. -- cgit v1.1