From bc9b3ecaae7b56fc36cdbfc4eef19239ff19ea13 Mon Sep 17 00:00:00 2001 From: Matthew Blue Date: Tue, 22 May 2018 22:35:16 -0400 Subject: [PATCH] */ads101x: copyright notice update --- drivers/ads101x/ads101x.c | 2 +- drivers/ads101x/ads101x_saul.c | 2 +- drivers/ads101x/include/ads101x_params.h | 2 +- drivers/ads101x/include/ads101x_regs.h | 2 +- drivers/include/ads101x.h | 2 +- sys/auto_init/saul/auto_init_ads101x.c | 2 +- tests/driver_ads101x/main.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/ads101x/ads101x.c b/drivers/ads101x/ads101x.c index 1c03a475bf..e477fbe17a 100644 --- a/drivers/ads101x/ads101x.c +++ b/drivers/ads101x/ads101x.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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/drivers/ads101x/ads101x_saul.c b/drivers/ads101x/ads101x_saul.c index 76021bf44f..95a32dc246 100644 --- a/drivers/ads101x/ads101x_saul.c +++ b/drivers/ads101x/ads101x_saul.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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/drivers/ads101x/include/ads101x_params.h b/drivers/ads101x/include/ads101x_params.h index 22f9867500..2e92fcc3c8 100644 --- a/drivers/ads101x/include/ads101x_params.h +++ b/drivers/ads101x/include/ads101x_params.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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/drivers/ads101x/include/ads101x_regs.h b/drivers/ads101x/include/ads101x_regs.h index 128e6da134..a5f6173697 100644 --- a/drivers/ads101x/include/ads101x_regs.h +++ b/drivers/ads101x/include/ads101x_regs.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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/drivers/include/ads101x.h b/drivers/include/ads101x.h index 7f3e689dc5..e65497cfab 100644 --- a/drivers/include/ads101x.h +++ b/drivers/include/ads101x.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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/sys/auto_init/saul/auto_init_ads101x.c b/sys/auto_init/saul/auto_init_ads101x.c index 1178af196e..4291fc3791 100644 --- a/sys/auto_init/saul/auto_init_ads101x.c +++ b/sys/auto_init/saul/auto_init_ads101x.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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/tests/driver_ads101x/main.c b/tests/driver_ads101x/main.c index 3ecd0cb108..d79fa6e28b 100644 --- a/tests/driver_ads101x/main.c +++ b/tests/driver_ads101x/main.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2017 OTA keys S.A. - * 2018 Matthew Blue + * 2018 Acutam Automation, LLC * * 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