Skip to content

Commit

Permalink
Correct the license in audit-fgets.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed Jan 31, 2023
1 parent 0884955 commit e63a8b1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions 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 <sgrubb@redhat.com>
* Steve Grubb <sgrubb@redhat.com>
*/

#include "config.h"
Expand Down

0 comments on commit e63a8b1

Please sign in to comment.