From 3a6e947bef1b2942e24d2fdee1a76dbf3305b508 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 3 Jan 2017 11:07:48 +0100 Subject: [PATCH] Adds 2017 to copyrights MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3fcd64a038c6c5bca3d70186e2e68604aa392ed4 Signed-off-by: José Bollo --- CMakeLists.txt | 2 +- afm-main.pc.in | 2 +- src/CMakeLists.txt | 2 +- src/afm-db.c | 2 +- src/afm-db.h | 2 +- src/afm-launch-mode.c | 2 +- src/afm-launch-mode.h | 2 +- src/afm-launch.c | 2 +- src/afm-launch.h | 2 +- src/afm-main-binding.c | 2 +- src/afm-run.c | 2 +- src/afm-run.h | 2 +- src/afm-system-daemon.c | 2 +- src/afm-user-daemon.c | 2 +- src/afm.h | 2 +- src/secmgr-wrap.c | 2 +- src/secmgr-wrap.h | 2 +- src/simulation/smack.h | 2 +- src/utils-dir.c | 2 +- src/utils-dir.h | 2 +- src/utils-jbus.c | 2 +- src/utils-jbus.h | 2 +- src/utils-json.c | 2 +- src/utils-json.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.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-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 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fe6bb1..5796837 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2015, 2016 IoT.bzh +# Copyright 2015, 2016, 2017 IoT.bzh # # author: José Bollo # diff --git a/afm-main.pc.in b/afm-main.pc.in index 2133093..5683b95 100644 --- a/afm-main.pc.in +++ b/afm-main.pc.in @@ -1,5 +1,5 @@ ## -## Copyright (C) 2016 "IoT.bzh" +## Copyright (C) 2016, 2017 "IoT.bzh" ## Author: José Bollo ## ## This file is part of afb-daemon project. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e4efd1..991b5b8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2015, 2016 IoT.bzh +# Copyright 2015, 2016, 2017 IoT.bzh # # author: José Bollo # diff --git a/src/afm-db.c b/src/afm-db.c index 8cf3b37..638713e 100644 --- a/src/afm-db.c +++ b/src/afm-db.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-db.h b/src/afm-db.h index 3b94c05..34ee2bb 100644 --- a/src/afm-db.h +++ b/src/afm-db.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-launch-mode.c b/src/afm-launch-mode.c index bd6883b..fa4cd70 100644 --- a/src/afm-launch-mode.c +++ b/src/afm-launch-mode.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-launch-mode.h b/src/afm-launch-mode.h index 3a64e81..d032b6c 100644 --- a/src/afm-launch-mode.h +++ b/src/afm-launch-mode.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-launch.c b/src/afm-launch.c index 8391943..bb528e5 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-launch.h b/src/afm-launch.h index 1f5a462..916079b 100644 --- a/src/afm-launch.h +++ b/src/afm-launch.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-main-binding.c b/src/afm-main-binding.c index e8e08db..b2418d1 100644 --- a/src/afm-main-binding.c +++ b/src/afm-main-binding.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 IoT.bzh + * Copyright (C) 2015, 2016, 2017 IoT.bzh * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afm-run.c b/src/afm-run.c index f4f55e5..55b2daf 100644 --- a/src/afm-run.c +++ b/src/afm-run.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-run.h b/src/afm-run.h index 00ea4e8..1654832 100644 --- a/src/afm-run.h +++ b/src/afm-run.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-system-daemon.c b/src/afm-system-daemon.c index 101aff4..969bfaa 100644 --- a/src/afm-system-daemon.c +++ b/src/afm-system-daemon.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm-user-daemon.c b/src/afm-user-daemon.c index d4a9558..f9d74e9 100644 --- a/src/afm-user-daemon.c +++ b/src/afm-user-daemon.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/afm.h b/src/afm.h index 1d9aa62..3f75634 100644 --- a/src/afm.h +++ b/src/afm.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/secmgr-wrap.c b/src/secmgr-wrap.c index 072300c..1b60ac4 100644 --- a/src/secmgr-wrap.c +++ b/src/secmgr-wrap.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/secmgr-wrap.h b/src/secmgr-wrap.h index dc29e70..25011d3 100644 --- a/src/secmgr-wrap.h +++ b/src/secmgr-wrap.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/simulation/smack.h b/src/simulation/smack.h index 8ae01ef..4c4d38b 100644 --- a/src/simulation/smack.h +++ b/src/simulation/smack.h @@ -1,5 +1,5 @@ /* - Copyright 2016 IoT.bzh + Copyright 2016, 2017 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/utils-dir.c b/src/utils-dir.c index b993e86..aef0a65 100644 --- a/src/utils-dir.c +++ b/src/utils-dir.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/utils-dir.h b/src/utils-dir.h index 0bab01b..9e99ca0 100644 --- a/src/utils-dir.h +++ b/src/utils-dir.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/utils-jbus.c b/src/utils-jbus.c index 7bf53d0..cdf165f 100644 --- a/src/utils-jbus.c +++ b/src/utils-jbus.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/utils-jbus.h b/src/utils-jbus.h index 7750e84..c1ce3fe 100644 --- a/src/utils-jbus.h +++ b/src/utils-jbus.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/utils-json.c b/src/utils-json.c index 74df9a9..96da660 100644 --- a/src/utils-json.c +++ b/src/utils-json.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/utils-json.h b/src/utils-json.h index 3c4fee3..5f1151c 100644 --- a/src/utils-json.h +++ b/src/utils-json.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/verbose.c b/src/verbose.c index a91aeb1..2045bde 100644 --- a/src/verbose.c +++ b/src/verbose.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 "IoT.bzh" + Copyright (C) 2016, 2017 "IoT.bzh" author: José Bollo diff --git a/src/verbose.h b/src/verbose.h index 7e10d25..7e4d84f 100644 --- a/src/verbose.h +++ b/src/verbose.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 "IoT.bzh" + Copyright (C) 2016, 2017 "IoT.bzh" author: José Bollo diff --git a/src/wgt-config.c b/src/wgt-config.c index 39f72ce..453f295 100644 --- a/src/wgt-config.c +++ b/src/wgt-config.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgt-config.h b/src/wgt-config.h index eabb738..3209a58 100644 --- a/src/wgt-config.h +++ b/src/wgt-config.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgt-info.c b/src/wgt-info.c index 089a563..9ff7766 100644 --- a/src/wgt-info.c +++ b/src/wgt-info.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgt-info.h b/src/wgt-info.h index 5f2c415..be1d738 100644 --- a/src/wgt-info.h +++ b/src/wgt-info.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgt.c b/src/wgt.c index 27f347a..36dac0b 100644 --- a/src/wgt.c +++ b/src/wgt.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgt.h b/src/wgt.h index b15791e..6d39da8 100644 --- a/src/wgt.h +++ b/src/wgt.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-base64.c b/src/wgtpkg-base64.c index 60c3450..d500eaa 100644 --- a/src/wgtpkg-base64.c +++ b/src/wgtpkg-base64.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-base64.h b/src/wgtpkg-base64.h index 37f195f..7c4f30f 100644 --- a/src/wgtpkg-base64.h +++ b/src/wgtpkg-base64.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-certs.c b/src/wgtpkg-certs.c index da76a8c..0db72eb 100644 --- a/src/wgtpkg-certs.c +++ b/src/wgtpkg-certs.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-certs.h b/src/wgtpkg-certs.h index 5ab3872..6d060d9 100644 --- a/src/wgtpkg-certs.h +++ b/src/wgtpkg-certs.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-digsig.c b/src/wgtpkg-digsig.c index 4b18a43..756c51e 100644 --- a/src/wgtpkg-digsig.c +++ b/src/wgtpkg-digsig.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-digsig.h b/src/wgtpkg-digsig.h index 7633b4c..666063f 100644 --- a/src/wgtpkg-digsig.h +++ b/src/wgtpkg-digsig.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-files.c b/src/wgtpkg-files.c index cd2a5d0..503a84b 100644 --- a/src/wgtpkg-files.c +++ b/src/wgtpkg-files.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-files.h b/src/wgtpkg-files.h index 261fd02..c90454d 100644 --- a/src/wgtpkg-files.h +++ b/src/wgtpkg-files.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-info.c b/src/wgtpkg-info.c index df09def..f5d1b42 100644 --- a/src/wgtpkg-info.c +++ b/src/wgtpkg-info.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-install.c b/src/wgtpkg-install.c index 9881e9c..3dbd6ac 100644 --- a/src/wgtpkg-install.c +++ b/src/wgtpkg-install.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-install.h b/src/wgtpkg-install.h index 7b27b3a..d5b6a34 100644 --- a/src/wgtpkg-install.h +++ b/src/wgtpkg-install.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-installer.c b/src/wgtpkg-installer.c index 864d3d3..855e28d 100644 --- a/src/wgtpkg-installer.c +++ b/src/wgtpkg-installer.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-pack.c b/src/wgtpkg-pack.c index 4429ac9..d49680d 100644 --- a/src/wgtpkg-pack.c +++ b/src/wgtpkg-pack.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-permissions.c b/src/wgtpkg-permissions.c index 8379446..31a6cd1 100644 --- a/src/wgtpkg-permissions.c +++ b/src/wgtpkg-permissions.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-permissions.h b/src/wgtpkg-permissions.h index 08f6c9f..c48c8a1 100644 --- a/src/wgtpkg-permissions.h +++ b/src/wgtpkg-permissions.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-sign.c b/src/wgtpkg-sign.c index ebaf2dc..68f3d5c 100644 --- a/src/wgtpkg-sign.c +++ b/src/wgtpkg-sign.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-uninstall.c b/src/wgtpkg-uninstall.c index 87af491..a89d863 100644 --- a/src/wgtpkg-uninstall.c +++ b/src/wgtpkg-uninstall.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-uninstall.h b/src/wgtpkg-uninstall.h index 5e4e86d..2b1dbc4 100644 --- a/src/wgtpkg-uninstall.h +++ b/src/wgtpkg-uninstall.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-workdir.c b/src/wgtpkg-workdir.c index a9514c2..8695ae2 100644 --- a/src/wgtpkg-workdir.c +++ b/src/wgtpkg-workdir.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-workdir.h b/src/wgtpkg-workdir.h index 2fd44c8..6003b49 100644 --- a/src/wgtpkg-workdir.h +++ b/src/wgtpkg-workdir.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-xmlsec.c b/src/wgtpkg-xmlsec.c index ad80a75..5348133 100644 --- a/src/wgtpkg-xmlsec.c +++ b/src/wgtpkg-xmlsec.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-xmlsec.h b/src/wgtpkg-xmlsec.h index a19f26f..5c16d21 100644 --- a/src/wgtpkg-xmlsec.h +++ b/src/wgtpkg-xmlsec.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-zip.c b/src/wgtpkg-zip.c index 6fb839d..e450c0f 100644 --- a/src/wgtpkg-zip.c +++ b/src/wgtpkg-zip.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo diff --git a/src/wgtpkg-zip.h b/src/wgtpkg-zip.h index b3e7f04..1dc57c4 100644 --- a/src/wgtpkg-zip.h +++ b/src/wgtpkg-zip.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo -- 2.16.6