From 0710a8332e690cb065207e6cfb7b2e640ec2dfb4 Mon Sep 17 00:00:00 2001 From: inishchith Date: Sat, 27 Jan 2018 17:51:50 +0530 Subject: [PATCH 1/5] add st license Signed-off-by: inishchith --- .../data/licenses/st-microelectronics.LICENSE | 34 +++++++++++++++++++ .../data/licenses/st-microelectronics.yml | 8 +++++ .../data/licenses/st-microelectronics.txt | 34 +++++++++++++++++++ .../data/licenses/st-microelectronics.yml | 2 ++ 4 files changed, 78 insertions(+) create mode 100644 src/licensedcode/data/licenses/st-microelectronics.LICENSE create mode 100644 src/licensedcode/data/licenses/st-microelectronics.yml create mode 100644 tests/licensedcode/data/licenses/st-microelectronics.txt create mode 100644 tests/licensedcode/data/licenses/st-microelectronics.yml diff --git a/src/licensedcode/data/licenses/st-microelectronics.LICENSE b/src/licensedcode/data/licenses/st-microelectronics.LICENSE new file mode 100644 index 00000000000..8ce8926fbc6 --- /dev/null +++ b/src/licensedcode/data/licenses/st-microelectronics.LICENSE @@ -0,0 +1,34 @@ +Copyright (c) 2017 STMicroelectronics – All rights reserved +The STMicroelectronics corporate logo is a trademark of STMicroelectronics + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this list of conditions +and the following disclaimer. + +- 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. + +- Neither the name nor trademarks of STMicroelectronics International N.V. nor any other +STMicroelectronics company nor the names of its contributors may be used to endorse or +promote products derived from this software without specific prior written permission. + +- All of the icons, pictures, logos and other images that are provided with the source code +in a directory whose title begins with st_images may only be used for internal purposes and +shall not be redistributed to any third party or modified in any way. + +- Any redistributions in binary form shall not include the capability to display any of the +icons, pictures, logos and other images that are provided with the source code in a directory +whose title begins with st_images. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/st-microelectronics.yml b/src/licensedcode/data/licenses/st-microelectronics.yml new file mode 100644 index 00000000000..fde393791fd --- /dev/null +++ b/src/licensedcode/data/licenses/st-microelectronics.yml @@ -0,0 +1,8 @@ +key: st-microelectronics +short_name: STMicroelectronics CentralLabs License +name: STMicroelectronics CentralLabs License +category: Permissive Free +owner: STMicroelectronics International N.V. +homepage_url: http://www.st.com/content/st_com/en.html +text_urls: +- https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_GUI_iOS/blob/master/LICENSE diff --git a/tests/licensedcode/data/licenses/st-microelectronics.txt b/tests/licensedcode/data/licenses/st-microelectronics.txt new file mode 100644 index 00000000000..6cd4b290520 --- /dev/null +++ b/tests/licensedcode/data/licenses/st-microelectronics.txt @@ -0,0 +1,34 @@ +Copyright (c) 2017 STMicroelectronics – All rights reserved +The STMicroelectronics corporate logo is a trademark of STMicroelectronics + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this list of conditions +and the following disclaimer. + +- 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. + +- Neither the name nor trademarks of STMicroelectronics International N.V. nor any other +STMicroelectronics company nor the names of its contributors may be used to endorse or +promote products derived from this software without specific prior written permission. + +- All of the icons, pictures, logos and other images that are provided with the source code +in a directory whose title begins with st_images may only be used for internal purposes and +shall not be redistributed to any third party or modified in any way. + +- Any redistributions in binary form shall not include the capability to display any of the +icons, pictures, logos and other images that are provided with the source code in a directory +whose title begins with st_images. + +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. diff --git a/tests/licensedcode/data/licenses/st-microelectronics.yml b/tests/licensedcode/data/licenses/st-microelectronics.yml new file mode 100644 index 00000000000..9ca63460b78 --- /dev/null +++ b/tests/licensedcode/data/licenses/st-microelectronics.yml @@ -0,0 +1,2 @@ +licenses: + - st-microelectronics From d7409f91b1a372d5a0c9fa48cb3cc0f9568de6c3 Mon Sep 17 00:00:00 2001 From: Nishchith K Date: Tue, 6 Feb 2018 21:47:37 +0530 Subject: [PATCH 2/5] remove copyright line --- src/licensedcode/data/licenses/st-microelectronics.LICENSE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/licensedcode/data/licenses/st-microelectronics.LICENSE b/src/licensedcode/data/licenses/st-microelectronics.LICENSE index 8ce8926fbc6..958a659933e 100644 --- a/src/licensedcode/data/licenses/st-microelectronics.LICENSE +++ b/src/licensedcode/data/licenses/st-microelectronics.LICENSE @@ -1,4 +1,3 @@ -Copyright (c) 2017 STMicroelectronics – All rights reserved The STMicroelectronics corporate logo is a trademark of STMicroelectronics Redistribution and use in source and binary forms, with or without modification, @@ -31,4 +30,4 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 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. \ No newline at end of file +OF SUCH DAMAGE. From e420194d90c4e1a7d333bf559a4685ce9c4f9436 Mon Sep 17 00:00:00 2001 From: Nishchith K Date: Tue, 6 Feb 2018 21:48:28 +0530 Subject: [PATCH 3/5] newline --- tests/licensedcode/data/licenses/st-microelectronics.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/licensedcode/data/licenses/st-microelectronics.txt b/tests/licensedcode/data/licenses/st-microelectronics.txt index 6cd4b290520..4ba62ca415d 100644 --- a/tests/licensedcode/data/licenses/st-microelectronics.txt +++ b/tests/licensedcode/data/licenses/st-microelectronics.txt @@ -32,3 +32,4 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSE 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. + From 89d1abdd5a406150d1b5ef8117c4101782132d29 Mon Sep 17 00:00:00 2001 From: Nishchith K Date: Tue, 6 Feb 2018 21:48:50 +0530 Subject: [PATCH 4/5] newline --- src/licensedcode/data/licenses/st-microelectronics.LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/src/licensedcode/data/licenses/st-microelectronics.LICENSE b/src/licensedcode/data/licenses/st-microelectronics.LICENSE index 958a659933e..701f6c91c83 100644 --- a/src/licensedcode/data/licenses/st-microelectronics.LICENSE +++ b/src/licensedcode/data/licenses/st-microelectronics.LICENSE @@ -31,3 +31,4 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSE 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. + From d0bead6a036090baa4bf66b7bbb96d138f05e7b2 Mon Sep 17 00:00:00 2001 From: Nishchith K Date: Tue, 6 Feb 2018 21:49:20 +0530 Subject: [PATCH 5/5] add space --- src/licensedcode/data/licenses/st-microelectronics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/licensedcode/data/licenses/st-microelectronics.yml b/src/licensedcode/data/licenses/st-microelectronics.yml index fde393791fd..5f2c0fd651a 100644 --- a/src/licensedcode/data/licenses/st-microelectronics.yml +++ b/src/licensedcode/data/licenses/st-microelectronics.yml @@ -5,4 +5,4 @@ category: Permissive Free owner: STMicroelectronics International N.V. homepage_url: http://www.st.com/content/st_com/en.html text_urls: -- https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_GUI_iOS/blob/master/LICENSE + - https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_GUI_iOS/blob/master/LICENSE