From 6d3a42fdd2779ef14d0b07cd56dbef8c7ff75356 Mon Sep 17 00:00:00 2001 From: Junhwan Park Date: Thu, 1 Jun 2017 09:52:42 +0900 Subject: [PATCH] examples/sensorbd_demo: add SAMSUNG License This patch includes adding missing Samsung License. Change-Id: Ic3ee7ae33eddd43fb4a74b9fd64ceb37b61af08c Signed-off-by: Junhwan Park --- apps/examples/sensorbd_demo/examples/adc_test.c | 2 +- apps/examples/sensorbd_demo/examples/gpio_buttons.c | 2 +- apps/examples/sensorbd_demo/examples/gpio_ledonoff.c | 2 +- apps/examples/sensorbd_demo/examples/gpio_loopback.c | 2 +- apps/examples/sensorbd_demo/examples/gpio_starterled.c | 2 +- apps/examples/sensorbd_demo/examples/i2c_mpu9250.c | 2 +- apps/examples/sensorbd_demo/examples/i2c_mpu9250.h | 2 +- apps/examples/sensorbd_demo/examples/i2c_tcs34725.c | 2 +- apps/examples/sensorbd_demo/examples/pwm_buzzer.c | 2 +- apps/examples/sensorbd_demo/examples/pwm_led.c | 2 +- apps/examples/sensorbd_demo/examples/spi_k6ds3.c | 2 +- apps/examples/sensorbd_demo/examples/spi_lis3lv02qd.c | 2 +- apps/examples/sensorbd_demo/examples/uart_loopback.c | 2 +- apps/examples/sensorbd_demo/sensorbd_main.c | 18 ++++++++++++++++++ 14 files changed, 31 insertions(+), 13 deletions(-) diff --git a/apps/examples/sensorbd_demo/examples/adc_test.c b/apps/examples/sensorbd_demo/examples/adc_test.c index 7428ee1..6bca2cf 100644 --- a/apps/examples/sensorbd_demo/examples/adc_test.c +++ b/apps/examples/sensorbd_demo/examples/adc_test.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/gpio_buttons.c b/apps/examples/sensorbd_demo/examples/gpio_buttons.c index 597ff13..5a7660d 100644 --- a/apps/examples/sensorbd_demo/examples/gpio_buttons.c +++ b/apps/examples/sensorbd_demo/examples/gpio_buttons.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/gpio_ledonoff.c b/apps/examples/sensorbd_demo/examples/gpio_ledonoff.c index 7ffaecd..cc2ebc7 100644 --- a/apps/examples/sensorbd_demo/examples/gpio_ledonoff.c +++ b/apps/examples/sensorbd_demo/examples/gpio_ledonoff.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/gpio_loopback.c b/apps/examples/sensorbd_demo/examples/gpio_loopback.c index 8ba99e5..b999abf 100644 --- a/apps/examples/sensorbd_demo/examples/gpio_loopback.c +++ b/apps/examples/sensorbd_demo/examples/gpio_loopback.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/gpio_starterled.c b/apps/examples/sensorbd_demo/examples/gpio_starterled.c index aa2911a..a731b88 100644 --- a/apps/examples/sensorbd_demo/examples/gpio_starterled.c +++ b/apps/examples/sensorbd_demo/examples/gpio_starterled.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/i2c_mpu9250.c b/apps/examples/sensorbd_demo/examples/i2c_mpu9250.c index 39494dd..d1b8d5e 100644 --- a/apps/examples/sensorbd_demo/examples/i2c_mpu9250.c +++ b/apps/examples/sensorbd_demo/examples/i2c_mpu9250.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/i2c_mpu9250.h b/apps/examples/sensorbd_demo/examples/i2c_mpu9250.h index e92e625..4232daf 100644 --- a/apps/examples/sensorbd_demo/examples/i2c_mpu9250.h +++ b/apps/examples/sensorbd_demo/examples/i2c_mpu9250.h @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/i2c_tcs34725.c b/apps/examples/sensorbd_demo/examples/i2c_tcs34725.c index 3032b45..7d5f6d8 100644 --- a/apps/examples/sensorbd_demo/examples/i2c_tcs34725.c +++ b/apps/examples/sensorbd_demo/examples/i2c_tcs34725.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/pwm_buzzer.c b/apps/examples/sensorbd_demo/examples/pwm_buzzer.c index df42855..242318d 100644 --- a/apps/examples/sensorbd_demo/examples/pwm_buzzer.c +++ b/apps/examples/sensorbd_demo/examples/pwm_buzzer.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/pwm_led.c b/apps/examples/sensorbd_demo/examples/pwm_led.c index a49b75c..7ac4151 100644 --- a/apps/examples/sensorbd_demo/examples/pwm_led.c +++ b/apps/examples/sensorbd_demo/examples/pwm_led.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/spi_k6ds3.c b/apps/examples/sensorbd_demo/examples/spi_k6ds3.c index 6f9fc14..b209bca 100644 --- a/apps/examples/sensorbd_demo/examples/spi_k6ds3.c +++ b/apps/examples/sensorbd_demo/examples/spi_k6ds3.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/spi_lis3lv02qd.c b/apps/examples/sensorbd_demo/examples/spi_lis3lv02qd.c index 8bb207d..f3c105f 100644 --- a/apps/examples/sensorbd_demo/examples/spi_lis3lv02qd.c +++ b/apps/examples/sensorbd_demo/examples/spi_lis3lv02qd.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/examples/uart_loopback.c b/apps/examples/sensorbd_demo/examples/uart_loopback.c index 81bc16a..bd6eea6 100644 --- a/apps/examples/sensorbd_demo/examples/uart_loopback.c +++ b/apps/examples/sensorbd_demo/examples/uart_loopback.c @@ -1,6 +1,6 @@ /**************************************************************************** * - * Copyright 2016 Samsung Electronics All Rights Reserved. + * Copyright 2017 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/apps/examples/sensorbd_demo/sensorbd_main.c b/apps/examples/sensorbd_demo/sensorbd_main.c index 9539f7d..dceed59 100644 --- a/apps/examples/sensorbd_demo/sensorbd_main.c +++ b/apps/examples/sensorbd_demo/sensorbd_main.c @@ -1,3 +1,21 @@ +/**************************************************************************** + * + * Copyright 2017 Samsung Electronics All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, + * either express or implied. See the License for the specific + * language governing permissions and limitations under the License. + * + ****************************************************************************/ + #include #include -- 2.7.4