From d7b41cd35f6fd04c4987c617e1f22cf0c5b3872a Mon Sep 17 00:00:00 2001 From: mbanth Date: Tue, 11 Jan 2022 14:22:03 +0000 Subject: [PATCH] Update copyright date range --- lib_xua/src/core/buffer/ep/ep_buffer.xc | 2 +- lib_xua/src/hid/hid.xc | 2 +- lib_xua/src/hid/hid_report.c | 2 +- lib_xua/src/hid/xua_hid.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib_xua/src/core/buffer/ep/ep_buffer.xc b/lib_xua/src/core/buffer/ep/ep_buffer.xc index ac1a233c..fa79f198 100644 --- a/lib_xua/src/core/buffer/ep/ep_buffer.xc +++ b/lib_xua/src/core/buffer/ep/ep_buffer.xc @@ -1,4 +1,4 @@ -// Copyright 2011-2021 XMOS LIMITED. +// Copyright 2011-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN diff --git a/lib_xua/src/hid/hid.xc b/lib_xua/src/hid/hid.xc index bc42d1dd..1ceeaa8e 100644 --- a/lib_xua/src/hid/hid.xc +++ b/lib_xua/src/hid/hid.xc @@ -1,4 +1,4 @@ -// Copyright 2019-2021 XMOS LIMITED. +// Copyright 2019-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/lib_xua/src/hid/hid_report.c b/lib_xua/src/hid/hid_report.c index 0308c9ed..937d885e 100644 --- a/lib_xua/src/hid/hid_report.c +++ b/lib_xua/src/hid/hid_report.c @@ -1,4 +1,4 @@ -// Copyright 2021 XMOS LIMITED. +// Copyright 2021-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/lib_xua/src/hid/xua_hid.h b/lib_xua/src/hid/xua_hid.h index 6e5d31b2..6730a57e 100644 --- a/lib_xua/src/hid/xua_hid.h +++ b/lib_xua/src/hid/xua_hid.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 XMOS LIMITED. +// Copyright 2019-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. /**