]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/getline.c
Deprecate external use of libio.h and _G_config.h.
[thirdparty/glibc.git] / stdio-common / getline.c
index 198983c65f5d23877e9ddebc645f18f11485c7af..1976dd916fa1650d828c05030ce71f83d2917ff4 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1996, 1997, 2004
-   Free Software Foundation, Inc.
+/* Copyright (C) 1991-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -13,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <stddef.h>
 #include <stdio.h>