aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2020-01-08 12:48:58 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2020-01-08 12:48:58 +0100
commita123bb31906ef03ff813559aee426282416d729d (patch)
treed8c5b8de8d2d34e309488554083ff759d2aa4d73
parentc98333b595beb7858a4d3c17cd405dde2f79ce2e (diff)
Update copyright
Change-Id: I1d68e07563d9f0f139d1bc8128e09a5da0a648af 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/dbus/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
75 files changed, 80 insertions, 80 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e28c8b..06086e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/afm-main.pc.in b/afm-main.pc.in
index 1f3762d..c9ec05d 100644
--- a/afm-main.pc.in
+++ b/afm-main.pc.in
@@ -1,5 +1,5 @@
##
-## Copyright (C) 2016-2019 "IoT.bzh"
+## Copyright (C) 2015-2020 "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 f66610c..7fda654 100644
--- a/certs/CMakeLists.txt
+++ b/certs/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
index 11b2beb..18847cd 100644
--- a/conf/CMakeLists.txt
+++ b/conf/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2017-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/dbus/CMakeLists.txt b/conf/dbus/CMakeLists.txt
index 9946595..ab48b34 100644
--- a/conf/dbus/CMakeLists.txt
+++ b/conf/dbus/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/system/CMakeLists.txt b/conf/system/CMakeLists.txt
index 3cabd0c..0b6e66e 100644
--- a/conf/system/CMakeLists.txt
+++ b/conf/system/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/unit/CMakeLists.txt b/conf/unit/CMakeLists.txt
index 7fbe6e1..f3aed5d 100644
--- a/conf/unit/CMakeLists.txt
+++ b/conf/unit/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/conf/user/CMakeLists.txt b/conf/user/CMakeLists.txt
index a8d72dc..6b9e117 100644
--- a/conf/user/CMakeLists.txt
+++ b/conf/user/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index fb939d1..c1f48e7 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/scripts/afm-debug.in b/scripts/afm-debug.in
index 84b2196..4ba0251 100755
--- a/scripts/afm-debug.in
+++ b/scripts/afm-debug.in
@@ -1,7 +1,7 @@
#!/bin/bash
###########################################################################
-# Copyright (C) 2017-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# Author: Stephane Desneux <sdx@iot.bzh>
# Sebastien Douheret <sebastien@iot.bzh>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b112d55..0fde569 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 IoT.bzh
+# Copyright (C) 2015-2020 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/afm-binding.c b/src/afm-binding.c
index 6dcac33..55010a2 100644
--- a/src/afm-binding.c
+++ b/src/afm-binding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "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 d804704..4dfc79f 100644
--- a/src/afm-udb.c
+++ b/src/afm-udb.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-udb.h b/src/afm-udb.h
index fc1a155..ca8361c 100644
--- a/src/afm-udb.h
+++ b/src/afm-udb.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-urun.c b/src/afm-urun.c
index 534f84c..227fd1d 100644
--- a/src/afm-urun.c
+++ b/src/afm-urun.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-urun.h b/src/afm-urun.h
index 4579015..49273ad 100644
--- a/src/afm-urun.h
+++ b/src/afm-urun.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-user-daemon.c b/src/afm-user-daemon.c
index 732c1c6..a7c8b1d 100644
--- a/src/afm-user-daemon.c
+++ b/src/afm-user-daemon.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 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-2019 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2020 \"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 1a8e33e..7a7ca24 100644
--- a/src/afm-user-session.c
+++ b/src/afm-user-session.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2018, 2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/secmgr-wrap.c b/src/secmgr-wrap.c
index e2e4f4d..63704ef 100644
--- a/src/secmgr-wrap.c
+++ b/src/secmgr-wrap.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/secmgr-wrap.h b/src/secmgr-wrap.h
index c7f2565..2d16a8d 100644
--- a/src/secmgr-wrap.h
+++ b/src/secmgr-wrap.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/simulation/security-manager.h b/src/simulation/security-manager.h
index e996ec2..9e70f22 100644
--- a/src/simulation/security-manager.h
+++ b/src/simulation/security-manager.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 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 a1efe2d..93477eb 100644
--- a/src/simulation/smack.h
+++ b/src/simulation/smack.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 IoT.bzh
+ Copyright (C) 2015-2020 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 308eb0e..c82efdd 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2016-2019 IoT.bzh
+# Copyright (C) 2015-2020 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 072a202..0581e46 100644
--- a/src/tests/test-unit/CMakeLists.txt
+++ b/src/tests/test-unit/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2016-2019 IoT.bzh
+# Copyright (C) 2015-2020 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 a879a12..a97c913 100644
--- a/src/tests/test-unit/test-unit.c
+++ b/src/tests/test-unit/test-unit.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.c b/src/utils-dir.c
index 20e9ef5..53e2cc5 100644
--- a/src/utils-dir.c
+++ b/src/utils-dir.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.h b/src/utils-dir.h
index e8289f6..485887c 100644
--- a/src/utils-dir.h
+++ b/src/utils-dir.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-file.c b/src/utils-file.c
index b49a778..09bcf2b 100644
--- a/src/utils-file.c
+++ b/src/utils-file.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-file.h b/src/utils-file.h
index 999b93e..d037f69 100644
--- a/src/utils-file.h
+++ b/src/utils-file.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-jbus.c b/src/utils-jbus.c
index 074b2bb..e9859cb 100644
--- a/src/utils-jbus.c
+++ b/src/utils-jbus.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-jbus.h b/src/utils-jbus.h
index 110d642..15d4d97 100644
--- a/src/utils-jbus.h
+++ b/src/utils-jbus.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-json.c b/src/utils-json.c
index 7721733..2834f0c 100644
--- a/src/utils-json.c
+++ b/src/utils-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-json.h b/src/utils-json.h
index c155a61..e7b1144 100644
--- a/src/utils-json.h
+++ b/src/utils-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-systemd.c b/src/utils-systemd.c
index 9187acc..cfa7a6a 100644
--- a/src/utils-systemd.c
+++ b/src/utils-systemd.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-systemd.h b/src/utils-systemd.h
index acb95ad..cf95097 100644
--- a/src/utils-systemd.h
+++ b/src/utils-systemd.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2017-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/verbose.c b/src/verbose.c
index d725881..e60ba54 100644
--- a/src/verbose.c
+++ b/src/verbose.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 "IoT.bzh"
+ Copyright (C) 2015-2020 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/verbose.h b/src/verbose.h
index 3b666fa..0a13c57 100644
--- a/src/verbose.h
+++ b/src/verbose.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 "IoT.bzh"
+ Copyright (C) 2015-2020 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-config.c b/src/wgt-config.c
index cf890ef..6e68825 100644
--- a/src/wgt-config.c
+++ b/src/wgt-config.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-config.h b/src/wgt-config.h
index 77144c2..a3ced53 100644
--- a/src/wgt-config.h
+++ b/src/wgt-config.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-info.c b/src/wgt-info.c
index 7793cbe..3b7cb36 100644
--- a/src/wgt-info.c
+++ b/src/wgt-info.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-info.h b/src/wgt-info.h
index b91e580..c87b724 100644
--- a/src/wgt-info.h
+++ b/src/wgt-info.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-json.c b/src/wgt-json.c
index 9166032..0fda364 100644
--- a/src/wgt-json.c
+++ b/src/wgt-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-json.h b/src/wgt-json.h
index 950b7fb..05a7c56 100644
--- a/src/wgt-json.h
+++ b/src/wgt-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-strings.c b/src/wgt-strings.c
index 967fc8d..b5ba714 100644
--- a/src/wgt-strings.c
+++ b/src/wgt-strings.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-strings.h b/src/wgt-strings.h
index 63b08d8..dd04c99 100644
--- a/src/wgt-strings.h
+++ b/src/wgt-strings.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.c b/src/wgt.c
index c2a31f2..8bb3f7d 100644
--- a/src/wgt.c
+++ b/src/wgt.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.h b/src/wgt.h
index 301a869..f51e620 100644
--- a/src/wgt.h
+++ b/src/wgt.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-base64.c b/src/wgtpkg-base64.c
index a29dd04..69b9bc4 100644
--- a/src/wgtpkg-base64.c
+++ b/src/wgtpkg-base64.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-base64.h b/src/wgtpkg-base64.h
index 322ec87..babb414 100644
--- a/src/wgtpkg-base64.h
+++ b/src/wgtpkg-base64.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-certs.c b/src/wgtpkg-certs.c
index 66e425e..9ad9ea3 100644
--- a/src/wgtpkg-certs.c
+++ b/src/wgtpkg-certs.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-certs.h b/src/wgtpkg-certs.h
index e4fb5e2..7871531 100644
--- a/src/wgtpkg-certs.h
+++ b/src/wgtpkg-certs.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-digsig.c b/src/wgtpkg-digsig.c
index 098a240..d8ec58e 100644
--- a/src/wgtpkg-digsig.c
+++ b/src/wgtpkg-digsig.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-digsig.h b/src/wgtpkg-digsig.h
index 5b89100..8c105d6 100644
--- a/src/wgtpkg-digsig.h
+++ b/src/wgtpkg-digsig.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-files.c b/src/wgtpkg-files.c
index 0da84b3..e4b8ec6 100644
--- a/src/wgtpkg-files.c
+++ b/src/wgtpkg-files.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-files.h b/src/wgtpkg-files.h
index 5803880..be60d8b 100644
--- a/src/wgtpkg-files.h
+++ b/src/wgtpkg-files.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-info.c b/src/wgtpkg-info.c
index f32b265..a6d7e6e 100644
--- a/src/wgtpkg-info.c
+++ b/src/wgtpkg-info.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 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-2019 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2020 \"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 33c4299..57c17b8 100644
--- a/src/wgtpkg-install.c
+++ b/src/wgtpkg-install.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-install.h b/src/wgtpkg-install.h
index 6cccd80..b4184f0 100644
--- a/src/wgtpkg-install.h
+++ b/src/wgtpkg-install.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-installer.c b/src/wgtpkg-installer.c
index 9adeae4..a19c21a 100644
--- a/src/wgtpkg-installer.c
+++ b/src/wgtpkg-installer.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 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-2019 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2020 \"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 53ab9dc..e448497 100644
--- a/src/wgtpkg-pack.c
+++ b/src/wgtpkg-pack.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 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-2019 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2020 \"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 abb4596..091f1ca 100644
--- a/src/wgtpkg-permissions.c
+++ b/src/wgtpkg-permissions.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-permissions.h b/src/wgtpkg-permissions.h
index 84f888c..e6139d2 100644
--- a/src/wgtpkg-permissions.h
+++ b/src/wgtpkg-permissions.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-sign.c b/src/wgtpkg-sign.c
index 76abce1..4e2adf2 100644
--- a/src/wgtpkg-sign.c
+++ b/src/wgtpkg-sign.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 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-2019 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2020 \"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 f435838..bb7739f 100644
--- a/src/wgtpkg-uninstall.c
+++ b/src/wgtpkg-uninstall.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-uninstall.h b/src/wgtpkg-uninstall.h
index e61c596..114d91f 100644
--- a/src/wgtpkg-uninstall.h
+++ b/src/wgtpkg-uninstall.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-unit.c b/src/wgtpkg-unit.c
index e01faa9..b2f6be9 100644
--- a/src/wgtpkg-unit.c
+++ b/src/wgtpkg-unit.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h
index a9c2709..f324e69 100644
--- a/src/wgtpkg-unit.h
+++ b/src/wgtpkg-unit.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.c b/src/wgtpkg-workdir.c
index d0f1472..a173b16 100644
--- a/src/wgtpkg-workdir.c
+++ b/src/wgtpkg-workdir.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.h b/src/wgtpkg-workdir.h
index e70e400..b9d0f1c 100644
--- a/src/wgtpkg-workdir.h
+++ b/src/wgtpkg-workdir.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-xmlsec.c b/src/wgtpkg-xmlsec.c
index fe1a581..d06742f 100644
--- a/src/wgtpkg-xmlsec.c
+++ b/src/wgtpkg-xmlsec.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-xmlsec.h b/src/wgtpkg-xmlsec.h
index fea0d39..bea30d0 100644
--- a/src/wgtpkg-xmlsec.h
+++ b/src/wgtpkg-xmlsec.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-zip.c b/src/wgtpkg-zip.c
index 1653233..c1b59e7 100644
--- a/src/wgtpkg-zip.c
+++ b/src/wgtpkg-zip.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-zip.h b/src/wgtpkg-zip.h
index a2fd42a..dd1e479 100644
--- a/src/wgtpkg-zip.h
+++ b/src/wgtpkg-zip.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 IoT.bzh
+ Copyright (C) 2015-2020 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wrap-json.c b/src/wrap-json.c
index 93c9d1b..6fce73b 100644
--- a/src/wrap-json.c
+++ b/src/wrap-json.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 "IoT.bzh"
+ Copyright (C) 2015-2020 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wrap-json.h b/src/wrap-json.h
index 73389af..d014d0b 100644
--- a/src/wrap-json.h
+++ b/src/wrap-json.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016-2019 "IoT.bzh"
+ Copyright (C) 2015-2020 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>