Mike McCormack : include: Remove non-ASCII characters in headers for winelib compatibility.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 13 05:59:24 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: e09aecff892c4276a1e24d2baefad094893c790f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e09aecff892c4276a1e24d2baefad094893c790f

Author: Mike McCormack <mike at codeweavers.com>
Date:   Tue Jun 13 18:34:27 2006 +0900

include: Remove non-ASCII characters in headers for winelib compatibility.

---

 include/custcntl.h |    2 +-
 include/dispdib.h  |    2 +-
 include/mapi.h     |    2 +-
 include/objbase.h  |    2 +-
 include/storage.h  |    2 +-
 include/twain.h    |    2 +-
 include/winnls32.h |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/custcntl.h b/include/custcntl.h
index 7860b3b..1f2fe43 100644
--- a/include/custcntl.h
+++ b/include/custcntl.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002 György 'Nog' Jeney  
+ * Copyright (C) 2002 Gyorgy 'Nog' Jeney  
  *
  * 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/include/dispdib.h b/include/dispdib.h
index cf97bc8..a378dae 100644
--- a/include/dispdib.h
+++ b/include/dispdib.h
@@ -1,7 +1,7 @@
 /*
  * DISPDIB.dll
  *
- * Copyright 1998 Ove KÅven
+ * Copyright 1998 Ove Kaaven
  *
  * 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/include/mapi.h b/include/mapi.h
index c5faab1..73b6f0e 100644
--- a/include/mapi.h
+++ b/include/mapi.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000 François Gouget
+ * Copyright (C) 2000 Francois Gouget
  *
  * 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/include/objbase.h b/include/objbase.h
index 129506a..a248e98 100644
--- a/include/objbase.h
+++ b/include/objbase.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-1999 François Gouget
+ * Copyright (C) 1998-1999 Francois Gouget
  *
  * 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/include/storage.h b/include/storage.h
index dcdc5c4..e60c622 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999 François Gouget
+ * Copyright (C) 1999 Francois Gouget
  *
  * 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/include/twain.h b/include/twain.h
index b8d2878..b64e9d9 100644
--- a/include/twain.h
+++ b/include/twain.h
@@ -7,7 +7,7 @@
   Fujitsu, Genoa Technology, Hewlett-Packard, Kofax Imaging Products, and
   Ricoh Corporation.  All rights reserved.
 
-  Copyright © 1998 TWAIN Working Group: Adobe Systems Incorporated,
+  Copyright (C) 1998 TWAIN Working Group: Adobe Systems Incorporated,
   Canon Information Systems, Eastman Kodak Company,
   Fujitsu Computer Products of America, Genoa Technology,
   Hewlett-Packard Company, Intel Corporation, Kofax Image Products,
diff --git a/include/winnls32.h b/include/winnls32.h
index c39daf1..caf4768 100644
--- a/include/winnls32.h
+++ b/include/winnls32.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 Diego Pettenò
+ * Copyright (C) 2005 Diego Petteno
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public




More information about the wine-cvs mailing list