From 585e06a63c239dbe90df1f4ea9256f9b43d0f4d9 Mon Sep 17 00:00:00 2001 From: Shangbing Hu Date: Wed, 13 Jul 2016 06:38:51 +0800 Subject: [ALPS02731271] wmt/stp: add copyright & license [Detail] add "MTK copyright&GPLv2 license statement" MTK-Commit-Id: bbf702b50cfece88d5792698abe197afad0c9b30 Change-Id: I8292b3d4b9761aa8957d52d99a4a2a4cc4a625b0 Signed-off-by: Shangbing Hu CR-Id: ALPS02731271 Feature: Others --- .../misc/mediatek/connectivity/common/combo/core/btm_core.c | 13 ++++++++++++- .../connectivity/common/combo/core/include/wmt_core.h | 13 +++++++++++++ .../connectivity/common/combo/core/include/wmt_ic.h | 13 +++++++++++++ .../connectivity/common/combo/core/include/wmt_lib.h | 13 +++++++++++++ .../misc/mediatek/connectivity/common/combo/core/wmt_conf.c | 12 ++++++++++++ .../misc/mediatek/connectivity/common/combo/core/wmt_core.c | 13 +++++++++++++ .../misc/mediatek/connectivity/common/combo/core/wmt_exp.c | 13 +++++++++++++ .../mediatek/connectivity/common/combo/core/wmt_ic_6630.c | 13 +++++++++++++ .../mediatek/connectivity/common/combo/include/stp_exp.h | 13 +++++++++++++ .../mediatek/connectivity/common/combo/include/wmt_exp.h | 13 +++++++++++++ .../mediatek/connectivity/common/combo/linux/hif_sdio.c | 13 +++++++++++++ .../connectivity/common/combo/linux/include/hif_sdio.h | 13 +++++++++++++ .../connectivity/common/combo/linux/include/stp_sdio.h | 13 +++++++++++++ .../connectivity/common/combo/linux/stp_chrdev_bt.c | 13 +++++++++++++ .../mediatek/connectivity/common/combo/linux/stp_sdio.c | 13 +++++++++++++ 15 files changed, 193 insertions(+), 1 deletion(-) 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 diff --git a/drivers/misc/mediatek/connectivity/common/combo/include/stp_exp.h b/drivers/misc/mediatek/connectivity/common/combo/include/stp_exp.h index 9a982bf19189..c1a92ae749d4 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/include/stp_exp.h +++ b/drivers/misc/mediatek/connectivity/common/combo/include/stp_exp.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/include/wmt_exp.h b/drivers/misc/mediatek/connectivity/common/combo/include/wmt_exp.h index c13ba49de7b9..8841025d7e28 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/include/wmt_exp.h +++ b/drivers/misc/mediatek/connectivity/common/combo/include/wmt_exp.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/linux/hif_sdio.c b/drivers/misc/mediatek/connectivity/common/combo/linux/hif_sdio.c index a47a3470feb7..0a7a91a5e6f7 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/linux/hif_sdio.c +++ b/drivers/misc/mediatek/connectivity/common/combo/linux/hif_sdio.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. + */ + /* * * 07 25 2010 george.kuo diff --git a/drivers/misc/mediatek/connectivity/common/combo/linux/include/hif_sdio.h b/drivers/misc/mediatek/connectivity/common/combo/linux/include/hif_sdio.h index 8a72000a364f..d7277cd33b95 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/linux/include/hif_sdio.h +++ b/drivers/misc/mediatek/connectivity/common/combo/linux/include/hif_sdio.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 "hif_sdio.h" \brief */ diff --git a/drivers/misc/mediatek/connectivity/common/combo/linux/include/stp_sdio.h b/drivers/misc/mediatek/connectivity/common/combo/linux/include/stp_sdio.h index 1c889b0d6612..e5942ab399e6 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/linux/include/stp_sdio.h +++ b/drivers/misc/mediatek/connectivity/common/combo/linux/include/stp_sdio.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. + */ + /* * Id: * */ diff --git a/drivers/misc/mediatek/connectivity/common/combo/linux/stp_chrdev_bt.c b/drivers/misc/mediatek/connectivity/common/combo/linux/stp_chrdev_bt.c index 747d827c86c9..09bd245e815f 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/linux/stp_chrdev_bt.c +++ b/drivers/misc/mediatek/connectivity/common/combo/linux/stp_chrdev_bt.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. + */ + #include #include #include diff --git a/drivers/misc/mediatek/connectivity/common/combo/linux/stp_sdio.c b/drivers/misc/mediatek/connectivity/common/combo/linux/stp_sdio.c index 6e365d53c51b..6dedcf7ef859 100644 --- a/drivers/misc/mediatek/connectivity/common/combo/linux/stp_sdio.c +++ b/drivers/misc/mediatek/connectivity/common/combo/linux/stp_sdio.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 "stp_sdio.c" * \brief * -- cgit v1.2.3