diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-09-23 05:26:18 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-09-23 05:26:18 +0000 |
commit | 522b27e2909868a9433f590ae64a2b2fed223f42 (patch) | |
tree | d95b92b232f1bbde0268758f845455f1876187b8 /wiretap/ascend-scanner.l | |
parent | bae65b863a73fa23b9d9ec12e002a4f5e5500f58 (diff) | |
download | wireshark-522b27e2909868a9433f590ae64a2b2fed223f42.tar.gz wireshark-522b27e2909868a9433f590ae64a2b2fed223f42.tar.bz2 wireshark-522b27e2909868a9433f590ae64a2b2fed223f42.zip |
Give it an RCS ID.
svn path=/trunk/; revision=706
Diffstat (limited to 'wiretap/ascend-scanner.l')
-rw-r--r-- | wiretap/ascend-scanner.l | 23 |
1 files changed, 23 insertions, 0 deletions
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> |