From 63c180a63657bc7dd55bab423ea0c2751c87310b Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 27 Feb 2018 15:10:08 +0100 Subject: Update date of copyright notices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia4ef2a6e3c07616ccd756933a82f0806844c4faf Signed-off-by: José Bollo --- CMakeLists.txt | 2 +- afm-main.pc.in | 2 +- certs/CMakeLists.txt | 2 +- conf/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 | 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 | 2 +- src/wgtpkg-install.c | 2 +- src/wgtpkg-install.h | 2 +- src/wgtpkg-installer.c | 2 +- src/wgtpkg-pack.c | 2 +- src/wgtpkg-permissions.c | 2 +- src/wgtpkg-permissions.h | 2 +- src/wgtpkg-sign.c | 2 +- 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 +- 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 # 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 ## ## 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 # 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 # 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 # 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 # 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 # 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 # 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 # Sebastien Douheret 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 # 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 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 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 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 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 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 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 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 # 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 # 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit 1.2.3-korg