diff options
author | jasone <jasone@FreeBSD.org> | 2000-07-18 01:38:19 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-07-18 01:38:19 +0000 |
commit | 3006cee4d86e629e54614ef8d7cdeb703ade3fc1 (patch) | |
tree | e2332ceb4c73c0ec3721c3a839676ad5a03691a7 /lib/libc_r/uthread | |
parent | 615931bbc74494c874a4bda95f99183db170a072 (diff) | |
download | FreeBSD-src-3006cee4d86e629e54614ef8d7cdeb703ade3fc1.zip FreeBSD-src-3006cee4d86e629e54614ef8d7cdeb703ade3fc1.tar.gz |
Change my email address in the copyright notices for the sake of consistency
(jasone@canonware.com --> jasone@freebsd.org).
Diffstat (limited to 'lib/libc_r/uthread')
-rw-r--r-- | lib/libc_r/uthread/uthread_aio_suspend.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_cond.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_creat.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_jmp.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_pause.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_sem.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_sendfile.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_sleep.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_system.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_tcdrain.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_wait.c | 2 | ||||
-rw-r--r-- | lib/libc_r/uthread/uthread_waitpid.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc_r/uthread/uthread_aio_suspend.c b/lib/libc_r/uthread/uthread_aio_suspend.c index 5940282..1253f20 100644 --- a/lib/libc_r/uthread/uthread_aio_suspend.c +++ b/lib/libc_r/uthread/uthread_aio_suspend.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_cond.c b/lib/libc_r/uthread/uthread_cond.c index 4c18465..0a5298b 100644 --- a/lib/libc_r/uthread/uthread_cond.c +++ b/lib/libc_r/uthread/uthread_cond.c @@ -451,7 +451,7 @@ pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, } _thread_leave_cancellation_point(); - + /* Return the completion status: */ return (rval); } diff --git a/lib/libc_r/uthread/uthread_creat.c b/lib/libc_r/uthread/uthread_creat.c index bb8e7c2..1b51fec 100644 --- a/lib/libc_r/uthread/uthread_creat.c +++ b/lib/libc_r/uthread/uthread_creat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_jmp.c b/lib/libc_r/uthread/uthread_jmp.c index e81bcc1..8ab6889 100644 --- a/lib/libc_r/uthread/uthread_jmp.c +++ b/lib/libc_r/uthread/uthread_jmp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * Copyright (C) 2000 Daniel M. Eischen <eischen@vigrid.com>. * All rights reserved. diff --git a/lib/libc_r/uthread/uthread_pause.c b/lib/libc_r/uthread/uthread_pause.c index a841556..09e4c17 100644 --- a/lib/libc_r/uthread/uthread_pause.c +++ b/lib/libc_r/uthread/uthread_pause.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_sem.c b/lib/libc_r/uthread/uthread_sem.c index d893c94..10dec5e 100644 --- a/lib/libc_r/uthread/uthread_sem.c +++ b/lib/libc_r/uthread/uthread_sem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_sendfile.c b/lib/libc_r/uthread/uthread_sendfile.c index 694f1ff..a3ef68d 100644 --- a/lib/libc_r/uthread/uthread_sendfile.c +++ b/lib/libc_r/uthread/uthread_sendfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_sleep.c b/lib/libc_r/uthread/uthread_sleep.c index 34a5925..fdfeeec 100644 --- a/lib/libc_r/uthread/uthread_sleep.c +++ b/lib/libc_r/uthread/uthread_sleep.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_system.c b/lib/libc_r/uthread/uthread_system.c index 9265975..47a572d 100644 --- a/lib/libc_r/uthread/uthread_system.c +++ b/lib/libc_r/uthread/uthread_system.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_tcdrain.c b/lib/libc_r/uthread/uthread_tcdrain.c index d040599..6470882 100644 --- a/lib/libc_r/uthread/uthread_tcdrain.c +++ b/lib/libc_r/uthread/uthread_tcdrain.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_wait.c b/lib/libc_r/uthread/uthread_wait.c index abc19cc..c34d997 100644 --- a/lib/libc_r/uthread/uthread_wait.c +++ b/lib/libc_r/uthread/uthread_wait.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libc_r/uthread/uthread_waitpid.c b/lib/libc_r/uthread/uthread_waitpid.c index a847295..28fcd78 100644 --- a/lib/libc_r/uthread/uthread_waitpid.c +++ b/lib/libc_r/uthread/uthread_waitpid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Jason Evans <jasone@canonware.com>. + * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |