aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/connectivity/common/combo/core
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/mediatek/connectivity/common/combo/core')
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/btm_core.c13
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_core.h13
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_ic.h13
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_lib.h13
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/wmt_conf.c12
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/wmt_core.c13
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/wmt_exp.c13
-rw-r--r--drivers/misc/mediatek/connectivity/common/combo/core/wmt_ic_6630.c13
8 files changed, 102 insertions, 1 deletions
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/btm_core.c b/drivers/misc/mediatek/connectivity/common/combo/core/btm_core.c
index 905114338fff..503b3a732d1d 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/btm_core.c
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/btm_core.c
@@ -1,4 +1,15 @@
-
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
#include "osal_typedef.h"
#include "osal.h"
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_core.h b/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_core.h
index 6c23e8717996..921ffe7c1a65 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_core.h
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_core.h
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
+
/*! \file
\brief Declaration of library functions
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_ic.h b/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_ic.h
index 944ac5511765..3671526cb1c4 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_ic.h
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_ic.h
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
+
/*! \file
\brief Declaration of library functions
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_lib.h b/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_lib.h
index 1848910794ea..81126cebdbec 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_lib.h
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/include/wmt_lib.h
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
+
/*! \file
\brief Declaration of library functions
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_conf.c b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_conf.c
index 1829fd3778b5..4afbc420cebc 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_conf.c
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_conf.c
@@ -1,3 +1,15 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
#ifdef DFT_TAG
#undef DFT_TAG
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_core.c b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_core.c
index ced3aca3201a..5c9867bb5f18 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_core.c
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_core.c
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
+
/*! \file
\brief Declaration of library functions
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_exp.c b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_exp.c
index 99eef93bcca9..fb25247c0c01 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_exp.c
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_exp.c
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
+
/*! \file
\brief Declaration of library functions
diff --git a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_ic_6630.c b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_ic_6630.c
index b61093932acc..c0f0cd3a4b37 100644
--- a/drivers/misc/mediatek/connectivity/common/combo/core/wmt_ic_6630.c
+++ b/drivers/misc/mediatek/connectivity/common/combo/core/wmt_ic_6630.c
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2016 MediaTek Inc.
+ *
+ * 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.
+ *
+ * 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 http://www.gnu.org/licenses/gpl-2.0.html for more details.
+ */
+
/*! \file
\brief Declaration of library functions