Update date of copyright notices
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 27 Feb 2018 13:52:35 +0000 (14:52 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 27 Feb 2018 13:52:35 +0000 (14:52 +0100)
commit24d000c2290126abf88204089d132229d63f9a05
tree9c4d84f92d7c89320d754d1aa837954afe73ec87
parentbd10bc4405f3777fe495cb9f62818d67ab584854
Update date of copyright notices

Change-Id: If9d7e7728df086fbb7214f1de5cbec35cd2f1d9b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
153 files changed:
CMakeLists.txt
afb-daemon.pc.in
bindings/CMakeLists.txt
bindings/intrinsics/CMakeLists.txt
bindings/intrinsics/afb-dbus-binding.c
bindings/samples/AuthLogin.c
bindings/samples/CMakeLists.txt
bindings/samples/DemoContext.c
bindings/samples/DemoPost.c
bindings/samples/HelloWorld.c
bindings/samples/ave.c
bindings/samples/tic-tac-toe.c
bindings/tutorial/CMakeLists.txt
include/CMakeLists.txt
include/afb/afb-auth.h
include/afb/afb-binding
include/afb/afb-binding-v1.h
include/afb/afb-binding-v2.h
include/afb/afb-binding-vdyn.h
include/afb/afb-binding.h
include/afb/afb-binding.hpp
include/afb/afb-daemon-itf.h
include/afb/afb-daemon-v1.h
include/afb/afb-daemon-v2.h
include/afb/afb-dynapi-itf.h
include/afb/afb-dynapi.h
include/afb/afb-event.h
include/afb/afb-eventid-itf.h
include/afb/afb-eventid.h
include/afb/afb-req-itf.h
include/afb/afb-req-v1.h
include/afb/afb-req-v2.h
include/afb/afb-req.h
include/afb/afb-request-itf.h
include/afb/afb-request.h
include/afb/afb-service-itf.h
include/afb/afb-service-v1.h
include/afb/afb-service-v2.h
include/afb/afb-session-v1.h
include/afb/afb-session-v2.h
include/afb/afb-verbosity.h
libafbwsc.pc.in
src/CMakeLists.txt
src/afb-api-dbus.c
src/afb-api-dbus.h
src/afb-api-dyn.c
src/afb-api-dyn.h
src/afb-api-so-v1.c
src/afb-api-so-v1.h
src/afb-api-so-v2.c
src/afb-api-so-v2.h
src/afb-api-so-vdyn.c
src/afb-api-so-vdyn.h
src/afb-api-so.c
src/afb-api-so.h
src/afb-api-ws.c
src/afb-api-ws.h
src/afb-api.c
src/afb-api.h
src/afb-apiset.c
src/afb-apiset.h
src/afb-auth.c
src/afb-auth.h
src/afb-client-demo.c
src/afb-common.c
src/afb-common.h
src/afb-config.c
src/afb-config.h
src/afb-context.c
src/afb-context.h
src/afb-cred.c
src/afb-cred.h
src/afb-debug.c
src/afb-debug.h
src/afb-evt.c
src/afb-evt.h
src/afb-export.c
src/afb-export.h
src/afb-hook.c
src/afb-hook.h
src/afb-hreq.c
src/afb-hreq.h
src/afb-hsrv.c
src/afb-hsrv.h
src/afb-hswitch.c
src/afb-hswitch.h
src/afb-method.c
src/afb-method.h
src/afb-monitor.c
src/afb-monitor.h
src/afb-msg-json.c
src/afb-msg-json.h
src/afb-proto-ws.c
src/afb-proto-ws.h
src/afb-session.c
src/afb-session.h
src/afb-stub-ws.c
src/afb-stub-ws.h
src/afb-supervision.c
src/afb-supervision.h
src/afb-systemd.c
src/afb-systemd.h
src/afb-trace.c
src/afb-trace.h
src/afb-websock.c
src/afb-websock.h
src/afb-ws-client.c
src/afb-ws-client.h
src/afb-ws-json1.c
src/afb-ws-json1.h
src/afb-ws.c
src/afb-ws.h
src/afb-wsj1.c
src/afb-wsj1.h
src/afb-xreq.c
src/afb-xreq.h
src/afs-config.c
src/afs-config.h
src/afs-discover.c
src/afs-main.c
src/afs-supervision.h
src/afs-supervisor.c
src/devtools/CMakeLists.txt
src/devtools/exprefs.c
src/devtools/genskel.c
src/devtools/json2c.c
src/jobs-fake.c
src/jobs.c
src/jobs.h
src/locale-root.c
src/locale-root.h
src/main.c
src/process-name.c
src/process-name.h
src/sig-monitor.c
src/sig-monitor.h
src/subpath.c
src/subpath.h
src/tests/CMakeLists.txt
src/tests/session/CMakeLists.txt
src/verbose.c
src/verbose.h
src/websock.c
src/websock.h
src/wrap-json.c
src/wrap-json.h
test/AFB.js
test/monitoring/AFB.js
test/monitoring/monitor-base.css
test/monitoring/monitor-demo.css
test/monitoring/monitor-pastel.css
test/monitoring/monitor.html
test/monitoring/monitor.js