diff options
| -rw-r--r-- | sys/kern/kern_cap.c | 9 | ||||
| -rw-r--r-- | sys/sys/capability.h | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sys/kern/kern_cap.c b/sys/kern/kern_cap.c index 13de616df7cc..c9be68d4e4fc 100644 --- a/sys/kern/kern_cap.c +++ b/sys/kern/kern_cap.c @@ -1,12 +1,11 @@ /*- - * Copyright (c) 2000-2001 Robert N. M. Watson - * All rights reserved. - * * Copyright (c) 1999 Ilmar S. Habibulin + * Copyright (c) 2000-2001 Robert N. M. Watson + * Copyright (c) 2001 Thomas Moestl * All rights reserved. * - * This software was developed by Robert Watson and Ilmar Habibulin - * for the TrustedBSD Project. + * This software was developed by Robert Watson, Thomas Moestl, 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 diff --git a/sys/sys/capability.h b/sys/sys/capability.h index b492bd9619fa..a3d38c90f570 100644 --- a/sys/sys/capability.h +++ b/sys/sys/capability.h @@ -1,9 +1,11 @@ /*- + * Copyright (c) 1999 Ilmar S. Habibulin * Copyright (c) 2000-2001 Robert N. M. Watson + * Copyright (c) 2001 Thomas Moestl * All rights reserved. * - * Copyright (c) 1999 Ilmar S. Habibulin - * All rights reserved. + * This software was developed by Robert Watson, Thomas Moestl, 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 |
