Commit 0e9052eb98a9986ec0669d030604f7a68f6df638

Authored by Wu Fengguang
Committed by Andi Kleen
1 parent 588f9ce6ca

page-types: add standard GPL license header

Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>

Showing 1 changed file with 13 additions and 2 deletions Side-by-side Diff

Documentation/vm/page-types.c
1 1 /*
2 2 * page-types: Tool for querying page flags
3 3 *
  4 + * This program is free software; you can redistribute it and/or modify it
  5 + * under the terms of the GNU General Public License as published by the Free
  6 + * Software Foundation; version 2.
  7 + *
  8 + * This program is distributed in the hope that it will be useful, but WITHOUT
  9 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  11 + * more details.
  12 + *
  13 + * You should find a copy of v2 of the GNU General Public License somewhere on
  14 + * your Linux system; if not, write to the Free Software Foundation, Inc., 59
  15 + * Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  16 + *
4 17 * Copyright (C) 2009 Intel corporation
5 18 *
6 19 * Authors: Wu Fengguang <fengguang.wu@intel.com>
7   - *
8   - * Released under the General Public License (GPL).
9 20 */
10 21  
11 22 #define _LARGEFILE64_SOURCE