summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/spawn.h2
-rw-r--r--lib/libc/gen/posix_spawn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/spawn.h b/include/spawn.h
index 5783551..088b7c5 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 bc135ff..eb1021d 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
OpenPOWER on IntegriCloud