diff options
| -rw-r--r-- | include/spawn.h | 2 | ||||
| -rw-r--r-- | lib/libc/gen/posix_spawn.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/spawn.h b/include/spawn.h index 5783551a24b36..088b7c577deb2 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@80386.nl> + * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc/gen/posix_spawn.c b/lib/libc/gen/posix_spawn.c index bc135ffff0ac1..eb1021db80198 100644 --- a/lib/libc/gen/posix_spawn.c +++ b/lib/libc/gen/posix_spawn.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Ed Schouten <ed@80386.nl> + * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
