diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-21 19:37:12 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-21 19:37:12 +0000 |
commit | 7ddf53373dadff71c4985479bb46893521df6fd8 (patch) | |
tree | a5dbe3ed2293e41fc0c13c783eaab58c0379f794 /regress | |
parent | 740276ee7768c940ba50a50b54ff0fcf64bd2c96 (diff) |
Place in public domain
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/xlint/test-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/xlint/test-1.c b/regress/usr.bin/xlint/test-1.c index f35c2c8eb9d..fa1dc2717ad 100644 --- a/regress/usr.bin/xlint/test-1.c +++ b/regress/usr.bin/xlint/test-1.c @@ -1,7 +1,7 @@ -/* $OpenBSD: test-1.c,v 1.1 2005/11/21 18:25:57 cloder Exp $ */ +/* $OpenBSD: test-1.c,v 1.2 2005/11/21 19:37:11 cloder Exp $ */ /* - * This program is in the public domain. + * Placed in the public domain by Chad Loder <cloder@openbsd.org>. * * Test the ARGSUSED feature of lint. */ |