summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2016-01-08 22:51:14 +0100
committerBjørn Mork <bjorn@mork.no>2016-01-08 22:51:14 +0100
commitb7392cfb3a759535043125fc20e12b00b7d953c3 (patch)
tree80267b9096200a7c5542b905531471e9d21700fe
parent6123ec023e30a4f16f4294207d97f7dfe00b047e (diff)
mwlwifi: add GPLv2 blob to hwmon files
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--hwmon.c4
-rw-r--r--hwmon.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/hwmon.c b/hwmon.c
index 31ba2e9..05bb5c7 100644
--- a/hwmon.c
+++ b/hwmon.c
@@ -1,5 +1,9 @@
/*
* Copyright (C) 2016 Bjørn Mork <bjorn@mork.no>
+ *
+ * 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.
*/
#include <linux/hwmon.h>
diff --git a/hwmon.h b/hwmon.h
index edcdb2f..73bc5a1 100644
--- a/hwmon.h
+++ b/hwmon.h
@@ -1,5 +1,9 @@
/*
* Copyright (C) 2016 Bjørn Mork <bjorn@mork.no>
+ *
+ * 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.
*/
#ifndef _MWL_HWMON_H_