aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc6.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-18 08:25:09 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-18 08:25:09 +0000
commit54a9c2e94e4691f5d4c7948061fc310b030771aa (patch)
tree5fb4d4bc2b98fc4bbcaec584a9303b7a028438ba /epan/crc6.c
parent06ff527c5b4b7a68801fa56b1b31c3f1f9bb0649 (diff)
add license
svn path=/trunk/; revision=22348
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.
*
*/