diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-11-05 15:36:24 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-11-05 15:36:24 +0000 |
| commit | 149e39ea9e28f2bd1193ca903f186da5cb1ffa4f (patch) | |
| tree | 35aa0094097076b27d216b70b7d7d745a6e94c0b | |
| parent | 09e97d2f24d20879cdcf36602307310a7c5d85fc (diff) | |
Notes
| -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 |
