From 95fef767a67b1e0eb34483e77992998e2eec1484 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Tue, 26 Sep 2017 19:34:03 +0200 Subject: [PATCH] msr-index: include GPLv2 header --- src/msr-index.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/msr-index.h b/src/msr-index.h index 404d4675..2adca577 100644 --- a/src/msr-index.h +++ b/src/msr-index.h @@ -4,6 +4,20 @@ * as it is not provided by the kernel sources anymore * * Only the minimal blocks of macro have been included + * ---- + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope 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. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + * ---- */ #ifndef _ASM_X86_MSR_INDEX_H -- 2.11.0