From f5aba3674d97de76d488a88bc6b9ecbbb9691124 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Mon, 17 Jul 2006 10:43:01 -0400 Subject: [PATCH] public domain notice SCCS-file: ialloc.c SCCS-SID: 8.30 --- ialloc.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ialloc.c b/ialloc.c index dfb58c5..3eced54 100644 --- a/ialloc.c +++ b/ialloc.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%";