Skip to content

Commit 2b2d878

Browse files
committed
debugfs: Remove redundant license text
Now that the SPDX tag is in all debugfs files, that identifies the license in a specific and legally-defined manner. So the extra GPL text wording can be removed as it is no longer needed at all. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for the FSF which is never needed. No copyright headers or other non-license-description text was removed. Cc: Nicolai Stange <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3bce94f commit 2b2d878

File tree

4 files changed

+0
-19
lines changed

4 files changed

+0
-19
lines changed

fs/debugfs/file.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
* Copyright (C) 2004 Greg Kroah-Hartman <[email protected]>
66
* Copyright (C) 2004 IBM Inc.
77
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public License version
10-
* 2 as published by the Free Software Foundation.
11-
*
128
* debugfs is for people to use instead of /proc or /sys.
139
* See Documentation/filesystems/ for more details.
14-
*
1510
*/
1611

1712
#include <linux/module.h>

fs/debugfs/inode.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
* Copyright (C) 2004 Greg Kroah-Hartman <[email protected]>
66
* Copyright (C) 2004 IBM Inc.
77
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public License version
10-
* 2 as published by the Free Software Foundation.
11-
*
128
* debugfs is for people to use instead of /proc or /sys.
139
* See ./Documentation/core-api/kernel-api.rst for more details.
14-
*
1510
*/
1611

1712
#include <linux/module.h>

fs/debugfs/internal.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
* internal.h - declarations internal to debugfs
44
*
55
* Copyright (C) 2016 Nicolai Stange <[email protected]>
6-
*
7-
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License version
9-
* 2 as published by the Free Software Foundation.
10-
*
116
*/
127

138
#ifndef _DEBUGFS_INTERNAL_H_

include/linux/debugfs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
* Copyright (C) 2004 Greg Kroah-Hartman <[email protected]>
66
* Copyright (C) 2004 IBM Inc.
77
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public License version
10-
* 2 as published by the Free Software Foundation.
11-
*
128
* debugfs is for people to use instead of /proc or /sys.
139
* See Documentation/filesystems/ for more details.
1410
*/

0 commit comments

Comments
 (0)