From e63a8b1628170151016470075396e3697dd57a9b Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Tue, 31 Jan 2023 10:55:54 -0500 Subject: [PATCH] Correct the license in audit-fgets.c --- common/audit-fgets.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/common/audit-fgets.c b/common/audit-fgets.c index e368f7f3a..1c40874e6 100644 --- a/common/audit-fgets.c +++ b/common/audit-fgets.c @@ -1,23 +1,23 @@ -/* audit-fgets.c -- - * Copyright 2011 Red Hat Inc., Durham, North Carolina. +/* audit-fgets.c -- a replacement for glibc's fgets + * Copyright 2018,2022 Red Hat Inc. * All Rights Reserved. * - * 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 of the License, or - * (at your option) any later version. + * This 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 distributed in the hope that it will be useful, + * This library 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 General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Authors: - * Steve Grubb + * Steve Grubb */ #include "config.h"