diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-08-31 02:22:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-08-31 02:22:18 +0000 |
commit | 4743a581dc9a251be908b083a360d605da1b51be (patch) | |
tree | 87cade870cdc2eeb9723ac5d4712688cdeaf0f99 /usr.sbin/zic/ialloc.c | |
parent | ce06fa0145e1e7fa5e83e22e0f6cea97e2be2093 (diff) |
Notes
Diffstat (limited to 'usr.sbin/zic/ialloc.c')
-rw-r--r-- | usr.sbin/zic/ialloc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/zic/ialloc.c b/usr.sbin/zic/ialloc.c index a069032eda51..1694c2905c74 100644 --- a/usr.sbin/zic/ialloc.c +++ b/usr.sbin/zic/ialloc.c @@ -1,6 +1,11 @@ +/* +** This file is in the public domain, so clarified as of +** 2006-07-17 by Arthur David Olson. +*/ + #ifndef lint #ifndef NOID -static const char elsieid[] = "@(#)ialloc.c 8.29"; +static const char elsieid[] = "@(#)ialloc.c 8.30"; #endif /* !defined NOID */ #endif /* !defined lint */ |