diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_acl.c | 2 | ||||
-rw-r--r-- | sys/kern/kern_cap.c | 3 | ||||
-rw-r--r-- | sys/kern/subr_acl_posix1e.c | 2 | ||||
-rw-r--r-- | sys/kern/vfs_acl.c | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index e58f392..2ed6aff 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.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: diff --git a/sys/kern/kern_cap.c b/sys/kern/kern_cap.c index 6f9507e..af0413a 100644 --- a/sys/kern/kern_cap.c +++ b/sys/kern/kern_cap.c @@ -5,6 +5,9 @@ * Copyright (c) 1999 Ilmar S. Habibulin * All rights reserved. * + * This software was developed by Robert Watson and Ilmar Habibulin + * 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: diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index e58f392..2ed6aff 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.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: diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index e58f392..2ed6aff 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.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: |