summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-03-12 21:14:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-03-12 21:14:36 -0700
commitd617310bda3b892fb8626151891748c1ee98106d (patch)
tree06ae12aa3b8158f798be53fd14a2a2b4313232a8
parentbe15fb5e6fe184eb1bb725f229e157a7d1967986 (diff)
downloadsyslinux-d617310bda3b892fb8626151891748c1ee98106d.tar.gz
Update the cpuid.h license header
-rw-r--r--com32/gplinclude/cpuid.h25
1 files changed, 11 insertions, 14 deletions
diff --git a/com32/gplinclude/cpuid.h b/com32/gplinclude/cpuid.h
index e0ae72af..2473b41e 100644
--- a/com32/gplinclude/cpuid.h
+++ b/com32/gplinclude/cpuid.h
@@ -1,20 +1,17 @@
-/*
- * Portions of this file taken from the Linux kernel,
- * Copyright 1991-2009 Linus Torvalds and contributors
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2006-2009 Erwan Velu - All Rights Reserved
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * Portions of this file taken from the Linux kernel,
+ * Copyright 1991-2009 Linus Torvalds and contributors
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston MA 02110-1301;
+ * incorporated herein by reference.
*
-*/
+ * ----------------------------------------------------------------------- */
#ifndef _CPUID_H
#define _CPUID_H