strtoimax: port to HP-UX 11.11
[gnulib.git] / lib / linebuffer.h
index 365cb22..12030b5 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-2013 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
 {