diff options
author | obrien <obrien@FreeBSD.org> | 2004-01-02 08:31:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-01-02 08:31:00 +0000 |
commit | ade370c0989d9c16d476d22bdddd8eec52c68045 (patch) | |
tree | 15cd176a163ccd24942079c556144d16e9a1aeb9 | |
parent | 44def18522cd871d244dd6d2d418780c9df5f907 (diff) | |
download | FreeBSD-src-ade370c0989d9c16d476d22bdddd8eec52c68045.zip FreeBSD-src-ade370c0989d9c16d476d22bdddd8eec52c68045.tar.gz |
FBSD nit.
-rw-r--r-- | usr.sbin/sade/sade.h | 3 | ||||
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h index 507bfca..01de16d 100644 --- a/usr.sbin/sade/sade.h +++ b/usr.sbin/sade/sade.h @@ -4,8 +4,6 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ - * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. * @@ -32,6 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ */ #ifndef _SYSINSTALL_H_INCLUDE diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 507bfca..01de16d 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -4,8 +4,6 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $FreeBSD$ - * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. * @@ -32,6 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ */ #ifndef _SYSINSTALL_H_INCLUDE |