diff options
Diffstat (limited to 'lib/libposix1e/acl_free.c')
-rw-r--r-- | lib/libposix1e/acl_free.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libposix1e/acl_free.c b/lib/libposix1e/acl_free.c index 74b7238..ab73018 100644 --- a/lib/libposix1e/acl_free.c +++ b/lib/libposix1e/acl_free.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999 Robert N. M. Watson + * Copyright (c) 1999, 2000, 2001 Robert N. M. Watson * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD$ */ /* * acl_free -- free ACL objects from user memory |