diff options
author | Thomas Gleixner <[email protected]> | 2019-05-31 01:09:19 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-06-05 17:37:08 +0200 |
commit | 42bd2d91f3f6364341cafa4ac582cbb72431e08d (patch) | |
tree | 6611a185417a1e34e721df8dba00238e4cbc961b | |
parent | 00b46d22a47b0b6d0dea8b481f389f4830c45d94 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 351
Based on 1 normalized pattern(s):
this file is subject to the terms and conditions of the gnu general
public license version 2 as published by the free software
foundation
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 1 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Armijn Hemel <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | include/video/gbe.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/video/gbe.h b/include/video/gbe.h index ad510284f8a6..8b4d335d1111 100644 --- a/include/video/gbe.h +++ b/include/video/gbe.h @@ -1,10 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * include/video/gbe.h -- SGI GBE (Graphics Back End) * * Copyright (C) 1999 Silicon Graphics, Inc. (Jeffrey Newquist) - * - * This file is subject to the terms and conditions of the GNU General Public - * License version 2 as published by the Free Software Foundation. */ #ifndef __GBE_H__ |