From 5e7c267709d01fb3a27613fddb4c9817ba48cb3d Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 18 Jun 1996 15:35:06 +0000 Subject: [PATCH] Add a public domain notice to these files. Requested by: jkh, 03 Sep 1995 --- usr.sbin/lsdev/i386.c | 3 +++ usr.sbin/lsdev/lsdev.c | 3 +++ usr.sbin/lsdev/lsdev.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c index 8b88fbcf46a..6aeeb1715e4 100644 --- a/usr.sbin/lsdev/i386.c +++ b/usr.sbin/lsdev/i386.c @@ -1,3 +1,6 @@ +/* + * This file written by Garrett A. Wollman is in the public domain. + */ #include #include diff --git a/usr.sbin/lsdev/lsdev.c b/usr.sbin/lsdev/lsdev.c index cb5287e1a69..b8b0d293560 100644 --- a/usr.sbin/lsdev/lsdev.c +++ b/usr.sbin/lsdev/lsdev.c @@ -1,3 +1,6 @@ +/* + * This file, written by Garrett A. Wollman, is in the public domain. + */ #include #include #include diff --git a/usr.sbin/lsdev/lsdev.h b/usr.sbin/lsdev/lsdev.h index acaa93cc72f..b377295090a 100644 --- a/usr.sbin/lsdev/lsdev.h +++ b/usr.sbin/lsdev/lsdev.h @@ -1,3 +1,6 @@ +/* + * This file, written by Garrett A. Wollman, is in the public domain. + */ /* * Declarations for lsdev(8). */