summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/afb-api-dbus.c2
-rw-r--r--src/afb-api-dbus.h2
-rw-r--r--src/afb-api-dyn.c2
-rw-r--r--src/afb-api-dyn.h2
-rw-r--r--src/afb-api-so-v1.c2
-rw-r--r--src/afb-api-so-v1.h2
-rw-r--r--src/afb-api-so-v2.c2
-rw-r--r--src/afb-api-so-v2.h2
-rw-r--r--src/afb-api-so-vdyn.c2
-rw-r--r--src/afb-api-so-vdyn.h2
-rw-r--r--src/afb-api-so.c2
-rw-r--r--src/afb-api-so.h2
-rw-r--r--src/afb-api-ws.c2
-rw-r--r--src/afb-api-ws.h2
-rw-r--r--src/afb-api.c2
-rw-r--r--src/afb-api.h2
-rw-r--r--src/afb-apiset.c2
-rw-r--r--src/afb-apiset.h2
-rw-r--r--src/afb-auth.c2
-rw-r--r--src/afb-auth.h2
-rw-r--r--src/afb-client-demo.c2
-rw-r--r--src/afb-common.c2
-rw-r--r--src/afb-common.h2
-rw-r--r--src/afb-config.c2
-rw-r--r--src/afb-config.h2
-rw-r--r--src/afb-context.c2
-rw-r--r--src/afb-context.h2
-rw-r--r--src/afb-cred.c2
-rw-r--r--src/afb-cred.h2
-rw-r--r--src/afb-debug.c2
-rw-r--r--src/afb-debug.h2
-rw-r--r--src/afb-evt.c2
-rw-r--r--src/afb-evt.h2
-rw-r--r--src/afb-export.c2
-rw-r--r--src/afb-export.h2
-rw-r--r--src/afb-hook.c2
-rw-r--r--src/afb-hook.h2
-rw-r--r--src/afb-hreq.c2
-rw-r--r--src/afb-hreq.h2
-rw-r--r--src/afb-hsrv.c2
-rw-r--r--src/afb-hsrv.h2
-rw-r--r--src/afb-hswitch.c2
-rw-r--r--src/afb-hswitch.h2
-rw-r--r--src/afb-method.c2
-rw-r--r--src/afb-method.h2
-rw-r--r--src/afb-monitor.c2
-rw-r--r--src/afb-monitor.h2
-rw-r--r--src/afb-msg-json.c2
-rw-r--r--src/afb-msg-json.h2
-rw-r--r--src/afb-proto-ws.c2
-rw-r--r--src/afb-proto-ws.h2
-rw-r--r--src/afb-session.c2
-rw-r--r--src/afb-session.h2
-rw-r--r--src/afb-stub-ws.c2
-rw-r--r--src/afb-stub-ws.h2
-rw-r--r--src/afb-supervision.c2
-rw-r--r--src/afb-supervision.h2
-rw-r--r--src/afb-systemd.c2
-rw-r--r--src/afb-systemd.h2
-rw-r--r--src/afb-trace.c2
-rw-r--r--src/afb-trace.h2
-rw-r--r--src/afb-websock.c2
-rw-r--r--src/afb-websock.h2
-rw-r--r--src/afb-ws-client.c2
-rw-r--r--src/afb-ws-client.h2
-rw-r--r--src/afb-ws-json1.c2
-rw-r--r--src/afb-ws-json1.h2
-rw-r--r--src/afb-ws.c2
-rw-r--r--src/afb-ws.h2
-rw-r--r--src/afb-wsj1.c2
-rw-r--r--src/afb-wsj1.h2
-rw-r--r--src/afb-xreq.c2
-rw-r--r--src/afb-xreq.h2
-rw-r--r--src/afs-config.c2
-rw-r--r--src/afs-config.h2
-rw-r--r--src/afs-discover.c2
-rw-r--r--src/afs-main.c2
-rw-r--r--src/afs-supervision.h2
-rw-r--r--src/afs-supervisor.c2
-rw-r--r--src/devtools/CMakeLists.txt2
-rw-r--r--src/devtools/exprefs.c2
-rw-r--r--src/devtools/genskel.c2
-rw-r--r--src/devtools/json2c.c2
-rw-r--r--src/jobs-fake.c2
-rw-r--r--src/jobs.c2
-rw-r--r--src/jobs.h2
-rw-r--r--src/locale-root.c2
-rw-r--r--src/locale-root.h2
-rw-r--r--src/main.c2
-rw-r--r--src/process-name.c2
-rw-r--r--src/process-name.h2
-rw-r--r--src/sig-monitor.c2
-rw-r--r--src/sig-monitor.h2
-rw-r--r--src/subpath.c2
-rw-r--r--src/subpath.h2
-rw-r--r--src/tests/CMakeLists.txt2
-rw-r--r--src/tests/session/CMakeLists.txt2
-rw-r--r--src/verbose.c2
-rw-r--r--src/verbose.h2
-rw-r--r--src/websock.c2
-rw-r--r--src/websock.h2
-rw-r--r--src/wrap-json.c2
-rw-r--r--src/wrap-json.h2
104 files changed, 104 insertions, 104 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d7cde903..07fcb8b7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2015, 2016, 2017 IoT.bzh
+# Copyright (C) 2015-2018 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c
index eeadb9cf..98c26930 100644
--- a/src/afb-api-dbus.c
+++ b/src/afb-api-dbus.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-dbus.h b/src/afb-api-dbus.h
index 221b52dd..90f20c16 100644
--- a/src/afb-api-dbus.h
+++ b/src/afb-api-dbus.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-dyn.c b/src/afb-api-dyn.c
index 2ef1b1a5..c2d6cdc4 100644
--- a/src/afb-api-dyn.c
+++ b/src/afb-api-dyn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h
index 21626eed..107d944e 100644
--- a/src/afb-api-dyn.h
+++ b/src/afb-api-dyn.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so-v1.c b/src/afb-api-so-v1.c
index c77ab724..985a113d 100644
--- a/src/afb-api-so-v1.c
+++ b/src/afb-api-so-v1.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so-v1.h b/src/afb-api-so-v1.h
index be8f8401..42f18a19 100644
--- a/src/afb-api-so-v1.h
+++ b/src/afb-api-so-v1.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so-v2.c b/src/afb-api-so-v2.c
index 5954eb11..fb901f58 100644
--- a/src/afb-api-so-v2.c
+++ b/src/afb-api-so-v2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so-v2.h b/src/afb-api-so-v2.h
index 82600fa4..87cd80d5 100644
--- a/src/afb-api-so-v2.h
+++ b/src/afb-api-so-v2.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so-vdyn.c b/src/afb-api-so-vdyn.c
index c2ac2cf2..300aa130 100644
--- a/src/afb-api-so-vdyn.c
+++ b/src/afb-api-so-vdyn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so-vdyn.h b/src/afb-api-so-vdyn.h
index 90a686a4..05d96235 100644
--- a/src/afb-api-so-vdyn.h
+++ b/src/afb-api-so-vdyn.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so.c b/src/afb-api-so.c
index b285d4ad..87916cbb 100644
--- a/src/afb-api-so.c
+++ b/src/afb-api-so.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so.h b/src/afb-api-so.h
index c831567a..d37f77c6 100644
--- a/src/afb-api-so.h
+++ b/src/afb-api-so.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c
index 489b43b1..190c2fd8 100644
--- a/src/afb-api-ws.c
+++ b/src/afb-api-ws.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h
index fadb3cb5..123efb73 100644
--- a/src/afb-api-ws.h
+++ b/src/afb-api-ws.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api.c b/src/afb-api.c
index 7c4598d2..54ee5945 100644
--- a/src/afb-api.c
+++ b/src/afb-api.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-api.h b/src/afb-api.h
index ff1bc108..60e95b11 100644
--- a/src/afb-api.h
+++ b/src/afb-api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-apiset.c b/src/afb-apiset.c
index ae1d9460..a373c207 100644
--- a/src/afb-apiset.c
+++ b/src/afb-apiset.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-apiset.h b/src/afb-apiset.h
index 069d560d..55068dd3 100644
--- a/src/afb-apiset.h
+++ b/src/afb-apiset.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-auth.c b/src/afb-auth.c
index a5ad0ea4..47a98d5a 100644
--- a/src/afb-auth.c
+++ b/src/afb-auth.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-auth.h b/src/afb-auth.h
index 4616c9d8..3b719817 100644
--- a/src/afb-auth.h
+++ b/src/afb-auth.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-client-demo.c b/src/afb-client-demo.c
index 701fdcff..b41021ab 100644
--- a/src/afb-client-demo.c
+++ b/src/afb-client-demo.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-common.c b/src/afb-common.c
index 88638d43..b69e1572 100644
--- a/src/afb-common.c
+++ b/src/afb-common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-common.h b/src/afb-common.h
index c5ceb2a0..261dbd9e 100644
--- a/src/afb-common.h
+++ b/src/afb-common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-config.c b/src/afb-config.c
index 6c77c1db..b23619e4 100644
--- a/src/afb-config.c
+++ b/src/afb-config.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-config.h b/src/afb-config.h
index c46cd5ac..2d2ccf35 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/afb-context.c b/src/afb-context.c
index 3c0b82c1..13733ce6 100644
--- a/src/afb-context.c
+++ b/src/afb-context.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-context.h b/src/afb-context.h
index a3e4e568..687155bb 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-cred.c b/src/afb-cred.c
index eda0c9dd..f09d4441 100644
--- a/src/afb-cred.c
+++ b/src/afb-cred.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-cred.h b/src/afb-cred.h
index 6f8173f6..7ee4723c 100644
--- a/src/afb-cred.h
+++ b/src/afb-cred.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-debug.c b/src/afb-debug.c
index 33d161e7..d2a17714 100644
--- a/src/afb-debug.c
+++ b/src/afb-debug.c
@@ -1,5 +1,5 @@
/*
- Copyright 2017 IoT.bzh
+ Copyright (C) 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afb-debug.h b/src/afb-debug.h
index 51982cc8..1941dbb2 100644
--- a/src/afb-debug.h
+++ b/src/afb-debug.h
@@ -1,5 +1,5 @@
/*
- Copyright 2017 IoT.bzh
+ Copyright (C) 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afb-evt.c b/src/afb-evt.c
index 0f24b8e9..6b94ce8c 100644
--- a/src/afb-evt.c
+++ b/src/afb-evt.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-evt.h b/src/afb-evt.h
index 76152a8b..c3999df2 100644
--- a/src/afb-evt.h
+++ b/src/afb-evt.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-export.c b/src/afb-export.c
index b9321833..12adf08d 100644
--- a/src/afb-export.c
+++ b/src/afb-export.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-export.h b/src/afb-export.h
index ff9dc10e..5acca207 100644
--- a/src/afb-export.h
+++ b/src/afb-export.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hook.c b/src/afb-hook.c
index 33cb91bf..a3748342 100644
--- a/src/afb-hook.c
+++ b/src/afb-hook.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hook.h b/src/afb-hook.h
index 3ab98468..52d83355 100644
--- a/src/afb-hook.h
+++ b/src/afb-hook.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hreq.c b/src/afb-hreq.c
index 3a47766f..012debbd 100644
--- a/src/afb-hreq.c
+++ b/src/afb-hreq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hreq.h b/src/afb-hreq.h
index ff394e03..b501af6a 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c
index 1db59cd3..7988bfc9 100644
--- a/src/afb-hsrv.c
+++ b/src/afb-hsrv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h
index dc409c8e..c03894aa 100644
--- a/src/afb-hsrv.h
+++ b/src/afb-hsrv.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017 "IoT.bzh"
+ Copyright (C) 2016, 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afb-hswitch.c b/src/afb-hswitch.c
index 8132f232..77c67df2 100644
--- a/src/afb-hswitch.c
+++ b/src/afb-hswitch.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h
index 7fc8049a..92273a0a 100644
--- a/src/afb-hswitch.h
+++ b/src/afb-hswitch.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-method.c b/src/afb-method.c
index 5aae2f82..3a4c35bb 100644
--- a/src/afb-method.c
+++ b/src/afb-method.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-method.h b/src/afb-method.h
index 26b6ca48..215cd02c 100644
--- a/src/afb-method.h
+++ b/src/afb-method.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-monitor.c b/src/afb-monitor.c
index 8876f4c6..18ea606b 100644
--- a/src/afb-monitor.c
+++ b/src/afb-monitor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-monitor.h b/src/afb-monitor.h
index d8827b99..1f3c1446 100644
--- a/src/afb-monitor.h
+++ b/src/afb-monitor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-msg-json.c b/src/afb-msg-json.c
index 6aaec434..7597f80f 100644
--- a/src/afb-msg-json.c
+++ b/src/afb-msg-json.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h
index b2f75f2d..e18ca0a9 100644
--- a/src/afb-msg-json.h
+++ b/src/afb-msg-json.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-proto-ws.c b/src/afb-proto-ws.c
index 56669e59..e1993abe 100644
--- a/src/afb-proto-ws.c
+++ b/src/afb-proto-ws.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-proto-ws.h b/src/afb-proto-ws.h
index cef7eadb..d674af3d 100644
--- a/src/afb-proto-ws.h
+++ b/src/afb-proto-ws.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-session.c b/src/afb-session.c
index 1e3f5085..8c0f77b8 100644
--- a/src/afb-session.c
+++ b/src/afb-session.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author: José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-session.h b/src/afb-session.h
index 8e2ee3d6..12b30c41 100644
--- a/src/afb-session.h
+++ b/src/afb-session.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c
index 136bb358..e725d5ad 100644
--- a/src/afb-stub-ws.c
+++ b/src/afb-stub-ws.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-stub-ws.h b/src/afb-stub-ws.h
index 3bb56feb..aa643363 100644
--- a/src/afb-stub-ws.h
+++ b/src/afb-stub-ws.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-supervision.c b/src/afb-supervision.c
index 0884bc96..4d471e86 100644
--- a/src/afb-supervision.c
+++ b/src/afb-supervision.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-supervision.h b/src/afb-supervision.h
index 70f8a128..5ffd432e 100644
--- a/src/afb-supervision.h
+++ b/src/afb-supervision.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-systemd.c b/src/afb-systemd.c
index fe47967f..5ba695ba 100644
--- a/src/afb-systemd.c
+++ b/src/afb-systemd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-systemd.h b/src/afb-systemd.h
index bf0c6a9c..76c41ca6 100644
--- a/src/afb-systemd.h
+++ b/src/afb-systemd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-trace.c b/src/afb-trace.c
index 125a9d61..5404a5af 100644
--- a/src/afb-trace.c
+++ b/src/afb-trace.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-trace.h b/src/afb-trace.h
index 2d3b0beb..5056fb25 100644
--- a/src/afb-trace.h
+++ b/src/afb-trace.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-websock.c b/src/afb-websock.c
index e062cf77..257bd193 100644
--- a/src/afb-websock.c
+++ b/src/afb-websock.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-websock.h b/src/afb-websock.h
index c9445425..cfbf1ec0 100644
--- a/src/afb-websock.h
+++ b/src/afb-websock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-client.c b/src/afb-ws-client.c
index 7e1a04f1..d694e272 100644
--- a/src/afb-ws-client.c
+++ b/src/afb-ws-client.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-client.h b/src/afb-ws-client.h
index fc9fa06a..574eb9b0 100644
--- a/src/afb-ws-client.h
+++ b/src/afb-ws-client.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c
index 68565aa2..315bee8e 100644
--- a/src/afb-ws-json1.c
+++ b/src/afb-ws-json1.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-json1.h b/src/afb-ws-json1.h
index 024dd8c0..5bc9426f 100644
--- a/src/afb-ws-json1.h
+++ b/src/afb-ws-json1.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws.c b/src/afb-ws.c
index ef73addd..ca04c7fe 100644
--- a/src/afb-ws.c
+++ b/src/afb-ws.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws.h b/src/afb-ws.h
index 0af236ef..f43ec959 100644
--- a/src/afb-ws.h
+++ b/src/afb-ws.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-wsj1.c b/src/afb-wsj1.c
index 3876c322..79cb66e9 100644
--- a/src/afb-wsj1.c
+++ b/src/afb-wsj1.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-wsj1.h b/src/afb-wsj1.h
index 86c7cfdb..3940701a 100644
--- a/src/afb-wsj1.h
+++ b/src/afb-wsj1.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-xreq.c b/src/afb-xreq.c
index cee1a668..582e9b72 100644
--- a/src/afb-xreq.c
+++ b/src/afb-xreq.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-xreq.h b/src/afb-xreq.h
index 6da614e1..e2b09db0 100644
--- a/src/afb-xreq.h
+++ b/src/afb-xreq.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afs-config.c b/src/afs-config.c
index 80504d05..3cb851be 100644
--- a/src/afs-config.c
+++ b/src/afs-config.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afs-config.h b/src/afs-config.h
index 826f6a25..ca7dfc24 100644
--- a/src/afs-config.h
+++ b/src/afs-config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/afs-discover.c b/src/afs-discover.c
index cad95574..ff04c539 100644
--- a/src/afs-discover.c
+++ b/src/afs-discover.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afs-main.c b/src/afs-main.c
index 99689e90..980a1bce 100644
--- a/src/afs-main.c
+++ b/src/afs-main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afs-supervision.h b/src/afs-supervision.h
index edfa6a1b..fe3d2718 100644
--- a/src/afs-supervision.h
+++ b/src/afs-supervision.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afs-supervisor.c b/src/afs-supervisor.c
index 608f076e..acad7920 100644
--- a/src/afs-supervisor.c
+++ b/src/afs-supervisor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/devtools/CMakeLists.txt b/src/devtools/CMakeLists.txt
index b1d63825..98345e70 100644
--- a/src/devtools/CMakeLists.txt
+++ b/src/devtools/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2015, 2016, 2017 IoT.bzh
+# Copyright (C) 2015-2018 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/devtools/exprefs.c b/src/devtools/exprefs.c
index 4ea44b4d..9af40611 100644
--- a/src/devtools/exprefs.c
+++ b/src/devtools/exprefs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/devtools/genskel.c b/src/devtools/genskel.c
index c021fdfc..a0a78815 100644
--- a/src/devtools/genskel.c
+++ b/src/devtools/genskel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/devtools/json2c.c b/src/devtools/json2c.c
index 109b6ee9..f83b8e8e 100644
--- a/src/devtools/json2c.c
+++ b/src/devtools/json2c.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/jobs-fake.c b/src/jobs-fake.c
index 3c1c2732..d3444e32 100644
--- a/src/jobs-fake.c
+++ b/src/jobs-fake.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/jobs.c b/src/jobs.c
index 952720bd..6eff0145 100644
--- a/src/jobs.c
+++ b/src/jobs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/jobs.h b/src/jobs.h
index 7be9e69e..aa7b4c86 100644
--- a/src/jobs.h
+++ b/src/jobs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/locale-root.c b/src/locale-root.c
index 38d488dc..eef2df4c 100644
--- a/src/locale-root.c
+++ b/src/locale-root.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright (C) 2015-2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/locale-root.h b/src/locale-root.h
index 0e5b837b..6d22b7c6 100644
--- a/src/locale-root.h
+++ b/src/locale-root.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/main.c b/src/main.c
index c735ecbb..dd518e38 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/process-name.c b/src/process-name.c
index 039f7c48..f157eda9 100644
--- a/src/process-name.c
+++ b/src/process-name.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/process-name.h b/src/process-name.h
index 874753f6..c6154f81 100644
--- a/src/process-name.h
+++ b/src/process-name.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2015-2018 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/sig-monitor.c b/src/sig-monitor.c
index 1b57a5f6..e15c32de 100644
--- a/src/sig-monitor.c
+++ b/src/sig-monitor.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/sig-monitor.h b/src/sig-monitor.h
index 6a93b799..9121ac8f 100644
--- a/src/sig-monitor.h
+++ b/src/sig-monitor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2017, 2018 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/subpath.c b/src/subpath.c
index a8441638..c7dc98c5 100644
--- a/src/subpath.c
+++ b/src/subpath.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright (C) 2015-2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/subpath.h b/src/subpath.h
index f64f6e76..89f494d9 100644
--- a/src/subpath.h
+++ b/src/subpath.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 7c052f32..f63f27ae 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2017 IoT.bzh
+# Copyright (C) 2017, 2018 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/tests/session/CMakeLists.txt b/src/tests/session/CMakeLists.txt
index 91b99733..36b96bbc 100644
--- a/src/tests/session/CMakeLists.txt
+++ b/src/tests/session/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2017 IoT.bzh
+# Copyright (C) 2017, 2018 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/verbose.c b/src/verbose.c
index e96627ed..3e266a18 100644
--- a/src/verbose.c
+++ b/src/verbose.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017 "IoT.bzh"
+ Copyright (C) 2016, 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/verbose.h b/src/verbose.h
index 402da404..5cbe2aa6 100644
--- a/src/verbose.h
+++ b/src/verbose.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017 "IoT.bzh"
+ Copyright (C) 2016, 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/websock.c b/src/websock.c
index 84a11d78..0d8b3b5f 100644
--- a/src/websock.c
+++ b/src/websock.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/websock.h b/src/websock.h
index 27acedcd..c0e05374 100644
--- a/src/websock.h
+++ b/src/websock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/wrap-json.c b/src/wrap-json.c
index 9bb8d192..b25503a9 100644
--- a/src/wrap-json.c
+++ b/src/wrap-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017 "IoT.bzh"
+ Copyright (C) 2016, 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wrap-json.h b/src/wrap-json.h
index cb2d0bfe..56f99198 100644
--- a/src/wrap-json.h
+++ b/src/wrap-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017 "IoT.bzh"
+ Copyright (C) 2016, 2017, 2018 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>