diff options
author | Izik Eidus <ieidus@redhat.com> | 2009-09-21 20:02:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-22 10:17:31 -0400 |
commit | 36b2528dc1819dc783f69917ac20e66a678b3479 (patch) | |
tree | f784799e8080e01e66518492dda7418ab6368df4 | |
parent | 1ff829957316670af64be24192ef849e7253a509 (diff) |
ksm: change copyright message
Adding Hugh Dickins into the authors list.
Signed-off-by: Izik Eidus <ieidus@redhat.com>
Cc: Chris Wright <chrisw@redhat.com>
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/ksm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ | |||
4 | * This code enables dynamic sharing of identical pages found in different | 4 | * This code enables dynamic sharing of identical pages found in different |
5 | * memory areas, even if they are not shared by fork() | 5 | * memory areas, even if they are not shared by fork() |
6 | * | 6 | * |
7 | * Copyright (C) 2008 Red Hat, Inc. | 7 | * Copyright (C) 2008-2009 Red Hat, Inc. |
8 | * Authors: | 8 | * Authors: |
9 | * Izik Eidus | 9 | * Izik Eidus |
10 | * Andrea Arcangeli | 10 | * Andrea Arcangeli |
11 | * Chris Wright | 11 | * Chris Wright |
12 | * Hugh Dickins | ||
12 | * | 13 | * |
13 | * This work is licensed under the terms of the GNU GPL, version 2. | 14 | * This work is licensed under the terms of the GNU GPL, version 2. |
14 | */ | 15 | */ |