diff options
author | Thomas Gleixner <[email protected]> | 2018-04-22 18:23:51 +0200 |
---|---|---|
committer | Kees Cook <[email protected]> | 2018-04-24 19:50:07 -0700 |
commit | 689c6efdfb58d7b21c375f515349e4091e08100b (patch) | |
tree | eb76bbd30fdff94051bd5e76861f9572d9d0dcc2 | |
parent | dc8f923eaee24061c557cb3221abeea3b95072c4 (diff) |
rslib: Remove GPL boilerplate
Now that SPDX identifiers are in place, remove the GPL boiler plate
text. Leave the notices which document that Phil Karn granted permission in
place (encode/decode source code). The modified files are code written for
the kernel by me.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Kate Stewart <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Cc: Boris Brezillon <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Segher Boessenkool <[email protected]>
Cc: Kernel Hardening <[email protected]>
Cc: Richard Weinberger <[email protected]>
Cc: Mike Snitzer <[email protected]>
Cc: Anton Vorontsov <[email protected]>
Cc: Colin Cross <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Alasdair Kergon <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
-rw-r--r-- | include/linux/rslib.h | 5 | ||||
-rw-r--r-- | lib/reed_solomon/reed_solomon.c | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/rslib.h b/include/linux/rslib.h index 7ace7eec3028..27652c18bf8c 100644 --- a/include/linux/rslib.h +++ b/include/linux/rslib.h @@ -6,12 +6,7 @@ * * RS code lifted from reed solomon library written by Phil Karn * Copyright 2002 Phil Karn, KA9Q - * - * This program 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. */ - #ifndef _RSLIB_H_ #define _RSLIB_H_ diff --git a/lib/reed_solomon/reed_solomon.c b/lib/reed_solomon/reed_solomon.c index 0c1a818c8018..3e694ab9e3b2 100644 --- a/lib/reed_solomon/reed_solomon.c +++ b/lib/reed_solomon/reed_solomon.c @@ -7,10 +7,6 @@ * Reed Solomon code lifted from reed solomon library written by Phil Karn * Copyright 2002 Phil Karn, KA9Q * - * This program 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. - * * Description: * * The generic Reed Solomon library provides runtime configurable |