From 4d4f82fd060af55bb5db4660ab6947fb88017302 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 19 Dec 2018 12:47:20 +0900 Subject: [PATCH] Update copyright notice. --- chopstx.h | 2 +- mcu/usb-mkl27z.c | 2 +- mcu/usb-stm32f103.c | 2 +- mcu/usb-usbip.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chopstx.h b/chopstx.h index bb3a8e6..a36a74b 100644 --- a/chopstx.h +++ b/chopstx.h @@ -1,7 +1,7 @@ /* * chopstx.h - Threads and only threads. * - * Copyright (C) 2013, 2016, 2017 Flying Stone Technology + * Copyright (C) 2013, 2016, 2017, 2018 Flying Stone Technology * Author: NIIBE Yutaka * * This file is a part of Chopstx, a thread library for embedded. diff --git a/mcu/usb-mkl27z.c b/mcu/usb-mkl27z.c index c972c45..d3fb2fe 100644 --- a/mcu/usb-mkl27z.c +++ b/mcu/usb-mkl27z.c @@ -1,7 +1,7 @@ /* * usb-mkl27z.c - USB driver for MKL27Z * - * Copyright (C) 2016 Flying Stone Technology + * Copyright (C) 2016, 2018 Flying Stone Technology * Author: NIIBE Yutaka * * This file is a part of Chopstx, a thread library for embedded. diff --git a/mcu/usb-stm32f103.c b/mcu/usb-stm32f103.c index e204ece..79a7bfa 100644 --- a/mcu/usb-stm32f103.c +++ b/mcu/usb-stm32f103.c @@ -1,7 +1,7 @@ /* * usb-stm32f103.c - USB driver for STM32F103 * - * Copyright (C) 2016, 2017 Flying Stone Technology + * Copyright (C) 2016, 2017, 2018 Flying Stone Technology * Author: NIIBE Yutaka * * This file is a part of Chopstx, a thread library for embedded. diff --git a/mcu/usb-usbip.c b/mcu/usb-usbip.c index 3693e15..ed84028 100644 --- a/mcu/usb-usbip.c +++ b/mcu/usb-usbip.c @@ -1,7 +1,7 @@ /* * usb-usbip.c - USB Device Emulation (server side) by USBIP * - * Copyright (C) 2017 g10 Code GmbH + * Copyright (C) 2017, 2018 g10 Code GmbH * Author: NIIBE Yutaka * * This file is a part of Chopstx, a thread library for embedded.