doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / linebuffer.h
index 365cb22..740d5c4 100644 (file)
@@ -1,7 +1,7 @@
 /* linebuffer.h -- declarations for reading arbitrarily long lines
 
-   Copyright (C) 1986, 1991, 1998, 1999, 2002, 2003, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 1986, 1991, 1998-1999, 2002-2003, 2007, 2009-2014 Free
+   Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 
 # include <stdio.h>
 
-/* A `struct linebuffer' holds a line of text. */
+/* A 'struct linebuffer' holds a line of text. */
 
 struct linebuffer
 {