From 310cabd8353607a0882c7dea83a8bd328d32d5c9 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 1 Aug 2019 17:23:09 +0200 Subject: Update Copyright to 2019 Change-Id: I37c68670c2dcae4ef3ade5fa9579a18ff9c7b10f Signed-off-by: Sebastien Douheret --- autobuild/agl/autobuild | 2 +- autobuild/linux/autobuild | 2 +- src/harvester-binding.c | 2 +- src/harvester-binding.h | 2 +- src/plugins/influxdb-reader.c | 2 +- src/plugins/influxdb-writer.c | 2 +- src/plugins/influxdb.c | 2 +- src/plugins/influxdb.h | 2 +- src/plugins/tsdb.c | 2 +- src/plugins/tsdb.h | 2 +- src/utils/list.c | 2 +- src/utils/list.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/autobuild/agl/autobuild b/autobuild/agl/autobuild index db00c1a..b8780c5 100755 --- a/autobuild/agl/autobuild +++ b/autobuild/agl/autobuild @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# Copyright (C) 2015 - 2018 "IoT.bzh" +# Copyright (C) 2015 - 2019 "IoT.bzh" # Author "Romain Forlot" # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/autobuild/linux/autobuild b/autobuild/linux/autobuild index db00c1a..b8780c5 100755 --- a/autobuild/linux/autobuild +++ b/autobuild/linux/autobuild @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# Copyright (C) 2015 - 2018 "IoT.bzh" +# Copyright (C) 2015 - 2019 "IoT.bzh" # Author "Romain Forlot" # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/harvester-binding.c b/src/harvester-binding.c index a78290e..5968fba 100644 --- a/src/harvester-binding.c +++ b/src/harvester-binding.c @@ -1,5 +1,5 @@ /* -* Copyright (C) 2016 "IoT.bzh" +* Copyright (C) 2016-2019 "IoT.bzh" * Author Fulup Ar Foll * Author Romain Forlot * diff --git a/src/harvester-binding.h b/src/harvester-binding.h index 7ac00a0..d0e64da 100644 --- a/src/harvester-binding.h +++ b/src/harvester-binding.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016 - 2019 "IoT.bzh" * Author Fulup Ar Foll * Author Romain Forlot * diff --git a/src/plugins/influxdb-reader.c b/src/plugins/influxdb-reader.c index b6c9c25..85a52a9 100644 --- a/src/plugins/influxdb-reader.c +++ b/src/plugins/influxdb-reader.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/influxdb-writer.c b/src/plugins/influxdb-writer.c index 45f5fb2..2ef3813 100644 --- a/src/plugins/influxdb-writer.c +++ b/src/plugins/influxdb-writer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/influxdb.c b/src/plugins/influxdb.c index a3b61c7..a175c0e 100644 --- a/src/plugins/influxdb.c +++ b/src/plugins/influxdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/influxdb.h b/src/plugins/influxdb.h index 54af5fc..0caf22e 100644 --- a/src/plugins/influxdb.h +++ b/src/plugins/influxdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/tsdb.c b/src/plugins/tsdb.c index 27ae067..7a4394e 100644 --- a/src/plugins/tsdb.c +++ b/src/plugins/tsdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/tsdb.h b/src/plugins/tsdb.h index ac5a103..0a84556 100644 --- a/src/plugins/tsdb.h +++ b/src/plugins/tsdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/utils/list.c b/src/utils/list.c index 030c759..aca7e23 100644 --- a/src/utils/list.c +++ b/src/utils/list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/utils/list.h b/src/utils/list.h index c0d559f..1a6ae92 100644 --- a/src/utils/list.h +++ b/src/utils/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018 - 2019 "IoT.bzh" * Author "Romain Forlot" * * Licensed under the Apache License, Version 2.0 (the "License"); -- cgit 1.2.3-korg