aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-07 09:54:09 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-02-07 09:54:09 +0100
commit2a319cf90daa6e3b01e8139923f7073e1c9bcf28 (patch)
tree791208bacc5a0e97dfc1ea9bff909514d041de53
parentbc39aec0b997d474b038b1ea529121792e5649f3 (diff)
Update date in copyrightssandbox/scottrif29/scottdocs
Change-Id: Ie2ff321f78c59913373e2ffb2820297fd423d6f4 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.c4
-rw-r--r--src/afm-user-session.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.c4
-rw-r--r--src/wgtpkg-install.c2
-rw-r--r--src/wgtpkg-install.h2
-rw-r--r--src/wgtpkg-installer.c4
-rw-r--r--src/wgtpkg-pack.c4
-rw-r--r--src/wgtpkg-permissions.c2
-rw-r--r--src/wgtpkg-permissions.h2
-rw-r--r--src/wgtpkg-sign.c4
-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
74 files changed, 79 insertions, 79 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc682af..76753b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/afm-main.pc.in b/afm-main.pc.in
index 3d87474..1f3762d 100644
--- a/afm-main.pc.in
+++ b/afm-main.pc.in
@@ -1,5 +1,5 @@
##
-## Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+## Copyright (C) 2016-2019 "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 63f6eb0..f66610c 100644
--- a/certs/CMakeLists.txt
+++ b/certs/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
index 0a67173..47fe4ec 100644
--- a/conf/CMakeLists.txt
+++ b/conf/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2017, 2018 IoT.bzh
+# Copyright (C) 2017-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/system/CMakeLists.txt b/conf/system/CMakeLists.txt
index 26fc562..cdece83 100644
--- a/conf/system/CMakeLists.txt
+++ b/conf/system/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/unit/CMakeLists.txt b/conf/unit/CMakeLists.txt
index e48c338..6e64400 100644
--- a/conf/unit/CMakeLists.txt
+++ b/conf/unit/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/user/CMakeLists.txt b/conf/user/CMakeLists.txt
index 05b5eb0..d552a72 100644
--- a/conf/user/CMakeLists.txt
+++ b/conf/user/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index f187f65..fb939d1 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/scripts/afm-debug.in b/scripts/afm-debug.in
index a55a4cb..84b2196 100755
--- a/scripts/afm-debug.in
+++ b/scripts/afm-debug.in
@@ -1,7 +1,7 @@
#!/bin/bash
###########################################################################
-# Copyright (C) 2017, 2018 IoT.bzh
+# Copyright (C) 2017-2019 IoT.bzh
#
# Author: Stephane Desneux <sdx@iot.bzh>
# Sebastien Douheret <sebastien@iot.bzh>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f30ca38..79da722 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2018 IoT.bzh
+# Copyright (C) 2015-2019 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/afm-binding.c b/src/afm-binding.c
index f4bba8a..42d2baa 100644
--- a/src/afm-binding.c
+++ b/src/afm-binding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2018 "IoT.bzh"
+ * Copyright (C) 2015-2019 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afm-udb.c b/src/afm-udb.c
index 7f4a16e..221bc11 100644
--- a/src/afm-udb.c
+++ b/src/afm-udb.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-udb.h b/src/afm-udb.h
index 810c295..3e24b14 100644
--- a/src/afm-udb.h
+++ b/src/afm-udb.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-urun.c b/src/afm-urun.c
index 882d44c..467b7d2 100644
--- a/src/afm-urun.c
+++ b/src/afm-urun.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-urun.h b/src/afm-urun.h
index e2a15ab..e584688 100644
--- a/src/afm-urun.h
+++ b/src/afm-urun.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-user-daemon.c b/src/afm-user-daemon.c
index 14977b0..732c1c6 100644
--- a/src/afm-user-daemon.c
+++ b/src/afm-user-daemon.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
@@ -48,7 +48,7 @@ static const char versionstr[] =
"\n"
" %s version="AFM_VERSION"\n"
"\n"
- " Copyright (C) 2015, 2016, 2017 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2019 \"IoT.bzh\"\n"
" AFB comes with ABSOLUTELY NO WARRANTY.\n"
" Licence Apache 2\n"
"\n";
diff --git a/src/afm-user-session.c b/src/afm-user-session.c
index 445db91..1a8e33e 100644
--- a/src/afm-user-session.c
+++ b/src/afm-user-session.c
@@ -1,5 +1,5 @@
/*
- Copyright 2018 IoT.bzh
+ Copyright (C) 2018, 2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/secmgr-wrap.c b/src/secmgr-wrap.c
index 744d015..e2e4f4d 100644
--- a/src/secmgr-wrap.c
+++ b/src/secmgr-wrap.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/secmgr-wrap.h b/src/secmgr-wrap.h
index be75517..c7f2565 100644
--- a/src/secmgr-wrap.h
+++ b/src/secmgr-wrap.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/simulation/security-manager.h b/src/simulation/security-manager.h
index b13de7b..e996ec2 100644
--- a/src/simulation/security-manager.h
+++ b/src/simulation/security-manager.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 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 83e1ee0..a1efe2d 100644
--- a/src/simulation/smack.h
+++ b/src/simulation/smack.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 IoT.bzh
+ Copyright (C) 2016-2019 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 c76b860..308eb0e 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2016, 2017, 2018 IoT.bzh
+# Copyright (C) 2016-2019 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 707847f..072a202 100644
--- a/src/tests/test-unit/CMakeLists.txt
+++ b/src/tests/test-unit/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2016, 2017, 2018 IoT.bzh
+# Copyright (C) 2016-2019 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 347135a..590907d 100644
--- a/src/tests/test-unit/test-unit.c
+++ b/src/tests/test-unit/test-unit.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 IoT.bzh
+ Copyright (C) 2016-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.c b/src/utils-dir.c
index a545ce8..20e9ef5 100644
--- a/src/utils-dir.c
+++ b/src/utils-dir.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.h b/src/utils-dir.h
index dbbc33c..e8289f6 100644
--- a/src/utils-dir.h
+++ b/src/utils-dir.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-file.c b/src/utils-file.c
index 0f6c4e1..b49a778 100644
--- a/src/utils-file.c
+++ b/src/utils-file.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017, 2018 IoT.bzh
+ Copyright (C) 2017-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-file.h b/src/utils-file.h
index d3c4317..999b93e 100644
--- a/src/utils-file.h
+++ b/src/utils-file.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017, 2018 IoT.bzh
+ Copyright (C) 2017-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-jbus.c b/src/utils-jbus.c
index af5bf03..074b2bb 100644
--- a/src/utils-jbus.c
+++ b/src/utils-jbus.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-jbus.h b/src/utils-jbus.h
index 34250df..110d642 100644
--- a/src/utils-jbus.h
+++ b/src/utils-jbus.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-json.c b/src/utils-json.c
index fc8a54c..7721733 100644
--- a/src/utils-json.c
+++ b/src/utils-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-json.h b/src/utils-json.h
index c31ed7a..c155a61 100644
--- a/src/utils-json.h
+++ b/src/utils-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-systemd.c b/src/utils-systemd.c
index 683e7b7..9187acc 100644
--- a/src/utils-systemd.c
+++ b/src/utils-systemd.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017, 2018 IoT.bzh
+ Copyright (C) 2017-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-systemd.h b/src/utils-systemd.h
index 6663fd6..acb95ad 100644
--- a/src/utils-systemd.h
+++ b/src/utils-systemd.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017, 2018 IoT.bzh
+ Copyright (C) 2017-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/verbose.c b/src/verbose.c
index 5058236..d725881 100644
--- a/src/verbose.c
+++ b/src/verbose.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ Copyright (C) 2016-2019 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/verbose.h b/src/verbose.h
index 83699f4..3b666fa 100644
--- a/src/verbose.h
+++ b/src/verbose.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ Copyright (C) 2016-2019 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-config.c b/src/wgt-config.c
index ea1a841..cf890ef 100644
--- a/src/wgt-config.c
+++ b/src/wgt-config.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-config.h b/src/wgt-config.h
index 5bdeb6b..77144c2 100644
--- a/src/wgt-config.h
+++ b/src/wgt-config.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-info.c b/src/wgt-info.c
index 0ebfbb1..7793cbe 100644
--- a/src/wgt-info.c
+++ b/src/wgt-info.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-info.h b/src/wgt-info.h
index dd58865..b91e580 100644
--- a/src/wgt-info.h
+++ b/src/wgt-info.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-json.c b/src/wgt-json.c
index f4212d0..9166032 100644
--- a/src/wgt-json.c
+++ b/src/wgt-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-json.h b/src/wgt-json.h
index 240262b..950b7fb 100644
--- a/src/wgt-json.h
+++ b/src/wgt-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-strings.c b/src/wgt-strings.c
index 5dc5e68..967fc8d 100644
--- a/src/wgt-strings.c
+++ b/src/wgt-strings.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 IoT.bzh
+ Copyright (C) 2016-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-strings.h b/src/wgt-strings.h
index 6f58db1..63b08d8 100644
--- a/src/wgt-strings.h
+++ b/src/wgt-strings.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 IoT.bzh
+ Copyright (C) 2016-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.c b/src/wgt.c
index 7f3e33b..c2a31f2 100644
--- a/src/wgt.c
+++ b/src/wgt.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.h b/src/wgt.h
index 67c021c..301a869 100644
--- a/src/wgt.h
+++ b/src/wgt.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-base64.c b/src/wgtpkg-base64.c
index 5f18b20..a29dd04 100644
--- a/src/wgtpkg-base64.c
+++ b/src/wgtpkg-base64.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-base64.h b/src/wgtpkg-base64.h
index 5de0995..322ec87 100644
--- a/src/wgtpkg-base64.h
+++ b/src/wgtpkg-base64.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-certs.c b/src/wgtpkg-certs.c
index 5558637..66e425e 100644
--- a/src/wgtpkg-certs.c
+++ b/src/wgtpkg-certs.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-certs.h b/src/wgtpkg-certs.h
index 6066a41..e4fb5e2 100644
--- a/src/wgtpkg-certs.h
+++ b/src/wgtpkg-certs.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-digsig.c b/src/wgtpkg-digsig.c
index 36060ce..098a240 100644
--- a/src/wgtpkg-digsig.c
+++ b/src/wgtpkg-digsig.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-digsig.h b/src/wgtpkg-digsig.h
index fee9d49..5b89100 100644
--- a/src/wgtpkg-digsig.h
+++ b/src/wgtpkg-digsig.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-files.c b/src/wgtpkg-files.c
index c8571aa..0da84b3 100644
--- a/src/wgtpkg-files.c
+++ b/src/wgtpkg-files.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-files.h b/src/wgtpkg-files.h
index 9d29ee1..5803880 100644
--- a/src/wgtpkg-files.h
+++ b/src/wgtpkg-files.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-info.c b/src/wgtpkg-info.c
index 1c9eac0..f32b265 100644
--- a/src/wgtpkg-info.c
+++ b/src/wgtpkg-info.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
@@ -45,7 +45,7 @@ static void version()
"\n"
" %s version="AFM_VERSION"\n"
"\n"
- " Copyright (C) 2015, 2016, 2017 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2019 \"IoT.bzh\"\n"
" AFB comes with ABSOLUTELY NO WARRANTY.\n"
" Licence Apache 2\n"
"\n",
diff --git a/src/wgtpkg-install.c b/src/wgtpkg-install.c
index 8d59b37..f994b8f 100644
--- a/src/wgtpkg-install.c
+++ b/src/wgtpkg-install.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-install.h b/src/wgtpkg-install.h
index b271cc4..6cccd80 100644
--- a/src/wgtpkg-install.h
+++ b/src/wgtpkg-install.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-installer.c b/src/wgtpkg-installer.c
index e8b693d..9adeae4 100644
--- a/src/wgtpkg-installer.c
+++ b/src/wgtpkg-installer.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
@@ -45,7 +45,7 @@ static void version()
"\n"
" %s version="AFM_VERSION"\n"
"\n"
- " Copyright (C) 2015, 2016, 2017 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2019 \"IoT.bzh\"\n"
" AFB comes with ABSOLUTELY NO WARRANTY.\n"
" Licence Apache 2\n"
"\n",
diff --git a/src/wgtpkg-pack.c b/src/wgtpkg-pack.c
index 5a81d7e..53ab9dc 100644
--- a/src/wgtpkg-pack.c
+++ b/src/wgtpkg-pack.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
@@ -40,7 +40,7 @@ static void version()
"\n"
" %s version="AFM_VERSION"\n"
"\n"
- " Copyright (C) 2015, 2016, 2017 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2019 \"IoT.bzh\"\n"
" AFB comes with ABSOLUTELY NO WARRANTY.\n"
" Licence Apache 2\n"
"\n",
diff --git a/src/wgtpkg-permissions.c b/src/wgtpkg-permissions.c
index 62381bb..abb4596 100644
--- a/src/wgtpkg-permissions.c
+++ b/src/wgtpkg-permissions.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-permissions.h b/src/wgtpkg-permissions.h
index e07c8e2..84f888c 100644
--- a/src/wgtpkg-permissions.h
+++ b/src/wgtpkg-permissions.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-sign.c b/src/wgtpkg-sign.c
index 7610346..76abce1 100644
--- a/src/wgtpkg-sign.c
+++ b/src/wgtpkg-sign.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
@@ -66,7 +66,7 @@ static void version()
"\n"
" %s version="AFM_VERSION"\n"
"\n"
- " Copyright (C) 2015, 2016, 2017 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2019 \"IoT.bzh\"\n"
" AFB comes with ABSOLUTELY NO WARRANTY.\n"
" Licence Apache 2\n"
"\n",
diff --git a/src/wgtpkg-uninstall.c b/src/wgtpkg-uninstall.c
index a919a86..aa3faac 100644
--- a/src/wgtpkg-uninstall.c
+++ b/src/wgtpkg-uninstall.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-uninstall.h b/src/wgtpkg-uninstall.h
index 8e6f702..e61c596 100644
--- a/src/wgtpkg-uninstall.h
+++ b/src/wgtpkg-uninstall.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-unit.c b/src/wgtpkg-unit.c
index 9f14346..ab0c933 100644
--- a/src/wgtpkg-unit.c
+++ b/src/wgtpkg-unit.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 IoT.bzh
+ Copyright (C) 2016-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h
index fc91204..796b277 100644
--- a/src/wgtpkg-unit.h
+++ b/src/wgtpkg-unit.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 IoT.bzh
+ Copyright (C) 2016-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.c b/src/wgtpkg-workdir.c
index ea37666..d0f1472 100644
--- a/src/wgtpkg-workdir.c
+++ b/src/wgtpkg-workdir.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.h b/src/wgtpkg-workdir.h
index ebb721d..e70e400 100644
--- a/src/wgtpkg-workdir.h
+++ b/src/wgtpkg-workdir.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-xmlsec.c b/src/wgtpkg-xmlsec.c
index daa0cff..fe1a581 100644
--- a/src/wgtpkg-xmlsec.c
+++ b/src/wgtpkg-xmlsec.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-xmlsec.h b/src/wgtpkg-xmlsec.h
index 81c18bc..fea0d39 100644
--- a/src/wgtpkg-xmlsec.h
+++ b/src/wgtpkg-xmlsec.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-zip.c b/src/wgtpkg-zip.c
index 3273426..1653233 100644
--- a/src/wgtpkg-zip.c
+++ b/src/wgtpkg-zip.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-zip.h b/src/wgtpkg-zip.h
index 0fcc64c..a2fd42a 100644
--- a/src/wgtpkg-zip.h
+++ b/src/wgtpkg-zip.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2018 IoT.bzh
+ Copyright (C) 2015-2019 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wrap-json.c b/src/wrap-json.c
index 27940be..93c9d1b 100644
--- a/src/wrap-json.c
+++ b/src/wrap-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ Copyright (C) 2016-2019 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wrap-json.h b/src/wrap-json.h
index f43659a..73389af 100644
--- a/src/wrap-json.h
+++ b/src/wrap-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016, 2017, 2018 "IoT.bzh"
+ Copyright (C) 2016-2019 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>