From a98c7060a3399a237a97190735a0930267c8673b Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 17 Jul 2006 10:12:13 -0400 Subject: [PATCH] disclaimers SCCS-file: scheck.c SCCS-SID: 8.19 --- scheck.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scheck.c b/scheck.c index 3c802f1..3e01367 100644 --- a/scheck.c +++ b/scheck.c @@ -1,3 +1,8 @@ +/* +** This file is in the public domain, so clarified as of +** 2006-07-17 by Arthur David Olson. +*/ + #ifndef lint #ifndef NOID static char elsieid[] = "%W%";