summaryrefslogtreecommitdiff
path: root/wsutil/crc11.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-20 16:54:13 +0000
committerEvan Huus <eapache@gmail.com>2013-06-20 16:54:13 +0000
commit6c65dd2b30dcab31f6fdc90bed309e6b9ca09d0e (patch)
tree55e22145a591daa7eb0743f865fbbc2d0210ed80 /wsutil/crc11.h
parent2dab2c81024a96d4bd42688c17498cd7eef7d1ee (diff)
downloadwireshark-6c65dd2b30dcab31f6fdc90bed309e6b9ca09d0e.tar.gz
Add a few of our headers to code generated by pycrc (their faq says we can do
basically whatever we want with it, and this cleans up a couple of licensecheck errors). Fix FSF address in one dissector. svn path=/trunk/; revision=50080
Diffstat (limited to 'wsutil/crc11.h')
-rw-r--r--wsutil/crc11.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/wsutil/crc11.h b/wsutil/crc11.h
index 0971f0726c..eecda5eccc 100644
--- a/wsutil/crc11.h
+++ b/wsutil/crc11.h
@@ -1,3 +1,28 @@
+/*
+ * crc11.h
+ * $Id$
+ *
+ * http://www.tty1.net/pycrc/faq_en.html#code-ownership
+ *
+ * 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.
+ */
+
#ifndef __CRC11_____H__
#include <glib.h>