From 7d5f732d3050f8f9090e31d9e66c29da41520df9 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Sat, 18 Oct 2008 19:22:26 +0200 Subject: [PATCH] server: Convert source files to utf-8. --- server/context_alpha.c | 2 +- server/sock.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/context_alpha.c b/server/context_alpha.c index dd24c6db295..29bd73e3850 100644 --- a/server/context_alpha.c +++ b/server/context_alpha.c @@ -1,7 +1,7 @@ /* * Alpha register context support * - * Copyright (C) 2004 Vincent Béron + * Copyright (C) 2004 Vincent Béron * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/server/sock.c b/server/sock.c index f4fe25e9177..38f9d659362 100644 --- a/server/sock.c +++ b/server/sock.c @@ -1,7 +1,7 @@ /* * Server-side socket management * - * Copyright (C) 1999 Marcus Meissner, Ove Kåven + * Copyright (C) 1999 Marcus Meissner, Ove KÃ¥ven * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- GitLab