diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:23:09 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:46:23 +0200 |
commit | 310cabd8353607a0882c7dea83a8bd328d32d5c9 (patch) | |
tree | aac3a6a17d1da9d1253dbb77a6c0faef12d0308d /src/plugins | |
parent | 0025bdbef1196740045822fc985f759614e70428 (diff) |
Update Copyright to 2019
Change-Id: I37c68670c2dcae4ef3ade5fa9579a18ff9c7b10f
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/influxdb-reader.c | 2 | ||||
-rw-r--r-- | src/plugins/influxdb-writer.c | 2 | ||||
-rw-r--r-- | src/plugins/influxdb.c | 2 | ||||
-rw-r--r-- | src/plugins/influxdb.h | 2 | ||||
-rw-r--r-- | src/plugins/tsdb.c | 2 | ||||
-rw-r--r-- | src/plugins/tsdb.h | 2 |
6 files changed, 6 insertions, 6 deletions
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" <romain.forlot@iot.bzh> * * 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" <romain.forlot@iot.bzh> * * 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" <romain.forlot@iot.bzh> * * 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" <romain.forlot@iot.bzh> * * 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" <romain.forlot@iot.bzh> * * 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" <romain.forlot@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); |