aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-01-03 11:07:48 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-01-03 11:07:48 +0100
commit3a6e947bef1b2942e24d2fdee1a76dbf3305b508 (patch)
tree18f0a453d59a83e11f5c435dbe87b72efdd2e6c1 /src
parentc6b2074e18ce7a37a59bc1c3831407b42b18c889 (diff)
Adds 2017 to copyrights
Change-Id: I3fcd64a038c6c5bca3d70186e2e68604aa392ed4 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/afm-db.c2
-rw-r--r--src/afm-db.h2
-rw-r--r--src/afm-launch-mode.c2
-rw-r--r--src/afm-launch-mode.h2
-rw-r--r--src/afm-launch.c2
-rw-r--r--src/afm-launch.h2
-rw-r--r--src/afm-main-binding.c2
-rw-r--r--src/afm-run.c2
-rw-r--r--src/afm-run.h2
-rw-r--r--src/afm-system-daemon.c2
-rw-r--r--src/afm-user-daemon.c2
-rw-r--r--src/afm.h2
-rw-r--r--src/secmgr-wrap.c2
-rw-r--r--src/secmgr-wrap.h2
-rw-r--r--src/simulation/smack.h2
-rw-r--r--src/utils-dir.c2
-rw-r--r--src/utils-dir.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/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.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.c2
-rw-r--r--src/wgtpkg-install.c2
-rw-r--r--src/wgtpkg-install.h2
-rw-r--r--src/wgtpkg-installer.c2
-rw-r--r--src/wgtpkg-pack.c2
-rw-r--r--src/wgtpkg-permissions.c2
-rw-r--r--src/wgtpkg-permissions.h2
-rw-r--r--src/wgtpkg-sign.c2
-rw-r--r--src/wgtpkg-uninstall.c2
-rw-r--r--src/wgtpkg-uninstall.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
54 files changed, 54 insertions, 54 deletions
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 <jose.bollo@iot.bzh>
#
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>
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 <jose.bollo@iot.bzh>