diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-11-16 15:59:46 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-11-16 15:59:46 +0000 |
| commit | 9331ef537f86460f58af539e32a5baee3b80611d (patch) | |
| tree | b454ba1352d878839e1348bef45b29c401be3db7 | |
| parent | 0157de9706f1913436cd527acdd5d8ff5c7c1732 (diff) | |
Notes
| -rw-r--r-- | bin/getfacl/getfacl.1 | 7 | ||||
| -rw-r--r-- | bin/getfacl/getfacl.c | 2 |
2 files changed, 8 insertions, 1 deletions
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: |
