From a38382e89710db2c298f7f101e3ba0cf3681287c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 3 Jan 2017 11:07:56 +0100 Subject: [PATCH] Adds 2017 to copyrights MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id85c4eb4e36a05b61346004ba95daa19faf5074f Signed-off-by: José Bollo --- afb-daemon.pc.in | 2 +- bindings/audio/audio-alsa.c | 2 +- bindings/audio/audio-alsa.h | 2 +- bindings/audio/audio-api.c | 2 +- bindings/audio/audio-api.h | 2 +- bindings/audio/audio-pulse.c | 2 +- bindings/audio/audio-pulse.h | 2 +- bindings/intrinsics/afb-dbus-binding.c | 2 +- bindings/media/media-api.c | 2 +- bindings/media/media-api.h | 2 +- bindings/media/media-rygel.c | 2 +- bindings/media/media-rygel.h | 2 +- bindings/radio/radio-api.c | 2 +- bindings/radio/radio-api.h | 2 +- bindings/radio/radio-rtlsdr.c | 2 +- bindings/radio/radio-rtlsdr.h | 2 +- bindings/samples/AuthLogin.c | 2 +- bindings/samples/DemoContext.c | 2 +- bindings/samples/DemoPost.c | 2 +- bindings/samples/HelloWorld.c | 2 +- bindings/samples/tic-tac-toe.c | 2 +- include/afb/afb-binding.h | 2 +- include/afb/afb-event-itf.h | 2 +- include/afb/afb-plugin.h | 2 +- include/afb/afb-req-itf.h | 2 +- include/afb/afb-service-itf.h | 2 +- libafbwsc.pc.in | 2 +- src/afb-api-dbus.c | 2 +- src/afb-api-dbus.h | 2 +- src/afb-api-so.c | 2 +- src/afb-api-so.h | 2 +- src/afb-api-ws.c | 2 +- src/afb-api-ws.h | 2 +- src/afb-apis.c | 2 +- src/afb-apis.h | 2 +- src/afb-client-demo.c | 2 +- src/afb-common.c | 2 +- src/afb-common.h | 2 +- src/afb-config.h | 2 +- src/afb-context.c | 2 +- src/afb-context.h | 2 +- src/afb-evt.c | 2 +- src/afb-evt.h | 2 +- src/afb-hook.c | 2 +- src/afb-hook.h | 2 +- src/afb-hreq.c | 2 +- src/afb-hreq.h | 2 +- src/afb-hsrv.c | 2 +- src/afb-hsrv.h | 2 +- src/afb-hswitch.c | 2 +- src/afb-hswitch.h | 2 +- src/afb-method.c | 2 +- src/afb-method.h | 2 +- src/afb-msg-json.c | 2 +- src/afb-msg-json.h | 2 +- src/afb-sig-handler.c | 2 +- src/afb-sig-handler.h | 2 +- src/afb-subcall.c | 2 +- src/afb-subcall.h | 2 +- src/afb-svc.c | 2 +- src/afb-svc.h | 2 +- src/afb-thread.c | 2 +- src/afb-thread.h | 2 +- src/afb-websock.c | 2 +- src/afb-websock.h | 2 +- src/afb-ws-client.c | 2 +- src/afb-ws-client.h | 2 +- src/afb-ws-json1.c | 2 +- src/afb-ws-json1.h | 2 +- src/afb-ws.c | 2 +- src/afb-ws.h | 2 +- src/afb-wsj1.c | 2 +- src/afb-wsj1.h | 2 +- src/locale-root.h | 2 +- src/main.c | 4 ++-- src/session.c | 2 +- src/session.h | 2 +- src/verbose.c | 2 +- src/verbose.h | 2 +- src/websock.c | 2 +- src/websock.h | 2 +- 81 files changed, 82 insertions(+), 82 deletions(-) diff --git a/afb-daemon.pc.in b/afb-daemon.pc.in index 34a470a3..da2a740c 100644 --- a/afb-daemon.pc.in +++ b/afb-daemon.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/bindings/audio/audio-alsa.c b/bindings/audio/audio-alsa.c index 45ff2edb..cfb111bc 100644 --- a/bindings/audio/audio-alsa.c +++ b/bindings/audio/audio-alsa.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/audio/audio-alsa.h b/bindings/audio/audio-alsa.h index 679d4eee..651d57ce 100644 --- a/bindings/audio/audio-alsa.h +++ b/bindings/audio/audio-alsa.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/audio/audio-api.c b/bindings/audio/audio-api.c index b20731f2..7466173e 100644 --- a/bindings/audio/audio-api.c +++ b/bindings/audio/audio-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/audio/audio-api.h b/bindings/audio/audio-api.h index f5c77c2e..1b40136d 100644 --- a/bindings/audio/audio-api.h +++ b/bindings/audio/audio-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/audio/audio-pulse.c b/bindings/audio/audio-pulse.c index a6d1e4dc..16e7aa15 100644 --- a/bindings/audio/audio-pulse.c +++ b/bindings/audio/audio-pulse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/audio/audio-pulse.h b/bindings/audio/audio-pulse.h index ad8ff490..7ef5dd77 100644 --- a/bindings/audio/audio-pulse.h +++ b/bindings/audio/audio-pulse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/intrinsics/afb-dbus-binding.c b/bindings/intrinsics/afb-dbus-binding.c index dda59453..4eab2eb2 100644 --- a/bindings/intrinsics/afb-dbus-binding.c +++ b/bindings/intrinsics/afb-dbus-binding.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/media/media-api.c b/bindings/media/media-api.c index 39c2e2c9..32a1d3d3 100644 --- a/bindings/media/media-api.c +++ b/bindings/media/media-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/media/media-api.h b/bindings/media/media-api.h index c1d764c2..1c7af678 100644 --- a/bindings/media/media-api.h +++ b/bindings/media/media-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/media/media-rygel.c b/bindings/media/media-rygel.c index 38a8a442..be191921 100644 --- a/bindings/media/media-rygel.c +++ b/bindings/media/media-rygel.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/media/media-rygel.h b/bindings/media/media-rygel.h index 951c6b89..82a758ac 100644 --- a/bindings/media/media-rygel.h +++ b/bindings/media/media-rygel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/radio/radio-api.c b/bindings/radio/radio-api.c index 7b3036ed..9c1fef6c 100644 --- a/bindings/radio/radio-api.c +++ b/bindings/radio/radio-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/radio/radio-api.h b/bindings/radio/radio-api.h index 9b91ec69..e2e7ab20 100644 --- a/bindings/radio/radio-api.h +++ b/bindings/radio/radio-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/radio/radio-rtlsdr.c b/bindings/radio/radio-rtlsdr.c index 00ceba63..3f705cbc 100644 --- a/bindings/radio/radio-rtlsdr.c +++ b/bindings/radio/radio-rtlsdr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/radio/radio-rtlsdr.h b/bindings/radio/radio-rtlsdr.h index 2308f27e..3ee80af8 100644 --- a/bindings/radio/radio-rtlsdr.h +++ b/bindings/radio/radio-rtlsdr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/samples/AuthLogin.c b/bindings/samples/AuthLogin.c index 824efc6d..62205176 100644 --- a/bindings/samples/AuthLogin.c +++ b/bindings/samples/AuthLogin.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/bindings/samples/DemoContext.c b/bindings/samples/DemoContext.c index 0427a4de..66dc6ccf 100644 --- a/bindings/samples/DemoContext.c +++ b/bindings/samples/DemoContext.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/bindings/samples/DemoPost.c b/bindings/samples/DemoPost.c index f74b7e23..bed5d444 100644 --- a/bindings/samples/DemoPost.c +++ b/bindings/samples/DemoPost.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/bindings/samples/HelloWorld.c b/bindings/samples/HelloWorld.c index 66dec8fa..9e14befa 100644 --- a/bindings/samples/HelloWorld.c +++ b/bindings/samples/HelloWorld.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/bindings/samples/tic-tac-toe.c b/bindings/samples/tic-tac-toe.c index 0100fc05..fb5eb926 100644 --- a/bindings/samples/tic-tac-toe.c +++ b/bindings/samples/tic-tac-toe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index 43075df1..41ce0c52 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-event-itf.h b/include/afb/afb-event-itf.h index ad9206a9..7b14de97 100644 --- a/include/afb/afb-event-itf.h +++ b/include/afb/afb-event-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-plugin.h b/include/afb/afb-plugin.h index 58819f48..02d53143 100644 --- a/include/afb/afb-plugin.h +++ b/include/afb/afb-plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-itf.h b/include/afb/afb-req-itf.h index 153887b0..c980838e 100644 --- a/include/afb/afb-req-itf.h +++ b/include/afb/afb-req-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-service-itf.h b/include/afb/afb-service-itf.h index 9b7ae739..7b5d8f23 100644 --- a/include/afb/afb-service-itf.h +++ b/include/afb/afb-service-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libafbwsc.pc.in b/libafbwsc.pc.in index a8b29d71..78172012 100644 --- a/libafbwsc.pc.in +++ b/libafbwsc.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/afb-api-dbus.c b/src/afb-api-dbus.c index 62a83de0..9ebe1fad 100644 --- a/src/afb-api-dbus.c +++ b/src/afb-api-dbus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-dbus.h b/src/afb-api-dbus.h index 10f5f7ff..b4c2da8d 100644 --- a/src/afb-api-dbus.h +++ b/src/afb-api-dbus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so.c b/src/afb-api-so.c index ea7ffb1f..5fa3e44b 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so.h b/src/afb-api-so.h index d2ffbc8f..08f7f25f 100644 --- a/src/afb-api-so.h +++ b/src/afb-api-so.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-ws.c b/src/afb-api-ws.c index 1049a07b..cb7b4f58 100644 --- a/src/afb-api-ws.c +++ b/src/afb-api-ws.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h index aef02d5b..9da4e012 100644 --- a/src/afb-api-ws.h +++ b/src/afb-api-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-apis.c b/src/afb-apis.c index a4087838..6bc42779 100644 --- a/src/afb-apis.c +++ b/src/afb-apis.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-apis.h b/src/afb-apis.h index cc977ec2..1dd9566b 100644 --- a/src/afb-apis.h +++ b/src/afb-apis.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-client-demo.c b/src/afb-client-demo.c index e8ee2f11..4f8882e2 100644 --- a/src/afb-client-demo.c +++ b/src/afb-client-demo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-common.c b/src/afb-common.c index 81bf5376..47ba40f7 100644 --- a/src/afb-common.c +++ b/src/afb-common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-common.h b/src/afb-common.h index 676b3ddc..1361d5f5 100644 --- a/src/afb-common.h +++ b/src/afb-common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-config.h b/src/afb-config.h index cc8e8c2f..9ff4cd64 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 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/afb-context.c b/src/afb-context.c index 5fe32764..0bcc79c3 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-context.h b/src/afb-context.h index 27a262ac..35709e20 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-evt.c b/src/afb-evt.c index d8853b9d..8ae31cc5 100644 --- a/src/afb-evt.c +++ b/src/afb-evt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-evt.h b/src/afb-evt.h index 8ebb2ec0..bd765b8c 100644 --- a/src/afb-evt.h +++ b/src/afb-evt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hook.c b/src/afb-hook.c index c06eb789..f7d3e5b4 100644 --- a/src/afb-hook.c +++ b/src/afb-hook.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hook.h b/src/afb-hook.h index e13aa1b1..ae6ef832 100644 --- a/src/afb-hook.h +++ b/src/afb-hook.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hreq.c b/src/afb-hreq.c index 885a4561..b0f1172e 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 9ccf6c9b..72cefcf1 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c index 56509c3c..6bc8ffa3 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h index 532af7d7..dc409c8e 100644 --- a/src/afb-hsrv.h +++ b/src/afb-hsrv.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 "IoT.bzh" + Copyright (C) 2016, 2017 "IoT.bzh" author: José Bollo diff --git a/src/afb-hswitch.c b/src/afb-hswitch.c index 621856e9..90dc2ffa 100644 --- a/src/afb-hswitch.c +++ b/src/afb-hswitch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h index 65dc9e91..51773741 100644 --- a/src/afb-hswitch.h +++ b/src/afb-hswitch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-method.c b/src/afb-method.c index da3b6271..5aae2f82 100644 --- a/src/afb-method.c +++ b/src/afb-method.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-method.h b/src/afb-method.h index 53fc5b4e..26b6ca48 100644 --- a/src/afb-method.h +++ b/src/afb-method.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-msg-json.c b/src/afb-msg-json.c index 59af9d96..7702eb63 100644 --- a/src/afb-msg-json.c +++ b/src/afb-msg-json.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h index 59827bed..9805d3b8 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-sig-handler.c b/src/afb-sig-handler.c index 25a54378..bbf1531a 100644 --- a/src/afb-sig-handler.c +++ b/src/afb-sig-handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-sig-handler.h b/src/afb-sig-handler.h index 6fa000e9..4f41324d 100644 --- a/src/afb-sig-handler.h +++ b/src/afb-sig-handler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-subcall.c b/src/afb-subcall.c index 6566b5b2..00547c47 100644 --- a/src/afb-subcall.c +++ b/src/afb-subcall.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-subcall.h b/src/afb-subcall.h index 0de51dae..e3e07f68 100644 --- a/src/afb-subcall.h +++ b/src/afb-subcall.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-svc.c b/src/afb-svc.c index 74f32ece..4038218c 100644 --- a/src/afb-svc.c +++ b/src/afb-svc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-svc.h b/src/afb-svc.h index 3069e4a1..be82b161 100644 --- a/src/afb-svc.h +++ b/src/afb-svc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-thread.c b/src/afb-thread.c index 201e1373..790b86b0 100644 --- a/src/afb-thread.c +++ b/src/afb-thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-thread.h b/src/afb-thread.h index e25f90ec..0559dfc0 100644 --- a/src/afb-thread.h +++ b/src/afb-thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-websock.c b/src/afb-websock.c index 0228ce1b..8fbf22c2 100644 --- a/src/afb-websock.c +++ b/src/afb-websock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-websock.h b/src/afb-websock.h index 7aac0d0d..379c3fb4 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-ws-client.c b/src/afb-ws-client.c index f00707c3..582212fc 100644 --- a/src/afb-ws-client.c +++ b/src/afb-ws-client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-ws-client.h b/src/afb-ws-client.h index 7dd825fe..5bcd31ba 100644 --- a/src/afb-ws-client.h +++ b/src/afb-ws-client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c index 8f558ab6..ce0ae29f 100644 --- a/src/afb-ws-json1.c +++ b/src/afb-ws-json1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-ws-json1.h b/src/afb-ws-json1.h index f714c222..3bcda818 100644 --- a/src/afb-ws-json1.h +++ b/src/afb-ws-json1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-ws.c b/src/afb-ws.c index d159c28a..5af2434f 100644 --- a/src/afb-ws.c +++ b/src/afb-ws.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-ws.h b/src/afb-ws.h index 5ba3cc1a..4b26f0b9 100644 --- a/src/afb-ws.h +++ b/src/afb-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-wsj1.c b/src/afb-wsj1.c index 253bb5ea..42d842e2 100644 --- a/src/afb-wsj1.c +++ b/src/afb-wsj1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-wsj1.h b/src/afb-wsj1.h index 18657c33..7e318f6f 100644 --- a/src/afb-wsj1.h +++ b/src/afb-wsj1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/locale-root.h b/src/locale-root.h index 6dfdbe5f..0e5b837b 100644 --- a/src/locale-root.h +++ b/src/locale-root.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/main.c b/src/main.c index 8de402eb..4a074eee 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 "IoT.bzh" + * Copyright (C) 2015, 2016, 2017 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * @@ -156,7 +156,7 @@ static void printVersion (FILE *file) fprintf(file, "\n----------------------------------------- \n"); fprintf(file, " AFB [Application Framework Binder] version=%s |\n", AFB_VERSION); fprintf(file, " \n"); - fprintf(file, " Copyright (C) 2015, 2016 \"IoT.bzh\" [fulup -at- iot.bzh]\n"); + fprintf(file, " Copyright (C) 2015, 2016, 2017 \"IoT.bzh\" [fulup -at- iot.bzh]\n"); fprintf(file, " AFB comes with ABSOLUTELY NO WARRANTY.\n"); fprintf(file, " Licence Apache 2\n\n"); exit (0); diff --git a/src/session.c b/src/session.c index 9944e764..7e1e4c68 100644 --- a/src/session.c +++ b/src/session.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/session.h b/src/session.h index fa6f9c2d..23993248 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2016, 2017 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/verbose.c b/src/verbose.c index a91aeb1f..2045bde1 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 7e10d252..7e4d84f7 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/websock.c b/src/websock.c index e899ee52..04661c11 100644 --- a/src/websock.c +++ b/src/websock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 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/websock.h b/src/websock.h index 660f4516..0e6807ea 100644 --- a/src/websock.h +++ b/src/websock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 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. -- 2.16.6