Fix wrong license and remove author from copyright paragraph
authorAhreum Jeong <ahreum.jeong@samsung.com>
Thu, 31 Aug 2017 05:18:08 +0000 (14:18 +0900)
committerAhreum Jeong <ahreum.jeong@samsung.com>
Thu, 31 Aug 2017 08:37:33 +0000 (17:37 +0900)
websocket_main.c, i2c_uio.c
 - Original copyright and license should be kept when we get another open source.

gpio.c
 - This is a file we made, not opensource

other files
 - We won't support author on copyright

apps/examples/timer/timer_main.c
apps/examples/websocket/websocket_main.c
os/arch/arm/src/s5j/chip/s5jt200_mct.h
os/arch/arm/src/s5j/s5j_mct.c
os/arch/arm/src/s5j/s5j_mct.h
os/arch/arm/src/s5j/s5j_mct_lowerhalf.c
os/drivers/i2c/i2c_uio.c
os/include/tinyara/gpio.h

index 1c7d974..8628697 100644 (file)
@@ -1,7 +1,6 @@
 /****************************************************************************
  *
  * Copyright 2017 Samsung Electronics All Rights Reserved.
- * Author: Jihun Ahn <jhun.ahn@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ec5be8e..7a74eab 100644 (file)
@@ -18,9 +18,6 @@
 /****************************************************************************
  * examples/websocket/websocket_main.c
  *
- *   Copyright (C) 2016 SAMSUNG ELECTRONICS CO., LTD. All rights reserved.
- *   Author: Jisuu Kim <jisuu.kim@samsung.com>
- *
  *   Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
index 134bbe9..865eccc 100644 (file)
@@ -1,7 +1,6 @@
 /****************************************************************************
  *
  * Copyright 2017 Samsung Electronics All Rights Reserved.
- * Author: Jihun Ahn <jhun.ahn@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 1704469..95162ca 100644 (file)
@@ -1,7 +1,6 @@
 /****************************************************************************
  *
  * Copyright 2017 Samsung Electronics All Rights Reserved.
- * Author: Jihun Ahn <jhun.ahn@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f5fe00b..e41f842 100644 (file)
@@ -1,7 +1,6 @@
 /****************************************************************************
  *
  * Copyright 2017 Samsung Electronics All Rights Reserved.
- * Author: Jihun Ahn <jhun.ahn@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4a08b15..f9345f8 100644 (file)
@@ -1,7 +1,6 @@
 /****************************************************************************
  *
  * Copyright 2017 Samsung Electronics All Rights Reserved.
- * Author: Jihun Ahn <jhun.ahn@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a8dcf0c..822c31c 100644 (file)
@@ -18,8 +18,8 @@
 /****************************************************************************
  * drivers/i2c/i2c_uio.c
  *
- *   Copyright (C) 2016 SAMSUNG ELECTRONICS CO., LTD. All rights reserved.
- *   Author: ByoungTae Cho <bt.cho@samsung.com>
+ *   Copyright (C) 2016 Gregory Nutt. All rights reserved.
+ *   Author: Gregory Nutt <gnutt@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index f082e29..bda1d45 100644 (file)
  * language governing permissions and limitations under the License.
  *
  ****************************************************************************/
-/****************************************************************************
- * include/tinyara/gpio.h
- *
- *   Copyright (C) 2016 SAMSUNG ELECTRONICS CO., LTD. All rights reserved.
- *   Author: ByoungTae Cho <bt.cho@samsung.com>
- *
- * 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 NuttX 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 OWNER 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.
- *
- ****************************************************************************/
 
 #ifndef __INCLUDE_TINYARA_GPIO_H
 #define __INCLUDE_TINYARA_GPIO_H