From 33fac86bb487d417b3f12f6631170f3b0259c98e Mon Sep 17 00:00:00 2001
From: Hongzhi Wang <hongzhi.wang@openairinterface.org>
Date: Wed, 22 Jun 2022 17:46:04 +0200
Subject: [PATCH] adding license exception

---
 NOTICE.md                                | 3 +++
 ci-scripts/checkCodingFormattingRules.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/NOTICE.md b/NOTICE.md
index 39dd33795d7..94a80195b63 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -25,3 +25,6 @@ Niels Provos <provos@citi.umich.edu>: BSD 2-Clause Licence.
 
 Amit Chawre <http://www.amitchawre.net/contact.html>: BSD 2-Clause Licence.
 
+## Credits for source code openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_decoder_offload.c and nrLDPC_offload.h: ##
+
+ Intel Corporation SPDX-License-Identifier: BSD-3-Clause Licence 
\ No newline at end of file
diff --git a/ci-scripts/checkCodingFormattingRules.sh b/ci-scripts/checkCodingFormattingRules.sh
index c29941cade3..02cf0b8c284 100755
--- a/ci-scripts/checkCodingFormattingRules.sh
+++ b/ci-scripts/checkCodingFormattingRules.sh
@@ -77,7 +77,7 @@ then
        IS_NFAPI=`echo $FILE | egrep -c "nfapi/open-nFAPI|nfapi/oai_integration/vendor_ext" || true`
        IS_OAI_LICENCE_PRESENT=`egrep -c "OAI Public License" $FILE || true`
        IS_BSD_LICENCE_PRESENT=`egrep -c "the terms of the BSD Licence|License-Identifier: BSD-2-Clause" $FILE || true`
-       IS_EXCEPTION=`echo $FILE | egrep -c "common/utils/collection/tree.h|common/utils/collection/queue.h|common/utils/itti_analyzer/common/queue.h|openair3/UTILS/tree.h|openair3/UTILS/queue.h|openair3/GTPV1-U/nw-gtpv1u|openair2/UTIL/OPT/ws_|openair2/UTIL/OPT/packet-rohc.h|openair3/NAS/COMMON/milenage.h|openair1/PHY/CODING/crc|openair1/PHY/CODING/types.h" || true`
+       IS_EXCEPTION=`echo $FILE | egrep -c "common/utils/collection/tree.h|common/utils/collection/queue.h|common/utils/itti_analyzer/common/queue.h|openair3/UTILS/tree.h|openair3/UTILS/queue.h|openair3/GTPV1-U/nw-gtpv1u|openair2/UTIL/OPT/ws_|openair2/UTIL/OPT/packet-rohc.h|openair3/NAS/COMMON/milenage.h|openair1/PHY/CODING/crc|openair1/PHY/CODING/types.h|openair1/PHY/CODING/crc|openair1/PHY/CODING/nrLDPC_decoder_offload.c|openair1/PHY/CODING/crc|openair1/PHY/CODING/nrLDPC_offload.h" || true`
        if [ $IS_OAI_LICENCE_PRESENT -eq 0 ] && [ $IS_BSD_LICENCE_PRESENT -eq 0 ]
        then
            if [ $IS_NFAPI -eq 0 ] && [ $IS_EXCEPTION -eq 0 ]
-- 
GitLab