aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-23 05:26:18 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-23 05:26:18 +0000
commit522b27e2909868a9433f590ae64a2b2fed223f42 (patch)
treed95b92b232f1bbde0268758f845455f1876187b8 /wiretap
parentbae65b863a73fa23b9d9ec12e002a4f5e5500f58 (diff)
Give it an RCS ID.
svn path=/trunk/; revision=706
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/ascend-grammar.y23
-rw-r--r--wiretap/ascend-scanner.l23
-rw-r--r--wiretap/radcom.h2
3 files changed, 48 insertions, 0 deletions
diff --git a/wiretap/ascend-grammar.y b/wiretap/ascend-grammar.y
index 99e5b7debc..3c4c8c4747 100644
--- a/wiretap/ascend-grammar.y
+++ b/wiretap/ascend-grammar.y
@@ -1,3 +1,26 @@
+/* ascend-grammar.y
+ *
+ * $Id: ascend-grammar.y,v 1.5 1999/09/23 05:25:14 guy Exp $
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ *
+ * 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.
+ *
+ */
+
/*
Example 'wandsess' output data:
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index 4d8a59c7ca..4ec358840e 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,4 +1,27 @@
%{
+/* ascend-scanner.l
+ *
+ * $Id: ascend-scanner.l,v 1.6 1999/09/23 05:25:14 guy Exp $
+ *
+ * Wiretap Library
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ *
+ * 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.
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/wiretap/radcom.h b/wiretap/radcom.h
index d4492316c8..91c77c8495 100644
--- a/wiretap/radcom.h
+++ b/wiretap/radcom.h
@@ -1,5 +1,7 @@
/* radcom.h
*
+ * $Id: radcom.h,v 1.3 1999/09/23 05:25:14 guy Exp $
+ *
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
*