From 4f324b3a4b67cb1a3263b5d144298ec8deda32b7 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 18 Oct 2008 19:19:02 +0200 Subject: [PATCH] avifil32: Convert source files to utf-8. --- dlls/avifil32/acmstream.c | 2 +- dlls/avifil32/api.c | 2 +- dlls/avifil32/avifile.c | 2 +- dlls/avifil32/avifile_private.h | 2 +- dlls/avifil32/editstream.c | 2 +- dlls/avifil32/extrachunk.c | 2 +- dlls/avifil32/extrachunk.h | 2 +- dlls/avifil32/factory.c | 2 +- dlls/avifil32/getframe.c | 2 +- dlls/avifil32/icmstream.c | 2 +- dlls/avifil32/tmpfile.c | 2 +- dlls/avifil32/wavfile.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dlls/avifil32/acmstream.c b/dlls/avifil32/acmstream.c index 378ff7f7885..7794f54ab06 100644 --- a/dlls/avifil32/acmstream.c +++ b/dlls/avifil32/acmstream.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * 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/dlls/avifil32/api.c b/dlls/avifil32/api.c index 12eb1b7c21f..27744ee56b0 100644 --- a/dlls/avifil32/api.c +++ b/dlls/avifil32/api.c @@ -1,6 +1,6 @@ /* * Copyright 1999 Marcus Meissner - * Copyright 2002-2003 Michael Günnewig + * Copyright 2002-2003 Michael Günnewig * * 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/dlls/avifil32/avifile.c b/dlls/avifil32/avifile.c index 7a7b194479b..9f668c6fc98 100644 --- a/dlls/avifil32/avifile.c +++ b/dlls/avifil32/avifile.c @@ -1,6 +1,6 @@ /* * Copyright 1999 Marcus Meissner - * Copyright 2002-2003 Michael Günnewig + * Copyright 2002-2003 Michael Günnewig * * 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/dlls/avifil32/avifile_private.h b/dlls/avifil32/avifile_private.h index e4ee9633f8c..db31bd497cf 100644 --- a/dlls/avifil32/avifile_private.h +++ b/dlls/avifil32/avifile_private.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * 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/dlls/avifil32/editstream.c b/dlls/avifil32/editstream.c index de6f2e97260..f2c6e5dfb85 100644 --- a/dlls/avifil32/editstream.c +++ b/dlls/avifil32/editstream.c @@ -1,5 +1,5 @@ /* - * Copyright 2003 Michael Günnewig + * Copyright 2003 Michael Günnewig * * 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/dlls/avifil32/extrachunk.c b/dlls/avifil32/extrachunk.c index 5b8762318ed..f875814d8d8 100644 --- a/dlls/avifil32/extrachunk.c +++ b/dlls/avifil32/extrachunk.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * 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/dlls/avifil32/extrachunk.h b/dlls/avifil32/extrachunk.h index 3e097ba09c4..1eda7ef33c3 100644 --- a/dlls/avifil32/extrachunk.h +++ b/dlls/avifil32/extrachunk.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * 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/dlls/avifil32/factory.c b/dlls/avifil32/factory.c index 6d9afa31a59..d1246e8e99c 100644 --- a/dlls/avifil32/factory.c +++ b/dlls/avifil32/factory.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * 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/dlls/avifil32/getframe.c b/dlls/avifil32/getframe.c index fd3ec561a95..428901e8e34 100644 --- a/dlls/avifil32/getframe.c +++ b/dlls/avifil32/getframe.c @@ -1,5 +1,5 @@ /* - * Copyright 2002-2003 Michael Günnewig + * Copyright 2002-2003 Michael Günnewig * * 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/dlls/avifil32/icmstream.c b/dlls/avifil32/icmstream.c index a5b221a495b..cb79fa4738a 100644 --- a/dlls/avifil32/icmstream.c +++ b/dlls/avifil32/icmstream.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * 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/dlls/avifil32/tmpfile.c b/dlls/avifil32/tmpfile.c index 27d9e4f9b25..49b5a0a91bb 100644 --- a/dlls/avifil32/tmpfile.c +++ b/dlls/avifil32/tmpfile.c @@ -1,5 +1,5 @@ /* - * Copyright 2003 Michael Günnewig + * Copyright 2003 Michael Günnewig * * 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/dlls/avifil32/wavfile.c b/dlls/avifil32/wavfile.c index b9779e366c8..d67ea7e89f9 100644 --- a/dlls/avifil32/wavfile.c +++ b/dlls/avifil32/wavfile.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael Günnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- 2.11.4.GIT