aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc6.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-18 08:25:09 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-18 08:25:09 +0000
commit6bb342b006499c617edebf62842ae8caad00ae6b (patch)
tree5fb4d4bc2b98fc4bbcaec584a9303b7a028438ba /epan/crc6.c
parent7d1fccf137eae9156f06396e3a4cd919fe79407e (diff)
add license
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22348 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/crc6.c')
-rw-r--r--epan/crc6.c20
1 files changed, 18 insertions, 2 deletions
diff --git a/epan/crc6.c b/epan/crc6.c
index f6daaf07f0..333a1a51cd 100644
--- a/epan/crc6.c
+++ b/epan/crc6.c
@@ -1,9 +1,25 @@
/*
* crc6.c
*
+ * $Id$
*
- * Created by L. E. G. O. on 2007/07/08.
- * Copyright 2007 __MyCompanyName__. All rights reserved.
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/