aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reedsolomon.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-02-11 20:45:31 -0500
committerEvan Huus <eapache@gmail.com>2014-02-12 01:47:48 +0000
commit1bbe5cf5967eeffe13a99d94fda8330aca6b0a6c (patch)
tree37f42723692e111b21d5d61c13bb64dfffedec70 /epan/reedsolomon.h
parent10084c344c89fdadc915e47bcece84a2ac511dc5 (diff)
Add correct license headers for reedsolomon code.
I got in contact with the original author (thanks to Didier for digging up his current email address) and verified that we could license this under the GPLv2+. Licensecheck finally passes! Change-Id: I6660ef9a961626bbc4dad53e8bf767b5b9e0b3fa Reviewed-on: https://code.wireshark.org/review/183 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/reedsolomon.h')
-rw-r--r--epan/reedsolomon.h28
1 files changed, 25 insertions, 3 deletions
diff --git a/epan/reedsolomon.h b/epan/reedsolomon.h
index 433f6e1e49..6bbc1b12b9 100644
--- a/epan/reedsolomon.h
+++ b/epan/reedsolomon.h
@@ -1,10 +1,32 @@
+/* reedsolomon.h
+ *
+ * Global definitions for Reed-Solomon encoder/decoder,
+ * by Phil Karn (karn@ka9q.ampr.org) September 1996
+ * Copyright 1999 Phil Karn, KA9Q
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
-/* Global definitions for Reed-Solomon encoder/decoder
- * Phil Karn KA9Q, September 1996
- */
/* Set one of these to enable encoder/decoder debugging and error checking,
* at the expense of speed */
/* #undef DEBUG 1*/