From cf65d27c94f2ed3d9bc7e299ec014b18398ac9cd Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Tue, 27 Oct 2020 00:03:23 +0100 Subject: [PATCH] boards/efm32: update copyright year --- boards/common/slwstk6000b/include/board.h | 2 +- boards/common/slwstk6000b/include/periph_conf.h | 2 +- boards/ikea-tradfri/board.c | 2 +- boards/ikea-tradfri/include/board.h | 2 +- boards/ikea-tradfri/include/gpio_params.h | 2 +- boards/ikea-tradfri/include/periph_conf.h | 2 +- boards/slstk3401a/board.c | 2 +- boards/slstk3401a/include/board.h | 2 +- boards/slstk3401a/include/gpio_params.h | 2 +- boards/slstk3401a/include/periph_conf.h | 2 +- boards/slstk3402a/board.c | 2 +- boards/slstk3402a/include/board.h | 2 +- boards/slstk3402a/include/gpio_params.h | 2 +- boards/slstk3402a/include/periph_conf.h | 2 +- boards/sltb001a/board.c | 2 +- boards/sltb001a/include/board.h | 2 +- boards/sltb001a/include/gpio_params.h | 2 +- boards/sltb001a/include/periph_conf.h | 2 +- boards/stk3200/board.c | 2 +- boards/stk3200/include/board.h | 2 +- boards/stk3200/include/gpio_params.h | 2 +- boards/stk3200/include/periph_conf.h | 2 +- boards/stk3600/board.c | 2 +- boards/stk3600/include/board.h | 2 +- boards/stk3600/include/gpio_params.h | 2 +- boards/stk3600/include/periph_conf.h | 2 +- boards/stk3700/board.c | 2 +- boards/stk3700/include/board.h | 2 +- boards/stk3700/include/gpio_params.h | 2 +- boards/stk3700/include/periph_conf.h | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/boards/common/slwstk6000b/include/board.h b/boards/common/slwstk6000b/include/board.h index 681ec0e56a..f7c4e34f16 100644 --- a/boards/common/slwstk6000b/include/board.h +++ b/boards/common/slwstk6000b/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/common/slwstk6000b/include/periph_conf.h b/boards/common/slwstk6000b/include/periph_conf.h index 7f74dd90b9..f99ae9fdd6 100644 --- a/boards/common/slwstk6000b/include/periph_conf.h +++ b/boards/common/slwstk6000b/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/ikea-tradfri/board.c b/boards/ikea-tradfri/board.c index abd8faedd5..d5fadb3d9b 100644 --- a/boards/ikea-tradfri/board.c +++ b/boards/ikea-tradfri/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Bas Stottelaar + * Copyright (C) 2017-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/ikea-tradfri/include/board.h b/boards/ikea-tradfri/include/board.h index 6e092279d5..8a4c0db91d 100644 --- a/boards/ikea-tradfri/include/board.h +++ b/boards/ikea-tradfri/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Bas Stottelaar + * Copyright (C) 2017-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/ikea-tradfri/include/gpio_params.h b/boards/ikea-tradfri/include/gpio_params.h index 6d0748615b..f5bec67fb2 100644 --- a/boards/ikea-tradfri/include/gpio_params.h +++ b/boards/ikea-tradfri/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Bas Stottelaar + * Copyright (C) 2017-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/ikea-tradfri/include/periph_conf.h b/boards/ikea-tradfri/include/periph_conf.h index 98122ea566..f32a46703f 100644 --- a/boards/ikea-tradfri/include/periph_conf.h +++ b/boards/ikea-tradfri/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Bas Stottelaar + * Copyright (C) 2017-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3401a/board.c b/boards/slstk3401a/board.c index 3a346efd77..11524e7dfb 100644 --- a/boards/slstk3401a/board.c +++ b/boards/slstk3401a/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3401a/include/board.h b/boards/slstk3401a/include/board.h index 6894b13576..66bc4ceefd 100644 --- a/boards/slstk3401a/include/board.h +++ b/boards/slstk3401a/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3401a/include/gpio_params.h b/boards/slstk3401a/include/gpio_params.h index 460b44b940..76a0ae03f2 100644 --- a/boards/slstk3401a/include/gpio_params.h +++ b/boards/slstk3401a/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar + * Copyright (C) 2016-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3401a/include/periph_conf.h b/boards/slstk3401a/include/periph_conf.h index dc034e4f16..f06f669a05 100644 --- a/boards/slstk3401a/include/periph_conf.h +++ b/boards/slstk3401a/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3402a/board.c b/boards/slstk3402a/board.c index 1ceed57ef9..e3a9676003 100644 --- a/boards/slstk3402a/board.c +++ b/boards/slstk3402a/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3402a/include/board.h b/boards/slstk3402a/include/board.h index 3b3c6e12dd..bdcb2aa644 100644 --- a/boards/slstk3402a/include/board.h +++ b/boards/slstk3402a/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3402a/include/gpio_params.h b/boards/slstk3402a/include/gpio_params.h index b7f0a996ba..8e6ad91866 100644 --- a/boards/slstk3402a/include/gpio_params.h +++ b/boards/slstk3402a/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar + * Copyright (C) 2016-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/slstk3402a/include/periph_conf.h b/boards/slstk3402a/include/periph_conf.h index 866be39ede..a17244c714 100644 --- a/boards/slstk3402a/include/periph_conf.h +++ b/boards/slstk3402a/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/sltb001a/board.c b/boards/sltb001a/board.c index c193dbbd9e..0fa85066e5 100644 --- a/boards/sltb001a/board.c +++ b/boards/sltb001a/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/sltb001a/include/board.h b/boards/sltb001a/include/board.h index aced867dc1..1bef11f897 100644 --- a/boards/sltb001a/include/board.h +++ b/boards/sltb001a/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/sltb001a/include/gpio_params.h b/boards/sltb001a/include/gpio_params.h index fde408fbe3..d9fd683c14 100644 --- a/boards/sltb001a/include/gpio_params.h +++ b/boards/sltb001a/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar + * Copyright (C) 2016-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/sltb001a/include/periph_conf.h b/boards/sltb001a/include/periph_conf.h index 7662a53bff..184fde39a1 100644 --- a/boards/sltb001a/include/periph_conf.h +++ b/boards/sltb001a/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3200/board.c b/boards/stk3200/board.c index 1b42093002..bc97716916 100644 --- a/boards/stk3200/board.c +++ b/boards/stk3200/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3200/include/board.h b/boards/stk3200/include/board.h index d4b5074214..f80e79ba82 100644 --- a/boards/stk3200/include/board.h +++ b/boards/stk3200/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3200/include/gpio_params.h b/boards/stk3200/include/gpio_params.h index 123886c6a7..b4d981dbe2 100644 --- a/boards/stk3200/include/gpio_params.h +++ b/boards/stk3200/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar + * Copyright (C) 2016-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3200/include/periph_conf.h b/boards/stk3200/include/periph_conf.h index a5b385057b..a337daeea9 100644 --- a/boards/stk3200/include/periph_conf.h +++ b/boards/stk3200/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3600/board.c b/boards/stk3600/board.c index 19f1453ff1..1204cb6d34 100644 --- a/boards/stk3600/board.c +++ b/boards/stk3600/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3600/include/board.h b/boards/stk3600/include/board.h index 60822e884b..224d642bf4 100644 --- a/boards/stk3600/include/board.h +++ b/boards/stk3600/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3600/include/gpio_params.h b/boards/stk3600/include/gpio_params.h index b6013e9920..b64fe95b22 100644 --- a/boards/stk3600/include/gpio_params.h +++ b/boards/stk3600/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar + * Copyright (C) 2016-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3600/include/periph_conf.h b/boards/stk3600/include/periph_conf.h index 42a6493cd8..190f6bc021 100644 --- a/boards/stk3600/include/periph_conf.h +++ b/boards/stk3600/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3700/board.c b/boards/stk3700/board.c index 27b36725d6..385fb87737 100644 --- a/boards/stk3700/board.c +++ b/boards/stk3700/board.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3700/include/board.h b/boards/stk3700/include/board.h index 58fc3f02cd..2e58eeb6a9 100644 --- a/boards/stk3700/include/board.h +++ b/boards/stk3700/include/board.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3700/include/gpio_params.h b/boards/stk3700/include/gpio_params.h index c577e417b7..40cc181381 100644 --- a/boards/stk3700/include/gpio_params.h +++ b/boards/stk3700/include/gpio_params.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar + * Copyright (C) 2016-2020 Bas Stottelaar * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/boards/stk3700/include/periph_conf.h b/boards/stk3700/include/periph_conf.h index e63f566fa0..d28188a69b 100644 --- a/boards/stk3700/include/periph_conf.h +++ b/boards/stk3700/include/periph_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin + * Copyright (C) 2015-2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level