diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index 594779a2c38f..aff3e939fabd 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -1,7 +1,9 @@ .\"- -.\" Copyright (c) 2000 Robert N. M. Watson +.\" Copyright (c) 2000-2001 Robert N. M. Watson .\" All rights reserved. .\" +.\" This software was developed by Robert Watson for the TrustedBSD Project. +.\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: @@ -25,6 +27,9 @@ .\" .\" $FreeBSD$ .\" +.\" Developed by the TrustedBSD Project. +.\" Support for POSIX.1e access control lists. +.\" .Dd March 30, 2000 .Dt GETFACL 1 .Os diff --git a/bin/getfacl/getfacl.c b/bin/getfacl/getfacl.c index 99e9ce230cf0..eb3fa86bc443 100644 --- a/bin/getfacl/getfacl.c +++ b/bin/getfacl/getfacl.c @@ -2,6 +2,8 @@ * Copyright (c) 1999-2001 Robert N M Watson * All rights reserved. * + * This software was developed by Robert Watson for the TrustedBSD Project. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: