diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2018-04-25 08:33:11 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-05-04 14:05:59 -0700 |
| commit | de2ef09fb41565fab3dcfb0768e4c920554b180e (patch) | |
| tree | 726a05a56892d8cdddd7e8ee5aef861ba4f0f059 | |
| parent | e2cc42bb990e3dacc4d1fbb09563eb4f06dd71be (diff) | |
qcacmn: htc: Remove legacy markings
Per current guidance remove legacy markings.
Change-id: Ieacfc963de0aa362d695ebddcd1231ca5128f55e
CRs-Fixed: 2230684
| -rw-r--r-- | htc/dl_list.h | 9 | ||||
| -rw-r--r-- | htc/htc.c | 9 | ||||
| -rw-r--r-- | htc/htc_api.h | 9 | ||||
| -rw-r--r-- | htc/htc_debug.h | 9 | ||||
| -rw-r--r-- | htc/htc_internal.h | 9 | ||||
| -rw-r--r-- | htc/htc_packet.h | 9 | ||||
| -rw-r--r-- | htc/htc_recv.c | 9 | ||||
| -rw-r--r-- | htc/htc_send.c | 9 | ||||
| -rw-r--r-- | htc/htc_services.c | 9 |
9 files changed, 0 insertions, 81 deletions
diff --git a/htc/dl_list.h b/htc/dl_list.h index be9970cf0a29..85b1b8542a4e 100644 --- a/htc/dl_list.h +++ b/htc/dl_list.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-2014, 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. - */ - /*=========================================================================== */ /* Double-link list definitions (adapted from Atheros SDIO stack) */ /* */ diff --git a/htc/htc.c b/htc/htc.c index 8e73390a195f..178c530913d5 100644 --- a/htc/htc.c +++ b/htc/htc.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-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 "htc_debug.h" #include "htc_internal.h" #include <hif.h> diff --git a/htc/htc_api.h b/htc/htc_api.h index 612d1ebb777d..c129f4295d0c 100644 --- a/htc/htc_api.h +++ b/htc/htc_api.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-2014, 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 _HTC_API_H_ #define _HTC_API_H_ diff --git a/htc/htc_debug.h b/htc/htc_debug.h index c3c0a7ae8a4b..9ba247f7e394 100644 --- a/htc/htc_debug.h +++ b/htc/htc_debug.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-2014 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 HTC_DEBUG_H_ #define HTC_DEBUG_H_ diff --git a/htc/htc_internal.h b/htc/htc_internal.h index 2c62c347aacb..8b747e8b73e2 100644 --- a/htc/htc_internal.h +++ b/htc/htc_internal.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-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 _HTC_INTERNAL_H_ #define _HTC_INTERNAL_H_ diff --git a/htc/htc_packet.h b/htc/htc_packet.h index 6eb8205df171..a205ae454c36 100644 --- a/htc/htc_packet.h +++ b/htc/htc_packet.h @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-2014, 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 HTC_PACKET_H_ #define HTC_PACKET_H_ diff --git a/htc/htc_recv.c b/htc/htc_recv.c index ca32848da19a..e76dea089b8d 100644 --- a/htc/htc_recv.c +++ b/htc/htc_recv.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-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 "htc_debug.h" #include "htc_internal.h" #include <qdf_nbuf.h> /* qdf_nbuf_t */ diff --git a/htc/htc_send.c b/htc/htc_send.c index 7ce336e97422..ce18266382ab 100644 --- a/htc/htc_send.c +++ b/htc/htc_send.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-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 "htc_debug.h" #include "htc_internal.h" #include <qdf_mem.h> /* qdf_mem_malloc */ diff --git a/htc/htc_services.c b/htc/htc_services.c index 173ae3f66a9e..13b3b3da0e30 100644 --- a/htc/htc_services.c +++ b/htc/htc_services.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2013-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 "htc_debug.h" #include "htc_internal.h" #include <hif.h> |
