aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/opt.c
diff options
context:
space:
mode:
authorDarren Reed <darrenr@FreeBSD.org>2001-07-28 11:59:33 +0000
committerDarren Reed <darrenr@FreeBSD.org>2001-07-28 11:59:33 +0000
commit7d3ce0223afea3138d61b05573566aa04d01051f (patch)
tree05f9d13cb19e0aa93749b6b2a5beee6f4f1caa5f /contrib/ipfilter/opt.c
parent56ff60d17cde623abff03dfbfa0e732283eb2bc9 (diff)
parentdba82da1c8912a1a3a6328593dc75b9f15f19fcf (diff)
downloadsrc-7d3ce0223afea3138d61b05573566aa04d01051f.tar.gz
src-7d3ce0223afea3138d61b05573566aa04d01051f.zip
This commit was generated by cvs2svn to compensate for changes in r80486,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=80487
Diffstat (limited to 'contrib/ipfilter/opt.c')
-rw-r--r--contrib/ipfilter/opt.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/contrib/ipfilter/opt.c b/contrib/ipfilter/opt.c
index ae153a1bb17f..e0dd125d9a8d 100644
--- a/contrib/ipfilter/opt.c
+++ b/contrib/ipfilter/opt.c
@@ -1,9 +1,7 @@
/*
- * Copyright (C) 1993-2000 by Darren Reed.
+ * Copyright (C) 1993-2001 by Darren Reed.
*
- * Redistribution and use in source and binary forms are permitted
- * provided that this notice is preserved and due credit is given
- * to the original author and the contributors.
+ * See the IPFILTER.LICENCE file for details on licencing.
*/
#include <stdio.h>
#include <string.h>
@@ -27,7 +25,7 @@
#if !defined(lint)
static const char sccsid[] = "@(#)opt.c 1.8 4/10/96 (C) 1993-2000 Darren Reed";
-static const char rcsid[] = "@(#)$Id: opt.c,v 2.2 2000/03/13 22:10:26 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id: opt.c,v 2.2.2.1 2001/06/26 10:43:20 darrenr Exp $";
#endif
extern int opts;