diff --git a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.c b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.c index 8d2b398..42135b9 100644 --- a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.c +++ b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.c @@ -2,28 +2,21 @@ * * @brief 11n 20/40 MHz Coex application * - * Usage: - * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.h b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.h index c065bd0..2553c6a 100644 --- a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.h +++ b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040coex.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.c b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.c index 8ff2a2e..e57947a 100644 --- a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.c +++ b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.c @@ -1,27 +1,22 @@ -/** @file mlan2040misc.c +/** @file mlan2040misc.c * * @brief This file contains helper functions for coex application * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.h b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.h index 8acd3fc..09f3594 100644 --- a/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.h +++ b/mxm_wifiex/wlan_src/mapp/mlan2040coex/mlan2040misc.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.c b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.c index 2ab4054..0046aa4 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.c +++ b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.c @@ -2,28 +2,21 @@ * * @brief Program to configure addition parameters into the mlandriver * - * Usage: mlanconfig mlanX cmd [...] - * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.h b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.h index 1b944c7..e575077 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.h +++ b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanconfig.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.c b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.c index e7af384..ab767b6 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.c +++ b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.h b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.h index 47da38f..509f4b8 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.h +++ b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanhostcmd.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.c b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.c index 56aa606..4c7b25a 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.c +++ b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ diff --git a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.h b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.h index 77ccfb8..2c92a18 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.h +++ b/mxm_wifiex/wlan_src/mapp/mlanconfig/mlanmisc.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.c b/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.c index 4fd0990..70f52a1 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.c +++ b/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.c @@ -3,28 +3,21 @@ * @brief Program to receive events from the driver/firmware of the uAP * driver. * - * Usage: mlanevent.exe [-option] - * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /**************************************************************************** diff --git a/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.h b/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.h index e866415..c1fcba0 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.h +++ b/mxm_wifiex/wlan_src/mapp/mlanevent/mlanevent.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.c b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.c index 3d2797d..0b4d707 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.h b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.h index b4485a0..c482733 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanhostcmd.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.c b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.c index 5679c54..cb34b4e 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.h b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.h index 8444bbc..39e6b5d 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanoffload.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.c b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.c index 72fb607..cadb35e 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.h b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.h index 1e18329..67913c3 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanregclass.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.c b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.c index 4f3ba5d..95415fd 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.h b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.h index 8604353..e4ad39b 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanroamagent.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.c b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.c index e018202..443f428 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.c @@ -2,28 +2,21 @@ * * @brief This files contains mlanutl scanagent command handling. * - * Usage: mlanutl mlanX scanagent [...] - * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.h b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.h index 9ed5242..0453794 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanscanagent.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.c b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.c index 6accad6..900370e 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.c @@ -2,28 +2,21 @@ * * @brief Program to control parameters in the mlandriver * - * Usage: mlanutl mlanX cmd [...] - * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.h b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.h index 4a22a5b..5426bb1 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/mlanutl.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.c b/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.c index 8f87a6d..88aecc3 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.c +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.c @@ -1,28 +1,22 @@ /** @file timestamp.c * * @brief Functions for timestamping feature - * * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ diff --git a/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.h b/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.h index 1a94c07..0bf829a 100644 --- a/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.h +++ b/mxm_wifiex/wlan_src/mapp/mlanutl/timestamp.h @@ -1,27 +1,22 @@ /** @file timestamp.h -* -* @brief This file contains definitions used for timestamp feature -* + * + * @brief This file contains definitions used for application + * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ diff --git a/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.c b/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.c index 949adf5..fd1023b 100644 --- a/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.c +++ b/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /**************************************************************************** diff --git a/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.h b/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.h index 7942d2a..59dfcee 100644 --- a/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.h +++ b/mxm_wifiex/wlan_src/mapp/uaputl/uapcmd.h @@ -6,23 +6,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/uaputl/uaphostcmd.c b/mxm_wifiex/wlan_src/mapp/uaputl/uaphostcmd.c index a7ad024..8f3b51e 100644 --- a/mxm_wifiex/wlan_src/mapp/uaputl/uaphostcmd.c +++ b/mxm_wifiex/wlan_src/mapp/uaputl/uaphostcmd.c @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.c b/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.c index da8dc65..56c8ee2 100644 --- a/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.c +++ b/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.c @@ -3,29 +3,21 @@ * @brief Program to send AP commands to the driver/firmware of the uAP * driver. * - * Usage: uaputl.exe [-option params] - * or uaputl.exe [command] [params] - * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /**************************************************************************** diff --git a/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.h b/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.h index 7f8b0cf..59fc729 100644 --- a/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.h +++ b/mxm_wifiex/wlan_src/mapp/uaputl/uaputl.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************ diff --git a/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.c b/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.c index 23ef0b2..97f6714 100644 --- a/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.c +++ b/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.c @@ -1,29 +1,22 @@ /** @file wifidirectutl.c * * @brief Program to configure WifiDirect parameters. - * - * Usage: ./wifidirectutl * * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /**************************************************************************** diff --git a/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.h b/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.h index ffbb003..48ab6fc 100644 --- a/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.h +++ b/mxm_wifiex/wlan_src/mapp/wifidirectutl/wifidirectutl.h @@ -5,23 +5,18 @@ * * Copyright 2014-2020 NXP * - * NXP CONFIDENTIAL - * The source code contained or described herein and all documents related to - * the source code (Materials) are owned by NXP, its - * suppliers and/or its licensors. Title to the Materials remains with NXP, - * its suppliers and/or its licensors. The Materials contain - * trade secrets and proprietary and confidential information of NXP, its - * suppliers and/or its licensors. The Materials are protected by worldwide copyright - * and trade secret laws and treaty provisions. No part of the Materials may be - * used, copied, reproduced, modified, published, uploaded, posted, - * transmitted, distributed, or disclosed in any way without NXP's prior - * express written permission. + * This software file (the File) is distributed by NXP + * under the terms of the GNU General Public License Version 2, June 1991 + * (the License). You may use, redistribute and/or modify the File in + * accordance with the terms and conditions of the License, a copy of which + * is available by writing to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the + * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. * - * No license under any patent, copyright, trade secret or other intellectual - * property right is granted to or conferred upon you by disclosure or delivery - * of the Materials, either expressly, by implication, inducement, estoppel or - * otherwise. Any license under such intellectual property rights must be - * express and approved by NXP in writing. + * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE + * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE + * ARE EXPRESSLY DISCLAIMED. The License provides additional details about + * this warranty disclaimer. * */ /************************************************************************