aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2006-11-30 21:32:05 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2006-11-30 21:32:05 +0000
commit5ab5899d5ed90afbedbb832322e9c3534876aafe (patch)
tree052d25b99ed0e7e15ce41bd34e2f3418c2ee9de5 /epan/epan.c
parent436f46dc1a4ea4aa0e088b3967912ce53f6c7883 (diff)
Add GPL disclaimer, which as been missing since forever.
Thanks to Jaap Keuter for pointing this out. svn path=/trunk/; revision=20027
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/epan/epan.c b/epan/epan.c
index 1a6400793f..20290ee9cd 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -1,8 +1,24 @@
-/* epan.h
+/* epan.c
*
* $Id$
*
* Wireshark Protocol Analyzer Library
+ *
+ * Copyright (c) 2001 by Gerald Combs <gerald@wireshark.org>
+ *
+ * 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.
*/
#ifdef HAVE_CONFIG_H