From a123bb31906ef03ff813559aee426282416d729d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 8 Jan 2020 12:48:58 +0100 Subject: [PATCH] Update copyright MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1d68e07563d9f0f139d1bc8128e09a5da0a648af Signed-off-by: José Bollo --- CMakeLists.txt | 2 +- afm-main.pc.in | 2 +- certs/CMakeLists.txt | 2 +- conf/CMakeLists.txt | 2 +- conf/dbus/CMakeLists.txt | 2 +- conf/system/CMakeLists.txt | 2 +- conf/unit/CMakeLists.txt | 2 +- conf/user/CMakeLists.txt | 2 +- scripts/CMakeLists.txt | 2 +- scripts/afm-debug.in | 2 +- src/CMakeLists.txt | 2 +- src/afm-binding.c | 2 +- src/afm-udb.c | 2 +- src/afm-udb.h | 2 +- src/afm-urun.c | 2 +- src/afm-urun.h | 2 +- src/afm-user-daemon.c | 4 ++-- src/afm-user-session.c | 2 +- src/secmgr-wrap.c | 2 +- src/secmgr-wrap.h | 2 +- src/simulation/security-manager.h | 2 +- src/simulation/smack.h | 2 +- src/tests/CMakeLists.txt | 2 +- src/tests/test-unit/CMakeLists.txt | 2 +- src/tests/test-unit/test-unit.c | 2 +- src/utils-dir.c | 2 +- src/utils-dir.h | 2 +- src/utils-file.c | 2 +- src/utils-file.h | 2 +- src/utils-jbus.c | 2 +- src/utils-jbus.h | 2 +- src/utils-json.c | 2 +- src/utils-json.h | 2 +- src/utils-systemd.c | 2 +- src/utils-systemd.h | 2 +- src/verbose.c | 2 +- src/verbose.h | 2 +- src/wgt-config.c | 2 +- src/wgt-config.h | 2 +- src/wgt-info.c | 2 +- src/wgt-info.h | 2 +- src/wgt-json.c | 2 +- src/wgt-json.h | 2 +- src/wgt-strings.c | 2 +- src/wgt-strings.h | 2 +- src/wgt.c | 2 +- src/wgt.h | 2 +- src/wgtpkg-base64.c | 2 +- src/wgtpkg-base64.h | 2 +- src/wgtpkg-certs.c | 2 +- src/wgtpkg-certs.h | 2 +- src/wgtpkg-digsig.c | 2 +- src/wgtpkg-digsig.h | 2 +- src/wgtpkg-files.c | 2 +- src/wgtpkg-files.h | 2 +- src/wgtpkg-info.c | 4 ++-- src/wgtpkg-install.c | 2 +- src/wgtpkg-install.h | 2 +- src/wgtpkg-installer.c | 4 ++-- src/wgtpkg-pack.c | 4 ++-- src/wgtpkg-permissions.c | 2 +- src/wgtpkg-permissions.h | 2 +- src/wgtpkg-sign.c | 4 ++-- src/wgtpkg-uninstall.c | 2 +- src/wgtpkg-uninstall.h | 2 +- src/wgtpkg-unit.c | 2 +- src/wgtpkg-unit.h | 2 +- src/wgtpkg-workdir.c | 2 +- src/wgtpkg-workdir.h | 2 +- src/wgtpkg-xmlsec.c | 2 +- src/wgtpkg-xmlsec.h | 2 +- src/wgtpkg-zip.c | 2 +- src/wgtpkg-zip.h | 2 +- src/wrap-json.c | 2 +- src/wrap-json.h | 2 +- 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 # 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 ## ## 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # Sebastien Douheret 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 # 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 * * 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 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 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 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 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 @@ -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 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 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 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 # 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 # 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 @@ -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 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 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 @@ -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 @@ -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 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 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 @@ -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 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 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 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 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 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 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 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 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 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 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 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 -- 2.16.6