Skip to content

Commit

Permalink
Experimental: restore license/copyright header in pam.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope committed Jul 3, 2024
1 parent e7c2fa7 commit 2db9505
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/pam.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2003-2007 Andrea Luzzardi <[email protected]>
*
* This file is part of the pam_usb project. pam_usb is free software;
* you can redistribute it and/or modify it under the terms of the GNU General
* Public License version 2, as published by the Free Software Foundation.
*
* pam_usb 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.
*
* 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., 51 Franklin
* Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#define PAM_SM_AUTH
#include <security/pam_modules.h>
#include <security/_pam_macros.h>
Expand Down

0 comments on commit 2db9505

Please sign in to comment.