Signed-off-by: Lai Jiangshan <[email protected]> --- rculfhash.c | 1 + urcu/rculfhash.h | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rculfhash.c b/rculfhash.c index 3f982cf..2fe9bdc 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -4,6 +4,7 @@ * Userspace RCU library - Lock-Free Resizable RCU Hash Table * * Copyright 2010-2011 - Mathieu Desnoyers <[email protected]> + * Copyright 2011 - Lai Jiangshan <[email protected]> * * 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/rculfhash.h b/urcu/rculfhash.h index b7d5039..8e43d8d 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -7,6 +7,7 @@ * Userspace RCU library - Lock-Free RCU Hash Table * * Copyright 2011 - Mathieu Desnoyers <[email protected]> + * Copyright 2011 - Lai Jiangshan <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- 1.7.4.4 _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
