From 602c4c927496d9edfc9c11d5b6817666edaa9e4f Mon Sep 17 00:00:00 2001 From: Dinesh Harjani Date: Wed, 20 Nov 2024 15:18:18 +0000 Subject: [PATCH] Automatic BSD License Attempt --- NordicWiFiProvisioner-BLE.podspec | 32 +--------------------------- NordicWiFiProvisioner-SoftAP.podspec | 32 +--------------------------- 2 files changed, 2 insertions(+), 62 deletions(-) diff --git a/NordicWiFiProvisioner-BLE.podspec b/NordicWiFiProvisioner-BLE.podspec index 7e2a2cc..058e5e9 100644 --- a/NordicWiFiProvisioner-BLE.podspec +++ b/NordicWiFiProvisioner-BLE.podspec @@ -16,37 +16,7 @@ It contains all the necessary components to scan for nRF-7 devices, connect to t DESC s.homepage = 'https://github.com/NordicSemiconductor/IOS-nRF-Wi-Fi-Provisioner' - s.license = { :type => 'BSD 3-Clause', :text => <<-LICENSE - BSD 3-Clause License - - Copyright (c) 2024, Nordic Semiconductor - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - 3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; 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. - } + s.license = { :type => 'BSD' } s.author = { "Dinesh Harjani" => "dinesh.harjani@nordicsemi.no", 'Nick Kibish' => 'nick.kibysh@nordicsemi.no' } s.source = { :git => 'https://github.com/NordicSemiconductor/IOS-nRF-Wi-Fi-Provisioner.git', :tag => s.version.to_s } diff --git a/NordicWiFiProvisioner-SoftAP.podspec b/NordicWiFiProvisioner-SoftAP.podspec index c7f95c5..d2f7b83 100644 --- a/NordicWiFiProvisioner-SoftAP.podspec +++ b/NordicWiFiProvisioner-SoftAP.podspec @@ -16,37 +16,7 @@ It contains all the necessary components to scan for nRF-7 devices, connect to t DESC s.homepage = 'https://github.com/NordicSemiconductor/IOS-nRF-Wi-Fi-Provisioner' - s.license = { :type => 'BSD 3-Clause', :text => <<-LICENSE - BSD 3-Clause License - - Copyright (c) 2024, Nordic Semiconductor - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - - 3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; 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. - } + s.license = { :type => 'BSD' } s.author = { "Dinesh Harjani" => "dinesh.harjani@nordicsemi.no", 'Nick Kibish' => 'nick.kibysh@nordicsemi.no' } s.source = { :git => 'https://github.com/NordicSemiconductor/IOS-nRF-Wi-Fi-Provisioner.git', :tag => s.version.to_s }