From 5d77d7e42210b00f4f8adbde935df739f4d784ed Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 26 Jan 2005 16:45:02 +0000 Subject: [PATCH] gai_strerror.c: Use GPL in header. --- lib/ChangeLog | 4 ++++ lib/gai_strerror.c | 23 +++++++++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 232d22eec7..65a45a7cc1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-01-26 Simon Josefsson + + * gai_strerror.c: Use GPL in header. + 2005-01-24 Sergey Poznyakoff * argp-help.c (hol_entry_help): Avoid using non-constant diff --git a/lib/gai_strerror.c b/lib/gai_strerror.c index 953f1360f6..a879fb369e 100644 --- a/lib/gai_strerror.c +++ b/lib/gai_strerror.c @@ -1,21 +1,20 @@ -/* Copyright (C) 1997, 2001, 2002, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1997, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. - The GNU C Library 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 Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 + the Free Software Foundation; either version 2, or (at your option) + any later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU 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. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include -- 2.30.2