diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mqueue.c | 2 | ||||
-rw-r--r-- | ipc/msgutil.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index c45ae86cec31..7c274002c9f5 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * POSIX message queues filesystem for Linux. | 2 | * POSIX message queues filesystem for Linux. |
3 | * | 3 | * |
4 | * Copyright (C) 2003,2004 Krzysztof Benedyczak (golbi@mat.uni.torun.pl) | 4 | * Copyright (C) 2003,2004 Krzysztof Benedyczak (golbi@mat.uni.torun.pl) |
5 | * Michal Wronski (Michal.Wronski@motorola.com) | 5 | * Michal Wronski (michal.wronski@gmail.com) |
6 | * | 6 | * |
7 | * Spinlocks: Mohamed Abbas (abbas.mohamed@intel.com) | 7 | * Spinlocks: Mohamed Abbas (abbas.mohamed@intel.com) |
8 | * Lockless receive & send, fd based notify: | 8 | * Lockless receive & send, fd based notify: |
diff --git a/ipc/msgutil.c b/ipc/msgutil.c index 66cfb87646eb..0992616eeed6 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/ipc/util.c | 2 | * linux/ipc/msgutil.c |
3 | * Copyright (C) 1999, 2004 Manfred Spraul | 3 | * Copyright (C) 1999, 2004 Manfred Spraul |
4 | * | 4 | * |
5 | * This file is released under GNU General Public Licence version 2 or | 5 | * This file is released under GNU General Public Licence version 2 or |