Skip to content

Commit d680c6b

Browse files
caihuoqing1990pcmoore
authored andcommitted
audit: Convert to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Cai Huoqing <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 57d4374 commit d680c6b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

kernel/auditsc.c

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* auditsc.c -- System-call auditing support
23
* Handles all system-call specific auditing features.
34
*
@@ -6,20 +7,6 @@
67
* Copyright (C) 2005, 2006 IBM Corporation
78
* All Rights Reserved.
89
*
9-
* This program is free software; you can redistribute it and/or modify
10-
* it under the terms of the GNU General Public License as published by
11-
* the Free Software Foundation; either version 2 of the License, or
12-
* (at your option) any later version.
13-
*
14-
* This program is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22-
*
2310
* Written by Rickard E. (Rik) Faith <[email protected]>
2411
*
2512
* Many of the ideas implemented here are from Stephen C. Tweedie,

0 commit comments

Comments
 (0)