diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2009-10-07 16:32:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-08 07:36:39 -0700 |
commit | 0c57effe27eb6544eb44d5fac563b7334e3bc771 (patch) | |
tree | a7f89c4f28e6f1b8e5ff78feb6bafc38bab7e4a6 /Documentation | |
parent | a1bbb5ec39042fb762e7f4bcc634da0d87834193 (diff) | |
download | linux-3.10-0c57effe27eb6544eb44d5fac563b7334e3bc771.tar.gz linux-3.10-0c57effe27eb6544eb44d5fac563b7334e3bc771.tar.bz2 linux-3.10-0c57effe27eb6544eb44d5fac563b7334e3bc771.zip |
page-types: add GPL note
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/vm/page-types.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/vm/page-types.c b/Documentation/vm/page-types.c index 9899fa239ee..e46fb5b2107 100644 --- a/Documentation/vm/page-types.c +++ b/Documentation/vm/page-types.c @@ -2,7 +2,10 @@ * page-types: Tool for querying page flags * * Copyright (C) 2009 Intel corporation - * Copyright (C) 2009 Wu Fengguang <fengguang.wu@intel.com> + * + * Authors: Wu Fengguang <fengguang.wu@intel.com> + * + * Released under the General Public License (GPL). */ #define _LARGEFILE64_SOURCE |