From 6982d6d71aeed16d2d929bd0ed221e8f444b706e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 18 Jun 2010 12:35:26 -0400 Subject: [PATCH] Update email address from @polymtl.ca to @efficios.com Signed-off-by: Mathieu Desnoyers --- compat_arch_x86.c | 2 +- compat_futex.c | 2 +- tests/test_looplen.c | 2 +- tests/test_mutex.c | 2 +- tests/test_perthreadlock.c | 2 +- tests/test_perthreadlock_timing.c | 2 +- tests/test_qsbr.c | 2 +- tests/test_qsbr_gc.c | 2 +- tests/test_qsbr_timing.c | 2 +- tests/test_rwlock.c | 2 +- tests/test_rwlock_timing.c | 2 +- tests/test_urcu.c | 2 +- tests/test_urcu_assign.c | 2 +- tests/test_urcu_bp.c | 2 +- tests/test_urcu_defer.c | 2 +- tests/test_urcu_gc.c | 2 +- tests/test_urcu_timing.c | 2 +- tests/urcu-asm.c | 2 +- urcu-bp-static.h | 2 +- urcu-bp.c | 2 +- urcu-bp.h | 2 +- urcu-defer-static.h | 2 +- urcu-defer.c | 2 +- urcu-defer.h | 2 +- urcu-pointer-static.h | 2 +- urcu-pointer.c | 2 +- urcu-pointer.h | 2 +- urcu-qsbr-static.h | 2 +- urcu-qsbr.c | 2 +- urcu-static.h | 2 +- urcu.c | 2 +- urcu.h | 2 +- urcu/arch_armv7l.h | 2 +- urcu/arch_ppc.h | 2 +- urcu/arch_sparc64.h | 2 +- urcu/arch_x86.h | 2 +- urcu/compiler.h | 2 +- urcu/system.h | 2 +- urcu/uatomic_arch_s390.h | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/compat_arch_x86.c b/compat_arch_x86.c index 41c6848..5342c7b 100644 --- a/compat_arch_x86.c +++ b/compat_arch_x86.c @@ -3,7 +3,7 @@ * * Userspace RCU library - x86 compatibility checks * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/compat_futex.c b/compat_futex.c index 27fc66b..61bc6c3 100644 --- a/compat_futex.c +++ b/compat_futex.c @@ -3,7 +3,7 @@ * * Userspace RCU library - sys_futex compatibility code * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tests/test_looplen.c b/tests/test_looplen.c index 634cf97..53d39cd 100644 --- a/tests/test_looplen.c +++ b/tests/test_looplen.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_mutex.c b/tests/test_mutex.c index 46a9972..7b2d1a5 100644 --- a/tests/test_mutex.c +++ b/tests/test_mutex.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_perthreadlock.c b/tests/test_perthreadlock.c index b573fb0..7862f62 100644 --- a/tests/test_perthreadlock.c +++ b/tests/test_perthreadlock.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_perthreadlock_timing.c b/tests/test_perthreadlock_timing.c index 5f6ed76..9eb1c13 100644 --- a/tests/test_perthreadlock_timing.c +++ b/tests/test_perthreadlock_timing.c @@ -3,7 +3,7 @@ * * Per thread locks - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_qsbr.c b/tests/test_qsbr.c index fd6e1bc..0101907 100644 --- a/tests/test_qsbr.c +++ b/tests/test_qsbr.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_qsbr_gc.c b/tests/test_qsbr_gc.c index 1d74d1a..2b4fa7a 100644 --- a/tests/test_qsbr_gc.c +++ b/tests/test_qsbr_gc.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program (with baatch reclamation) * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_qsbr_timing.c b/tests/test_qsbr_timing.c index b9cfd79..69193bf 100644 --- a/tests/test_qsbr_timing.c +++ b/tests/test_qsbr_timing.c @@ -3,7 +3,7 @@ * * Userspace QSBR - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_rwlock.c b/tests/test_rwlock.c index e09917b..1c65fca 100644 --- a/tests/test_rwlock.c +++ b/tests/test_rwlock.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_rwlock_timing.c b/tests/test_rwlock_timing.c index c354de7..7d16806 100644 --- a/tests/test_rwlock_timing.c +++ b/tests/test_rwlock_timing.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_urcu.c b/tests/test_urcu.c index 1e64fc3..5096415 100644 --- a/tests/test_urcu.c +++ b/tests/test_urcu.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_urcu_assign.c b/tests/test_urcu_assign.c index 87abea2..b1298a4 100644 --- a/tests/test_urcu_assign.c +++ b/tests/test_urcu_assign.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_urcu_bp.c b/tests/test_urcu_bp.c index 7971154..239e843 100644 --- a/tests/test_urcu_bp.c +++ b/tests/test_urcu_bp.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_urcu_defer.c b/tests/test_urcu_defer.c index e15c466..6fae313 100644 --- a/tests/test_urcu_defer.c +++ b/tests/test_urcu_defer.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program (with automatic reclamation) * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_urcu_gc.c b/tests/test_urcu_gc.c index 9897dca..2c944a5 100644 --- a/tests/test_urcu_gc.c +++ b/tests/test_urcu_gc.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program (with baatch reclamation) * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/test_urcu_timing.c b/tests/test_urcu_timing.c index 2bccb33..94ac0ae 100644 --- a/tests/test_urcu_timing.c +++ b/tests/test_urcu_timing.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/urcu-asm.c b/tests/urcu-asm.c index dd26604..b616d34 100644 --- a/tests/urcu-asm.c +++ b/tests/urcu-asm.c @@ -3,7 +3,7 @@ * * Userspace RCU library - assembly dump of primitives * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/urcu-bp-static.h b/urcu-bp-static.h index dabf4c3..515be28 100644 --- a/urcu-bp-static.h +++ b/urcu-bp-static.h @@ -9,7 +9,7 @@ * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu.h for linking * dynamically with the userspace rcu library. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-bp.c b/urcu-bp.c index b0d0d44..61d42fa 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -3,7 +3,7 @@ * * Userspace RCU library, "bulletproof" version. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-bp.h b/urcu-bp.h index 0ea53e1..cca664b 100644 --- a/urcu-bp.h +++ b/urcu-bp.h @@ -9,7 +9,7 @@ * Slower RCU read-side adapted for tracing library. Does not require thread * registration nor unregistration. Also signal-safe. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * LGPL-compatible code should include this header with : diff --git a/urcu-defer-static.h b/urcu-defer-static.h index 082298a..1e2aef2 100644 --- a/urcu-defer-static.h +++ b/urcu-defer-static.h @@ -9,7 +9,7 @@ * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu-defer.h for linking * dynamically with the userspace rcu reclamation library. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-defer.c b/urcu-defer.c index 92635ed..e241302 100644 --- a/urcu-defer.c +++ b/urcu-defer.c @@ -3,7 +3,7 @@ * * Userspace RCU library - batch memory reclamation * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/urcu-defer.h b/urcu-defer.h index b7fe8bf..e161616 100644 --- a/urcu-defer.h +++ b/urcu-defer.h @@ -6,7 +6,7 @@ * * Userspace RCU header - deferred execution * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * LGPL-compatible code should include this header with : diff --git a/urcu-pointer-static.h b/urcu-pointer-static.h index 093630a..983d0d5 100644 --- a/urcu-pointer-static.h +++ b/urcu-pointer-static.h @@ -9,7 +9,7 @@ * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu-pointer.h for * linking dynamically with the userspace rcu library. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-pointer.c b/urcu-pointer.c index 1c5f6bd..f5c9811 100644 --- a/urcu-pointer.c +++ b/urcu-pointer.c @@ -4,7 +4,7 @@ * * library wrappers to be used by non-LGPL compatible source code. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-pointer.h b/urcu-pointer.h index 487abab..7b240a7 100644 --- a/urcu-pointer.h +++ b/urcu-pointer.h @@ -6,7 +6,7 @@ * * Userspace RCU header. Operations on pointers. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-qsbr-static.h b/urcu-qsbr-static.h index 86f0fc5..0413617 100644 --- a/urcu-qsbr-static.h +++ b/urcu-qsbr-static.h @@ -9,7 +9,7 @@ * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu-qsbr.h for linking * dynamically with the userspace rcu QSBR library. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 0e1252f..5e8b960 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -3,7 +3,7 @@ * * Userspace RCU QSBR library * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu-static.h b/urcu-static.h index 857d30c..56c853d 100644 --- a/urcu-static.h +++ b/urcu-static.h @@ -9,7 +9,7 @@ * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu.h for linking * dynamically with the userspace rcu library. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu.c b/urcu.c index a3df976..918d274 100644 --- a/urcu.c +++ b/urcu.c @@ -3,7 +3,7 @@ * * Userspace RCU library * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or diff --git a/urcu.h b/urcu.h index 9241139..c6c54e7 100644 --- a/urcu.h +++ b/urcu.h @@ -6,7 +6,7 @@ * * Userspace RCU header * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * LGPL-compatible code should include this header with : diff --git a/urcu/arch_armv7l.h b/urcu/arch_armv7l.h index b4049cd..e63ad3c 100644 --- a/urcu/arch_armv7l.h +++ b/urcu/arch_armv7l.h @@ -5,7 +5,7 @@ * arch_armv7l.h: trivial definitions for the ARMv7 architecture. * * Copyright (c) 2010 Paul E. McKenney, IBM Corporation. - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 185cb22..8b3eb75 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -5,7 +5,7 @@ * arch_ppc.h: trivial definitions for the powerpc architecture. * * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/urcu/arch_sparc64.h b/urcu/arch_sparc64.h index 9d85b5e..dbbbb42 100644 --- a/urcu/arch_sparc64.h +++ b/urcu/arch_sparc64.h @@ -5,7 +5,7 @@ * arch_sparc64.h: trivial definitions for the Sparc64 architecture. * * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index e3171a2..5625056 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -5,7 +5,7 @@ * arch_x86.h: trivial definitions for the x86 architecture. * * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/urcu/compiler.h b/urcu/compiler.h index ce19c74..fcab5ea 100644 --- a/urcu/compiler.h +++ b/urcu/compiler.h @@ -6,7 +6,7 @@ * * Compiler definitions. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. diff --git a/urcu/system.h b/urcu/system.h index 0c3152f..0de7dd2 100644 --- a/urcu/system.h +++ b/urcu/system.h @@ -6,7 +6,7 @@ * * System definitions. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. diff --git a/urcu/uatomic_arch_s390.h b/urcu/uatomic_arch_s390.h index 0a0f238..75025b1 100644 --- a/urcu/uatomic_arch_s390.h +++ b/urcu/uatomic_arch_s390.h @@ -8,7 +8,7 @@ * * Copyright (c) 2009 Novell, Inc. * Author: Jan Blunck - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to -- 2.34.1