Skip to content

Commit 3bce94f

Browse files
committed
debugfs: add SPDX identifiers to all debugfs files
It's good to have SPDX identifiers in all files to make it easier to audit the kernel tree for correct licenses. Update the debugfs files files with the correct SPDX license identifier based on the license text in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. This work is based on a script and data from Thomas Gleixner, Philippe Ombredanne, and Kate Stewart. Cc: Thomas Gleixner <[email protected]> Cc: Kate Stewart <[email protected]> Cc: Philippe Ombredanne <[email protected]> Cc: Nicolai Stange <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7d39bc5 commit 3bce94f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

fs/debugfs/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* file.c - part of debugfs, a tiny little debug file system
34
*

fs/debugfs/inode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* inode.c - part of debugfs, a tiny little debug file system
34
*

fs/debugfs/internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* internal.h - declarations internal to debugfs
34
*

include/linux/debugfs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* debugfs.h - a tiny little debug file system
34
*

0 commit comments

Comments
 (0)