From 2b9b073b3c029c5e84de65ddc3dce469a343b5c5 Mon Sep 17 00:00:00 2001 From: Yasmine Talby Date: Wed, 27 Sep 2023 20:57:53 +0200 Subject: [PATCH 1/4] Update third party licenses file with MIT license for https://github.com/DaveGamble/cJSON --- THIRD-PARTY-LICENSES.txt | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/THIRD-PARTY-LICENSES.txt b/THIRD-PARTY-LICENSES.txt index 682c26f18..5b56e44ff 100644 --- a/THIRD-PARTY-LICENSES.txt +++ b/THIRD-PARTY-LICENSES.txt @@ -1,14 +1,8 @@ ** ittapi ittnotify.h; version v3.24.2 -- https://github.com/intel/ittapi/blob/master/include/ittnotify.h -/* - Copyright (C) 2005-2019 Intel Corporation +Copyright (C) 2005-2019 Intel Corporation +SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause - SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause -*/ -/* - Amazon.com has chosen to use this file under the terms of the BSD-3-Clause license. -*/ - -Copyright (c) 2019 Intel Corporation. All rights reserved. +Copyright (c) . All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -34,3 +28,26 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + +** cJSON; version 1.7.16 -- https://github.com/DaveGamble/cJSON +Copyright (c) 2009-2017 Dave Gamble and cJSON contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 1320f8a3ac89110ea76fa73475074b14ba1d9940 Mon Sep 17 00:00:00 2001 From: Yasmine Talby <108372980+yasminetalby@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:01:43 +0200 Subject: [PATCH 2/4] Update THIRD-PARTY-LICENSES.txt --- THIRD-PARTY-LICENSES.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/THIRD-PARTY-LICENSES.txt b/THIRD-PARTY-LICENSES.txt index 5b56e44ff..de32ad70a 100644 --- a/THIRD-PARTY-LICENSES.txt +++ b/THIRD-PARTY-LICENSES.txt @@ -2,8 +2,6 @@ Copyright (C) 2005-2019 Intel Corporation SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause -Copyright (c) . All rights reserved. - Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: From 9971672a7c9526107fa190a0f2572481e09ca334 Mon Sep 17 00:00:00 2001 From: Yasmine Talby <108372980+yasminetalby@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:17:19 +0200 Subject: [PATCH 3/4] Update THIRD-PARTY-LICENSES.txt --- THIRD-PARTY-LICENSES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/THIRD-PARTY-LICENSES.txt b/THIRD-PARTY-LICENSES.txt index de32ad70a..2b274368f 100644 --- a/THIRD-PARTY-LICENSES.txt +++ b/THIRD-PARTY-LICENSES.txt @@ -2,6 +2,11 @@ Copyright (C) 2005-2019 Intel Corporation SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause +Amazon.com has chosen to use this file under the terms of the BSD-3-Clause +license. + +Copyright (c) . All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -49,3 +54,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + From fb53e530790e97acbe41b24335e5e312ba6ae225 Mon Sep 17 00:00:00 2001 From: Yasmine Talby <108372980+yasminetalby@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:30:51 +0200 Subject: [PATCH 4/4] Update THIRD-PARTY-LICENSES.txt --- THIRD-PARTY-LICENSES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THIRD-PARTY-LICENSES.txt b/THIRD-PARTY-LICENSES.txt index 2b274368f..7ea3c219d 100644 --- a/THIRD-PARTY-LICENSES.txt +++ b/THIRD-PARTY-LICENSES.txt @@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause Amazon.com has chosen to use this file under the terms of the BSD-3-Clause license. -Copyright (c) . All rights reserved. +Copyright (c) 2019 Intel Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: