aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-02-27 15:10:08 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-02-28 09:15:18 +0100
commit63c180a63657bc7dd55bab423ea0c2751c87310b (patch)
tree7d8df8d178baabcd7649b2a5db71320115ea42a2
parent3d50d615fbd4322315dd66859d886576e208b36d (diff)
Update date of copyright notices
Change-Id: Ia4ef2a6e3c07616ccd756933a82f0806844c4faf Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt2
-rw-r--r--afm-main.pc.in2
-rw-r--r--certs/CMakeLists.txt2
-rw-r--r--conf/CMakeLists.txt2
-rw-r--r--conf/system/CMakeLists.txt2
-rw-r--r--conf/unit/CMakeLists.txt2
-rw-r--r--conf/user/CMakeLists.txt2
-rw-r--r--scripts/CMakeLists.txt2
-rwxr-xr-xscripts/afm-debug.in2
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/afm-binding.c2
-rw-r--r--src/afm-udb.c2
-rw-r--r--src/afm-udb.h2
-rw-r--r--src/afm-urun.c2
-rw-r--r--src/afm-urun.h2
-rw-r--r--src/afm-user-daemon.c2
-rw-r--r--src/secmgr-wrap.c2
-rw-r--r--src/secmgr-wrap.h2
-rw-r--r--src/simulation/security-manager.h2
-rw-r--r--src/simulation/smack.h2
-rw-r--r--src/tests/CMakeLists.txt2
-rw-r--r--src/tests/test-unit/CMakeLists.txt2
-rw-r--r--src/tests/test-unit/test-unit.c2
-rw-r--r--src/utils-dir.c2
-rw-r--r--src/utils-dir.h2
-rw-r--r--src/utils-file.c2
-rw-r--r--src/utils-file.h2
-rw-r--r--src/utils-jbus.c2
-rw-r--r--src/utils-jbus.h2
-rw-r--r--src/utils-json.c2
-rw-r--r--src/utils-json.h2
-rw-r--r--src/utils-systemd.c2
-rw-r--r--src/utils-systemd.h2
-rw-r--r--src/verbose.c2
-rw-r--r--src/verbose.h2
-rw-r--r--src/wgt-config.c2
-rw-r--r--src/wgt-config.h2
-rw-r--r--src/wgt-info.c2
-rw-r--r--src/wgt-info.h2
-rw-r--r--src/wgt-json.c2
-rw-r--r--src/wgt-json.h2
-rw-r--r--src/wgt-strings.c2
-rw-r--r--src/wgt-strings.h2
-rw-r--r--src/wgt.c2
-rw-r--r--src/wgt.h2
-rw-r--r--src/wgtpkg-base64.c2
-rw-r--r--src/wgtpkg-base64.h2
-rw-r--r--src/wgtpkg-certs.c2
-rw-r--r--src/wgtpkg-certs.h2
-rw-r--r--src/wgtpkg-digsig.c2
-rw-r--r--src/wgtpkg-digsig.h2
-rw-r--r--src/wgtpkg-files.c2
-rw-r--r--src/wgtpkg-files.h2
-rw-r--r--src/wgtpkg-info.c2
-rw-r--r--src/wgtpkg-install.c2
-rw-r--r--src/wgtpkg-install.h2
-rw-r--r--src/wgtpkg-installer.c2
-rw-r--r--src/wgtpkg-pack.c2
-rw-r--r--src/wgtpkg-permissions.c2
-rw-r--r--src/wgtpkg-permissions.h2
-rw-r--r--src/wgtpkg-sign.c2
-rw-r--r--src/wgtpkg-uninstall.c2
-rw-r--r--src/wgtpkg-uninstall.h2
-rw-r--r--src/wgtpkg-unit.c2
-rw-r--r--src/wgtpkg-unit.h2
-rw-r--r--src/wgtpkg-workdir.c2
-rw-r--r--src/wgtpkg-workdir.h2
-rw-r--r--src/wgtpkg-xmlsec.c2
-rw-r--r--src/wgtpkg-xmlsec.h2
-rw-r--r--src/wgtpkg-zip.c2
-rw-r--r--src/wgtpkg-zip.h2
-rw-r--r--src/wrap-json.c2
-rw-r--r--src/wrap-json.h2
73 files changed, 73 insertions, 73 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1e289fa..e1c72d5 100644
--- a/CMakeLists.txt
+++ b/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/afm-main.pc.in b/afm-main.pc.in
index 5683b95..3d87474 100644
--- a/afm-main.pc.in
+++ b/afm-main.pc.in
@@ -1,5 +1,5 @@
##
-## Copyright (C) 2016, 2017 "IoT.bzh"
+## Copyright (C) 2016, 2017, 2018 "IoT.bzh"
## Author: José Bollo <jose.bollo@iot.bzh>
##
## This file is part of afb-daemon project.
diff --git a/certs/CMakeLists.txt b/certs/CMakeLists.txt
index 5d637e5..63f6eb0 100644
--- a/certs/CMakeLists.txt
+++ b/certs/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/conf/CMakeLists.txt b/conf/CMakeLists.txt
index 3e29f82..0a67173 100644
--- a/conf/CMakeLists.txt
+++ b/conf/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/conf/system/CMakeLists.txt b/conf/system/CMakeLists.txt
index 74fdf37..2f1b209 100644
--- a/conf/system/CMakeLists.txt
+++ b/conf/system/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/conf/unit/CMakeLists.txt b/conf/unit/CMakeLists.txt
index 69f201d..e48c338 100644
--- a/conf/unit/CMakeLists.txt
+++ b/conf/unit/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/conf/user/CMakeLists.txt b/conf/user/CMakeLists.txt
index 146dd6b..05b5eb0 100644
--- a/conf/user/CMakeLists.txt
+++ b/conf/user/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/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index b1ba1d7..f187f65 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/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/scripts/afm-debug.in b/scripts/afm-debug.in
index e676469..a55a4cb 100755
--- a/scripts/afm-debug.in
+++ b/scripts/afm-debug.in
@@ -1,7 +1,7 @@
#!/bin/bash
###########################################################################
-# Copyright 2017 IoT.bzh
+# Copyright (C) 2017, 2018 IoT.bzh
#
# Author: Stephane Desneux <sdx@iot.bzh>
# Sebastien Douheret <sebastien@iot.bzh>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8f98c0d..6a1b497 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/afm-binding.c b/src/afm-binding.c
index e4375a5..5aad281 100644
--- a/src/afm-binding.c
+++ b/src/afm-binding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016, 2017 IoT.bzh
+ * Copyright (C) 2015-2018 "IoT.bzh"
* Author "Fulup Ar Foll"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afm-udb.c b/src/afm-udb.c
index 26a1f85..4010fb1 100644
--- a/src/afm-udb.c
+++ b/src/afm-udb.c
@@ -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/afm-udb.h b/src/afm-udb.h
index fd15e05..810c295 100644
--- a/src/afm-udb.h
+++ b/src/afm-udb.h
@@ -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/afm-urun.c b/src/afm-urun.c
index 36f40b2..0249a60 100644
--- a/src/afm-urun.c
+++ b/src/afm-urun.c
@@ -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/afm-urun.h b/src/afm-urun.h
index 3914aec..e2a15ab 100644
--- a/src/afm-urun.h
+++ b/src/afm-urun.h
@@ -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/afm-user-daemon.c b/src/afm-user-daemon.c
index c06b839..324e9a8 100644
--- a/src/afm-user-daemon.c
+++ b/src/afm-user-daemon.c
@@ -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/secmgr-wrap.c b/src/secmgr-wrap.c
index ad550ba..744d015 100644
--- a/src/secmgr-wrap.c
+++ b/src/secmgr-wrap.c
@@ -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/secmgr-wrap.h b/src/secmgr-wrap.h
index 25011d3..be75517 100644
--- a/src/secmgr-wrap.h
+++ b/src/secmgr-wrap.h
@@ -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/simulation/security-manager.h b/src/simulation/security-manager.h
index d7ea57c..b13de7b 100644
--- a/src/simulation/security-manager.h
+++ b/src/simulation/security-manager.h
@@ -1,5 +1,5 @@
/*
- Copyright 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/simulation/smack.h b/src/simulation/smack.h
index 4c4d38b..83e1ee0 100644
--- a/src/simulation/smack.h
+++ b/src/simulation/smack.h
@@ -1,5 +1,5 @@
/*
- Copyright 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/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 09d4d0b..c76b860 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2016, 2017 IoT.bzh
+# Copyright (C) 2016, 2017, 2018 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/tests/test-unit/CMakeLists.txt b/src/tests/test-unit/CMakeLists.txt
index 3f6db69..707847f 100644
--- a/src/tests/test-unit/CMakeLists.txt
+++ b/src/tests/test-unit/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2016, 2017 IoT.bzh
+# Copyright (C) 2016, 2017, 2018 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/tests/test-unit/test-unit.c b/src/tests/test-unit/test-unit.c
index 7c63a08..2b166e9 100644
--- a/src/tests/test-unit/test-unit.c
+++ b/src/tests/test-unit/test-unit.c
@@ -1,5 +1,5 @@
/*
- Copyright 2016, 2017 IoT.bzh
+ Copyright (C) 2016, 2017, 2018 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.c b/src/utils-dir.c
index 3c934fc..a545ce8 100644
--- a/src/utils-dir.c
+++ b/src/utils-dir.c
@@ -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/utils-dir.h b/src/utils-dir.h
index 9e99ca0..dbbc33c 100644
--- a/src/utils-dir.h
+++ b/src/utils-dir.h
@@ -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/utils-file.c b/src/utils-file.c
index d871723..0f6c4e1 100644
--- a/src/utils-file.c
+++ b/src/utils-file.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/utils-file.h b/src/utils-file.h
index a29b09a..d3c4317 100644
--- a/src/utils-file.h
+++ b/src/utils-file.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/utils-jbus.c b/src/utils-jbus.c
index cdf165f..af5bf03 100644
--- a/src/utils-jbus.c
+++ b/src/utils-jbus.c
@@ -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/utils-jbus.h b/src/utils-jbus.h
index c1ce3fe..34250df 100644
--- a/src/utils-jbus.h
+++ b/src/utils-jbus.h
@@ -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/utils-json.c b/src/utils-json.c
index f2d99c1..fc8a54c 100644
--- a/src/utils-json.c
+++ b/src/utils-json.c
@@ -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/utils-json.h b/src/utils-json.h
index de98e10..c31ed7a 100644
--- a/src/utils-json.h
+++ b/src/utils-json.h
@@ -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/utils-systemd.c b/src/utils-systemd.c
index 1e77e27..683e7b7 100644
--- a/src/utils-systemd.c
+++ b/src/utils-systemd.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/utils-systemd.h b/src/utils-systemd.h
index 704804e..6663fd6 100644
--- a/src/utils-systemd.h
+++ b/src/utils-systemd.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/verbose.c b/src/verbose.c
index 3a0559e..5058236 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 7e4d84f..83699f4 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/wgt-config.c b/src/wgt-config.c
index e8bc2b9..ea1a841 100644
--- a/src/wgt-config.c
+++ b/src/wgt-config.c
@@ -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/wgt-config.h b/src/wgt-config.h
index bac90b7..5bdeb6b 100644
--- a/src/wgt-config.h
+++ b/src/wgt-config.h
@@ -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/wgt-info.c b/src/wgt-info.c
index 283b905..0ebfbb1 100644
--- a/src/wgt-info.c
+++ b/src/wgt-info.c
@@ -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/wgt-info.h b/src/wgt-info.h
index be1d738..dd58865 100644
--- a/src/wgt-info.h
+++ b/src/wgt-info.h
@@ -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/wgt-json.c b/src/wgt-json.c
index c764ea8..bb1ba55 100644
--- a/src/wgt-json.c
+++ b/src/wgt-json.c
@@ -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/wgt-json.h b/src/wgt-json.h
index 11c4e41..240262b 100644
--- a/src/wgt-json.h
+++ b/src/wgt-json.h
@@ -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/wgt-strings.c b/src/wgt-strings.c
index 12e5ba5..9185ee9 100644
--- a/src/wgt-strings.c
+++ b/src/wgt-strings.c
@@ -1,5 +1,5 @@
/*
- Copyright 2016, 2017 IoT.bzh
+ Copyright (C) 2016, 2017, 2018 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-strings.h b/src/wgt-strings.h
index 25bfa02..0a9c0e9 100644
--- a/src/wgt-strings.h
+++ b/src/wgt-strings.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016, 2017 IoT.bzh
+ Copyright (C) 2016, 2017, 2018 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.c b/src/wgt.c
index 36dac0b..7f3e33b 100644
--- a/src/wgt.c
+++ b/src/wgt.c
@@ -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/wgt.h b/src/wgt.h
index 6d39da8..67c021c 100644
--- a/src/wgt.h
+++ b/src/wgt.h
@@ -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/wgtpkg-base64.c b/src/wgtpkg-base64.c
index d500eaa..5f18b20 100644
--- a/src/wgtpkg-base64.c
+++ b/src/wgtpkg-base64.c
@@ -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/wgtpkg-base64.h b/src/wgtpkg-base64.h
index 7c4f30f..5de0995 100644
--- a/src/wgtpkg-base64.h
+++ b/src/wgtpkg-base64.h
@@ -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/wgtpkg-certs.c b/src/wgtpkg-certs.c
index 0db72eb..5558637 100644
--- a/src/wgtpkg-certs.c
+++ b/src/wgtpkg-certs.c
@@ -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/wgtpkg-certs.h b/src/wgtpkg-certs.h
index 6d060d9..6066a41 100644
--- a/src/wgtpkg-certs.h
+++ b/src/wgtpkg-certs.h
@@ -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/wgtpkg-digsig.c b/src/wgtpkg-digsig.c
index 756c51e..4460bf2 100644
--- a/src/wgtpkg-digsig.c
+++ b/src/wgtpkg-digsig.c
@@ -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/wgtpkg-digsig.h b/src/wgtpkg-digsig.h
index 666063f..7bcb18f 100644
--- a/src/wgtpkg-digsig.h
+++ b/src/wgtpkg-digsig.h
@@ -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/wgtpkg-files.c b/src/wgtpkg-files.c
index 0b55670..c8571aa 100644
--- a/src/wgtpkg-files.c
+++ b/src/wgtpkg-files.c
@@ -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/wgtpkg-files.h b/src/wgtpkg-files.h
index c90454d..9d29ee1 100644
--- a/src/wgtpkg-files.h
+++ b/src/wgtpkg-files.h
@@ -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/wgtpkg-info.c b/src/wgtpkg-info.c
index 3a6b860..4849de7 100644
--- a/src/wgtpkg-info.c
+++ b/src/wgtpkg-info.c
@@ -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/wgtpkg-install.c b/src/wgtpkg-install.c
index 2b57a4e..9642c93 100644
--- a/src/wgtpkg-install.c
+++ b/src/wgtpkg-install.c
@@ -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/wgtpkg-install.h b/src/wgtpkg-install.h
index d5b6a34..b271cc4 100644
--- a/src/wgtpkg-install.h
+++ b/src/wgtpkg-install.h
@@ -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/wgtpkg-installer.c b/src/wgtpkg-installer.c
index 6738192..e8b693d 100644
--- a/src/wgtpkg-installer.c
+++ b/src/wgtpkg-installer.c
@@ -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/wgtpkg-pack.c b/src/wgtpkg-pack.c
index 0f5f70c..80ad87a 100644
--- a/src/wgtpkg-pack.c
+++ b/src/wgtpkg-pack.c
@@ -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/wgtpkg-permissions.c b/src/wgtpkg-permissions.c
index 31a6cd1..62381bb 100644
--- a/src/wgtpkg-permissions.c
+++ b/src/wgtpkg-permissions.c
@@ -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/wgtpkg-permissions.h b/src/wgtpkg-permissions.h
index c48c8a1..e07c8e2 100644
--- a/src/wgtpkg-permissions.h
+++ b/src/wgtpkg-permissions.h
@@ -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/wgtpkg-sign.c b/src/wgtpkg-sign.c
index 2a97a62..7610346 100644
--- a/src/wgtpkg-sign.c
+++ b/src/wgtpkg-sign.c
@@ -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/wgtpkg-uninstall.c b/src/wgtpkg-uninstall.c
index 6156c0a..a919a86 100644
--- a/src/wgtpkg-uninstall.c
+++ b/src/wgtpkg-uninstall.c
@@ -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/wgtpkg-uninstall.h b/src/wgtpkg-uninstall.h
index 2b1dbc4..8e6f702 100644
--- a/src/wgtpkg-uninstall.h
+++ b/src/wgtpkg-uninstall.h
@@ -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/wgtpkg-unit.c b/src/wgtpkg-unit.c
index fe58c09..89d1473 100644
--- a/src/wgtpkg-unit.c
+++ b/src/wgtpkg-unit.c
@@ -1,5 +1,5 @@
/*
- Copyright 2016, 2017 IoT.bzh
+ Copyright (C) 2016, 2017, 2018 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h
index dc011e1..7330365 100644
--- a/src/wgtpkg-unit.h
+++ b/src/wgtpkg-unit.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016, 2017 IoT.bzh
+ Copyright (C) 2016, 2017, 2018 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.c b/src/wgtpkg-workdir.c
index 8695ae2..c0fb6aa 100644
--- a/src/wgtpkg-workdir.c
+++ b/src/wgtpkg-workdir.c
@@ -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/wgtpkg-workdir.h b/src/wgtpkg-workdir.h
index 6003b49..ebb721d 100644
--- a/src/wgtpkg-workdir.h
+++ b/src/wgtpkg-workdir.h
@@ -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/wgtpkg-xmlsec.c b/src/wgtpkg-xmlsec.c
index 5348133..daa0cff 100644
--- a/src/wgtpkg-xmlsec.c
+++ b/src/wgtpkg-xmlsec.c
@@ -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/wgtpkg-xmlsec.h b/src/wgtpkg-xmlsec.h
index 5c16d21..81c18bc 100644
--- a/src/wgtpkg-xmlsec.h
+++ b/src/wgtpkg-xmlsec.h
@@ -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/wgtpkg-zip.c b/src/wgtpkg-zip.c
index a182261..ec214b1 100644
--- a/src/wgtpkg-zip.c
+++ b/src/wgtpkg-zip.c
@@ -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/wgtpkg-zip.h b/src/wgtpkg-zip.h
index 1dc57c4..0fcc64c 100644
--- a/src/wgtpkg-zip.h
+++ b/src/wgtpkg-zip.h
@@ -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/wrap-json.c b/src/wrap-json.c
index 9bb8d19..b25503a 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 cb2d0bf..56f9919 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>