aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-10-26 13:36:38 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-10-28 15:35:02 +0200
commit27bb304eee3485c73e1be677fbc820591bacc2f9 (patch)
treed718bd757638082eb0f1705ce9a186301451490f
parentc31038db1cff938d7fa1f12f757c1c57ab51c0bd (diff)
update dates of headers
Change-Id: Ie82326a91ff61f079421239ffa83428f552194ab Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt2
-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/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/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
52 files changed, 52 insertions, 52 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3c41f58..e2e62b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2015 IoT.bzh
+# Copyright 2015, 2016 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 91a2cc1..1e4efd1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright 2015 IoT.bzh
+# Copyright 2015, 2016 IoT.bzh
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/src/afm-db.c b/src/afm-db.c
index 034617b..869a0f0 100644
--- a/src/afm-db.c
+++ b/src/afm-db.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-db.h b/src/afm-db.h
index aacd85c..3b94c05 100644
--- a/src/afm-db.h
+++ b/src/afm-db.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-launch-mode.c b/src/afm-launch-mode.c
index 79a31f4..bd6883b 100644
--- a/src/afm-launch-mode.c
+++ b/src/afm-launch-mode.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-launch-mode.h b/src/afm-launch-mode.h
index f845d40..3a64e81 100644
--- a/src/afm-launch-mode.h
+++ b/src/afm-launch-mode.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-launch.c b/src/afm-launch.c
index 88402c9..237a7ed 100644
--- a/src/afm-launch.c
+++ b/src/afm-launch.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-launch.h b/src/afm-launch.h
index b6c59f6..1f5a462 100644
--- a/src/afm-launch.h
+++ b/src/afm-launch.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-main-binding.c b/src/afm-main-binding.c
index 919caa4..6d90624 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 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 425189e..18824f9 100644
--- a/src/afm-run.c
+++ b/src/afm-run.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-run.h b/src/afm-run.h
index 88b6625..5b2e2b8 100644
--- a/src/afm-run.h
+++ b/src/afm-run.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-system-daemon.c b/src/afm-system-daemon.c
index ace6dc4..101aff4 100644
--- a/src/afm-system-daemon.c
+++ b/src/afm-system-daemon.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm-user-daemon.c b/src/afm-user-daemon.c
index d0bef18..aecea8d 100644
--- a/src/afm-user-daemon.c
+++ b/src/afm-user-daemon.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afm.h b/src/afm.h
index e7d1690..1d9aa62 100644
--- a/src/afm.h
+++ b/src/afm.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/secmgr-wrap.c b/src/secmgr-wrap.c
index e4f0a4a..072300c 100644
--- a/src/secmgr-wrap.c
+++ b/src/secmgr-wrap.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/secmgr-wrap.h b/src/secmgr-wrap.h
index db5d0bb..dc29e70 100644
--- a/src/secmgr-wrap.h
+++ b/src/secmgr-wrap.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.c b/src/utils-dir.c
index 96e803b..b993e86 100644
--- a/src/utils-dir.c
+++ b/src/utils-dir.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-dir.h b/src/utils-dir.h
index cbeae1b..0bab01b 100644
--- a/src/utils-dir.h
+++ b/src/utils-dir.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-jbus.c b/src/utils-jbus.c
index c38919d..7bf53d0 100644
--- a/src/utils-jbus.c
+++ b/src/utils-jbus.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-jbus.h b/src/utils-jbus.h
index ff4c8fa..7750e84 100644
--- a/src/utils-jbus.h
+++ b/src/utils-jbus.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-json.c b/src/utils-json.c
index 088dc40..c582837 100644
--- a/src/utils-json.c
+++ b/src/utils-json.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/utils-json.h b/src/utils-json.h
index 9d495f8..a08e8b9 100644
--- a/src/utils-json.h
+++ b/src/utils-json.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-config.c b/src/wgt-config.c
index 5760177..39f72ce 100644
--- a/src/wgt-config.c
+++ b/src/wgt-config.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-config.h b/src/wgt-config.h
index 5457e57..eabb738 100644
--- a/src/wgt-config.h
+++ b/src/wgt-config.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-info.c b/src/wgt-info.c
index 976fc54..c8308fa 100644
--- a/src/wgt-info.c
+++ b/src/wgt-info.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt-info.h b/src/wgt-info.h
index 4d27e21..5f2c415 100644
--- a/src/wgt-info.h
+++ b/src/wgt-info.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.c b/src/wgt.c
index 94fe317..27f347a 100644
--- a/src/wgt.c
+++ b/src/wgt.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgt.h b/src/wgt.h
index 0ac66f8..b15791e 100644
--- a/src/wgt.h
+++ b/src/wgt.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-base64.c b/src/wgtpkg-base64.c
index de9d282..60c3450 100644
--- a/src/wgtpkg-base64.c
+++ b/src/wgtpkg-base64.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-base64.h b/src/wgtpkg-base64.h
index b3616b4..37f195f 100644
--- a/src/wgtpkg-base64.h
+++ b/src/wgtpkg-base64.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-certs.c b/src/wgtpkg-certs.c
index 2201632..da76a8c 100644
--- a/src/wgtpkg-certs.c
+++ b/src/wgtpkg-certs.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-certs.h b/src/wgtpkg-certs.h
index 6342581..5ab3872 100644
--- a/src/wgtpkg-certs.h
+++ b/src/wgtpkg-certs.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-digsig.c b/src/wgtpkg-digsig.c
index baccbed..4b18a43 100644
--- a/src/wgtpkg-digsig.c
+++ b/src/wgtpkg-digsig.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-digsig.h b/src/wgtpkg-digsig.h
index ad0788a..7633b4c 100644
--- a/src/wgtpkg-digsig.h
+++ b/src/wgtpkg-digsig.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-files.c b/src/wgtpkg-files.c
index 46ea047..cd2a5d0 100644
--- a/src/wgtpkg-files.c
+++ b/src/wgtpkg-files.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-files.h b/src/wgtpkg-files.h
index e3aabf8..261fd02 100644
--- a/src/wgtpkg-files.h
+++ b/src/wgtpkg-files.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-info.c b/src/wgtpkg-info.c
index 177c207..df09def 100644
--- a/src/wgtpkg-info.c
+++ b/src/wgtpkg-info.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-install.c b/src/wgtpkg-install.c
index c1baaa5..1294f62 100644
--- a/src/wgtpkg-install.c
+++ b/src/wgtpkg-install.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-install.h b/src/wgtpkg-install.h
index f3dd123..7b27b3a 100644
--- a/src/wgtpkg-install.h
+++ b/src/wgtpkg-install.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-installer.c b/src/wgtpkg-installer.c
index 792e8c2..864d3d3 100644
--- a/src/wgtpkg-installer.c
+++ b/src/wgtpkg-installer.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-pack.c b/src/wgtpkg-pack.c
index 0eeb4ab..4429ac9 100644
--- a/src/wgtpkg-pack.c
+++ b/src/wgtpkg-pack.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-permissions.c b/src/wgtpkg-permissions.c
index dcee645..362b1c1 100644
--- a/src/wgtpkg-permissions.c
+++ b/src/wgtpkg-permissions.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-permissions.h b/src/wgtpkg-permissions.h
index eb1d500..08f6c9f 100644
--- a/src/wgtpkg-permissions.h
+++ b/src/wgtpkg-permissions.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-sign.c b/src/wgtpkg-sign.c
index 5a5d019..ebaf2dc 100644
--- a/src/wgtpkg-sign.c
+++ b/src/wgtpkg-sign.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-uninstall.c b/src/wgtpkg-uninstall.c
index 1d4e0df..87af491 100644
--- a/src/wgtpkg-uninstall.c
+++ b/src/wgtpkg-uninstall.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-uninstall.h b/src/wgtpkg-uninstall.h
index f3b4c5b..5e4e86d 100644
--- a/src/wgtpkg-uninstall.h
+++ b/src/wgtpkg-uninstall.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.c b/src/wgtpkg-workdir.c
index 7d6e2a8..a9514c2 100644
--- a/src/wgtpkg-workdir.c
+++ b/src/wgtpkg-workdir.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-workdir.h b/src/wgtpkg-workdir.h
index 490c647..2fd44c8 100644
--- a/src/wgtpkg-workdir.h
+++ b/src/wgtpkg-workdir.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-xmlsec.c b/src/wgtpkg-xmlsec.c
index f2863db..ad80a75 100644
--- a/src/wgtpkg-xmlsec.c
+++ b/src/wgtpkg-xmlsec.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-xmlsec.h b/src/wgtpkg-xmlsec.h
index 08597ab..a19f26f 100644
--- a/src/wgtpkg-xmlsec.h
+++ b/src/wgtpkg-xmlsec.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-zip.c b/src/wgtpkg-zip.c
index aba0520..50dbf5d 100644
--- a/src/wgtpkg-zip.c
+++ b/src/wgtpkg-zip.c
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/wgtpkg-zip.h b/src/wgtpkg-zip.h
index 03d0433..b3e7f04 100644
--- a/src/wgtpkg-zip.h
+++ b/src/wgtpkg-zip.h
@@ -1,5 +1,5 @@
/*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016 IoT.bzh
author: José Bollo <jose.bollo@iot.bzh>