diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2018-04-24 17:03:37 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-05-03 19:03:19 -0700 |
| commit | df7719e977817a4141f86e54bb76e0ed171effc8 (patch) | |
| tree | 72d3d3e8c37a9b63dcf06be8126beb1d9fd611dd | |
| parent | 889220a8b66715517e7c466b3dd1ab9e375b65c2 (diff) | |
qcacld-3.0: pld: Remove legacy markings
Per current guidance remove legacy markings.
Change-id: Idd9e17b79c5de9206153f3c32965b519665b6a3e
CRs-Fixed: 2229655
| -rw-r--r-- | core/pld/inc/pld_common.h | 9 | ||||
| -rw-r--r-- | core/pld/src/pld_common.c | 9 | ||||
| -rw-r--r-- | core/pld/src/pld_internal.h | 9 | ||||
| -rw-r--r-- | core/pld/src/pld_pcie.c | 9 | ||||
| -rw-r--r-- | core/pld/src/pld_pcie.h | 9 | ||||
| -rw-r--r-- | core/pld/src/pld_snoc.c | 9 | ||||
| -rw-r--r-- | core/pld/src/pld_snoc.h | 9 |
7 files changed, 0 insertions, 63 deletions
diff --git a/core/pld/inc/pld_common.h b/core/pld/inc/pld_common.h index 240427278b92..8ac433861c47 100644 --- a/core/pld/inc/pld_common.h +++ b/core/pld/inc/pld_common.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #ifndef __PLD_COMMON_H__ #define __PLD_COMMON_H__ diff --git a/core/pld/src/pld_common.c b/core/pld/src/pld_common.c index b537d48558d2..b6ba52139082 100644 --- a/core/pld/src/pld_common.c +++ b/core/pld/src/pld_common.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #define pr_fmt(fmt) "wlan_pld:%s:%d:: " fmt, __func__, __LINE__ #include <linux/printk.h> diff --git a/core/pld/src/pld_internal.h b/core/pld/src/pld_internal.h index 315fb6f07a67..833c1630772b 100644 --- a/core/pld/src/pld_internal.h +++ b/core/pld/src/pld_internal.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2016 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #ifndef __PLD_COMMON_I_H__ #define __PLD_COMMON_I_H__ diff --git a/core/pld/src/pld_pcie.c b/core/pld/src/pld_pcie.c index 14c684d0f1a9..35c00821fd9b 100644 --- a/core/pld/src/pld_pcie.c +++ b/core/pld/src/pld_pcie.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #include <linux/platform_device.h> #include <linux/err.h> #include <linux/pci.h> diff --git a/core/pld/src/pld_pcie.h b/core/pld/src/pld_pcie.h index abfc63953942..be565619694b 100644 --- a/core/pld/src/pld_pcie.h +++ b/core/pld/src/pld_pcie.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #ifndef __PLD_PCIE_H__ #define __PLD_PCIE_H__ diff --git a/core/pld/src/pld_snoc.c b/core/pld/src/pld_snoc.c index f11982d39b7d..b1d1ed25b740 100644 --- a/core/pld/src/pld_snoc.c +++ b/core/pld/src/pld_snoc.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #include <linux/platform_device.h> #include <linux/err.h> #include <linux/list.h> diff --git a/core/pld/src/pld_snoc.h b/core/pld/src/pld_snoc.h index e3b1bf7e574b..7efc785d01e3 100644 --- a/core/pld/src/pld_snoc.h +++ b/core/pld/src/pld_snoc.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. * - * Previously licensed under the ISC license by Qualcomm Atheros, Inc. - * - * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all @@ -19,12 +16,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* - * This file was originally distributed by Qualcomm Atheros, Inc. - * under proprietary terms before Copyright ownership was assigned - * to the Linux Foundation. - */ - #ifndef __PLD_SNOC_H__ #define __PLD_SNOC_H__ |
