diff options
-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 @@ | |||
6 | * | 6 | * |
7 | * RS code lifted from reed solomon library written by Phil Karn | 7 | * RS code lifted from reed solomon library written by Phil Karn |
8 | * Copyright 2002 Phil Karn, KA9Q | 8 | * Copyright 2002 Phil Karn, KA9Q |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 9 | */ |
14 | |||
15 | #ifndef _RSLIB_H_ | 10 | #ifndef _RSLIB_H_ |
16 | #define _RSLIB_H_ | 11 | #define _RSLIB_H_ |
17 | 12 | ||
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 @@ | |||
7 | * Reed Solomon code lifted from reed solomon library written by Phil Karn | 7 | * Reed Solomon code lifted from reed solomon library written by Phil Karn |
8 | * Copyright 2002 Phil Karn, KA9Q | 8 | * Copyright 2002 Phil Karn, KA9Q |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | * Description: | 10 | * Description: |
15 | * | 11 | * |
16 | * The generic Reed Solomon library provides runtime configurable | 12 | * The generic Reed Solomon library provides runtime configurable |