]> err.no Git - sope/blobdiff - sope-core/NGStreams/NGStreams/NGCTextStream.h
Id fixes and comments
[sope] / sope-core / NGStreams / NGStreams / NGCTextStream.h
index f611ddced51c2d8b2fd5d1390ca4825a6410607c..b4ce71d0be6e271ecf73910b579cb64babb0f36b 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __NGStreams_NGCTextStream_H__
 #define __NGStreams_NGCTextStream_H__
@@ -46,7 +45,8 @@ NGStreams_EXPORT void NGInitTextStdio(void);
   7bit ASCII set.
   NGCTextStream never returns a character value above 255.
   
-  To retrieve correctly converted unicode characters use the NGTextStream class.
+  To retrieve correctly converted unicode characters use the NGTextStream
+  class.
 */
 
 @interface NGCTextStream : NGTextStream