From a880df4c0af41d534d0628828acac605afc932b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 17 Feb 2020 14:00:48 +0100 Subject: [PATCH] update copyright --- lib/ir_nec.c | 2 +- lib/ir_nec.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ir_nec.c b/lib/ir_nec.c index f3a265f..9f5883c 100644 --- a/lib/ir_nec.c +++ b/lib/ir_nec.c @@ -15,7 +15,7 @@ /** library to decode InfraRed NEC code * @file * @author King Kévin - * @date 2018 + * @date 2018-2020 * @note peripherals used: timer channel @ref ir_nec_timer */ diff --git a/lib/ir_nec.h b/lib/ir_nec.h index 81cb341..8e09096 100644 --- a/lib/ir_nec.h +++ b/lib/ir_nec.h @@ -15,7 +15,7 @@ /** library to decode InfraRed NEC code * @file * @author King Kévin - * @date 2018 + * @date 2018-2020 * @note peripherals used: timer channel @ref ir_nec_timer */ #pragma once