From 8112056eecede587bf884f56629858c8b21bdbec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 13 May 2016 16:40:17 +0200 Subject: [PATCH] cleaning copyrights MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4ff7349b1a87f92a7d9f378c715054061f06df57 Signed-off-by: José Bollo --- include/afb-evmgr-itf.h | 2 +- include/afb-plugin.h | 2 +- include/afb-req-itf.h | 2 +- plugins/afm-main-plugin/afm-main-plugin.c | 2 +- plugins/afm-main-plugin/utils-jbus.c | 2 +- plugins/afm-main-plugin/utils-jbus.h | 2 +- plugins/audio/audio-alsa.c | 2 +- plugins/audio/audio-alsa.h | 2 +- plugins/audio/audio-api.c | 2 +- plugins/audio/audio-api.h | 2 +- plugins/radio/radio-api.c | 2 +- plugins/radio/radio-api.h | 2 +- plugins/radio/radio-rtlsdr.c | 2 +- plugins/radio/radio-rtlsdr.h | 2 +- plugins/samples/ClientCtx.c | 2 +- plugins/samples/HelloWorld.c | 2 +- plugins/samples/SamplePost.c | 2 +- plugins/session/token-api.c | 2 +- src/afb-api-dbus.c | 2 +- src/afb-api-dbus.h | 2 +- src/afb-api-so.h | 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 | 4 +--- src/afb-context.c | 2 +- src/afb-context.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-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/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 +- 57 files changed, 58 insertions(+), 60 deletions(-) diff --git a/include/afb-evmgr-itf.h b/include/afb-evmgr-itf.h index 2268ec90..90b1e0a9 100644 --- a/include/afb-evmgr-itf.h +++ b/include/afb-evmgr-itf.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb-plugin.h b/include/afb-plugin.h index 63617cbe..40b26cfa 100644 --- a/include/afb-plugin.h +++ b/include/afb-plugin.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb-req-itf.h b/include/afb-req-itf.h index a975503d..a8980ffc 100644 --- a/include/afb-req-itf.h +++ b/include/afb-req-itf.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/afm-main-plugin/afm-main-plugin.c b/plugins/afm-main-plugin/afm-main-plugin.c index 60db5b40..95767307 100644 --- a/plugins/afm-main-plugin/afm-main-plugin.c +++ b/plugins/afm-main-plugin/afm-main-plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/plugins/afm-main-plugin/utils-jbus.c b/plugins/afm-main-plugin/utils-jbus.c index c38919d5..f339e0e6 100644 --- a/plugins/afm-main-plugin/utils-jbus.c +++ b/plugins/afm-main-plugin/utils-jbus.c @@ -1,5 +1,5 @@ /* - Copyright 2015 IoT.bzh + Copyright (C) 2015, 2016 "IoT.bzh" author: José Bollo diff --git a/plugins/afm-main-plugin/utils-jbus.h b/plugins/afm-main-plugin/utils-jbus.h index ff4c8fab..44b84c18 100644 --- a/plugins/afm-main-plugin/utils-jbus.h +++ b/plugins/afm-main-plugin/utils-jbus.h @@ -1,5 +1,5 @@ /* - Copyright 2015 IoT.bzh + Copyright (C) 2015, 2016 "IoT.bzh" author: José Bollo diff --git a/plugins/audio/audio-alsa.c b/plugins/audio/audio-alsa.c index dde1ba25..28fe3258 100644 --- a/plugins/audio/audio-alsa.c +++ b/plugins/audio/audio-alsa.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/audio/audio-alsa.h b/plugins/audio/audio-alsa.h index 4a384605..679d4eee 100644 --- a/plugins/audio/audio-alsa.h +++ b/plugins/audio/audio-alsa.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/audio/audio-api.c b/plugins/audio/audio-api.c index a043dce9..00f81001 100644 --- a/plugins/audio/audio-api.c +++ b/plugins/audio/audio-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/audio/audio-api.h b/plugins/audio/audio-api.h index 9056e63d..f5c77c2e 100644 --- a/plugins/audio/audio-api.h +++ b/plugins/audio/audio-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/radio/radio-api.c b/plugins/radio/radio-api.c index d3d04ae8..edeb9786 100644 --- a/plugins/radio/radio-api.c +++ b/plugins/radio/radio-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/radio/radio-api.h b/plugins/radio/radio-api.h index 162bd5df..9b91ec69 100644 --- a/plugins/radio/radio-api.h +++ b/plugins/radio/radio-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/radio/radio-rtlsdr.c b/plugins/radio/radio-rtlsdr.c index 49efd2b9..626ecbdd 100644 --- a/plugins/radio/radio-rtlsdr.c +++ b/plugins/radio/radio-rtlsdr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/radio/radio-rtlsdr.h b/plugins/radio/radio-rtlsdr.h index ba39211e..ad22908d 100644 --- a/plugins/radio/radio-rtlsdr.h +++ b/plugins/radio/radio-rtlsdr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Manuel Bachmann" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/samples/ClientCtx.c b/plugins/samples/ClientCtx.c index cc2c0221..4d8e7205 100644 --- a/plugins/samples/ClientCtx.c +++ b/plugins/samples/ClientCtx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index 83a48114..6f9d01d8 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/plugins/samples/SamplePost.c b/plugins/samples/SamplePost.c index 2dc09661..25e73f93 100644 --- a/plugins/samples/SamplePost.c +++ b/plugins/samples/SamplePost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/plugins/session/token-api.c b/plugins/session/token-api.c index 14deb12b..80289486 100644 --- a/plugins/session/token-api.c +++ b/plugins/session/token-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/afb-api-dbus.c b/src/afb-api-dbus.c index 5b75bfa0..3a882a56 100644 --- a/src/afb-api-dbus.c +++ b/src/afb-api-dbus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "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 8ea1909b..c8a7bc3f 100644 --- a/src/afb-api-dbus.h +++ b/src/afb-api-dbus.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 fe4d76b0..8ef58a53 100644 --- a/src/afb-api-so.h +++ b/src/afb-api-so.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-apis.h b/src/afb-apis.h index 3e75130e..76969782 100644 --- a/src/afb-apis.h +++ b/src/afb-apis.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 004ab3f2..349a0274 100644 --- a/src/afb-client-demo.c +++ b/src/afb-client-demo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-common.c b/src/afb-common.c index e3d48d51..3bd5514e 100644 --- a/src/afb-common.c +++ b/src/afb-common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "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 fe17bc93..588ef700 100644 --- a/src/afb-common.h +++ b/src/afb-common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "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 bd98baa3..c0def7c8 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -1,7 +1,5 @@ /* - * local-def.h -- provide a REST/HTTP interface - * - * Copyright (C) 2015, Fulup Ar Foll + * Copyright (C) 2015, 2016 "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 62f1f06d..b00224e4 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/afb-context.h b/src/afb-context.h index eeb4def3..2f5ecc10 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 81e630bb..0f2f0ffb 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 3d197788..d4041d76 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 d2356484..06c90df0 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 b328df15..cd9ba019 100644 --- a/src/afb-hsrv.h +++ b/src/afb-hsrv.h @@ -1,5 +1,5 @@ /* - Copyright 2016 IoT.bzh + Copyright (C) 2016 "IoT.bzh" author: José Bollo diff --git a/src/afb-hswitch.c b/src/afb-hswitch.c index f0308455..bdded7fb 100644 --- a/src/afb-hswitch.c +++ b/src/afb-hswitch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h index f70a0bf8..ece5608b 100644 --- a/src/afb-hswitch.h +++ b/src/afb-hswitch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-method.c b/src/afb-method.c index 488ba3e3..da3b6271 100644 --- a/src/afb-method.c +++ b/src/afb-method.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 1411d29f..53fc5b4e 100644 --- a/src/afb-method.h +++ b/src/afb-method.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 55b3ed31..164a6e8f 100644 --- a/src/afb-msg-json.c +++ b/src/afb-msg-json.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 f1d20be5..a90fbb08 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 127bf0c9..5fc5bb5e 100644 --- a/src/afb-sig-handler.c +++ b/src/afb-sig-handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-sig-handler.h b/src/afb-sig-handler.h index 3d0249a2..7ef28c30 100644 --- a/src/afb-sig-handler.h +++ b/src/afb-sig-handler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-websock.c b/src/afb-websock.c index f9c9dd01..a4237cfb 100644 --- a/src/afb-websock.c +++ b/src/afb-websock.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 646e98f8..7aac0d0d 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 ceb00cbe..2569d135 100644 --- a/src/afb-ws-client.c +++ b/src/afb-ws-client.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 2117bb8c..125bd6f3 100644 --- a/src/afb-ws-client.h +++ b/src/afb-ws-client.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 b6397af6..fe7514d9 100644 --- a/src/afb-ws-json1.c +++ b/src/afb-ws-json1.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 014b9aa2..964835bd 100644 --- a/src/afb-ws-json1.h +++ b/src/afb-ws-json1.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 22d96914..34796818 100644 --- a/src/afb-ws.c +++ b/src/afb-ws.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 48df9e4f..49deaacd 100644 --- a/src/afb-ws.h +++ b/src/afb-ws.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 7d4730e4..cf31a57a 100644 --- a/src/afb-wsj1.c +++ b/src/afb-wsj1.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 ab390cf0..08bf67f7 100644 --- a/src/afb-wsj1.h +++ b/src/afb-wsj1.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 124d7e44..fdea9079 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * @@ -131,7 +131,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) 2016 /IoT.bzh [fulup -at- iot.bzh]\n"); + fprintf(file, " Copyright (C) 2015, 2016 \"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 326b16af..320eab9b 100644 --- a/src/session.c +++ b/src/session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "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/session.h b/src/session.h index a4c05222..bb37a652 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016 "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 82de1779..892aa9a3 100644 --- a/src/verbose.c +++ b/src/verbose.c @@ -1,5 +1,5 @@ /* - Copyright 2016 IoT.bzh + Copyright (C) 2016 "IoT.bzh" author: José Bollo diff --git a/src/verbose.h b/src/verbose.h index ccd8eaf6..5c9f8864 100644 --- a/src/verbose.h +++ b/src/verbose.h @@ -1,5 +1,5 @@ /* - Copyright 2016 IoT.bzh + Copyright (C) 2016 "IoT.bzh" author: José Bollo diff --git a/src/websock.c b/src/websock.c index 9e79559b..1b886c1b 100644 --- a/src/websock.c +++ b/src/websock.c @@ -1,5 +1,5 @@ /* - * Copyright 2016 iot.bzh + * Copyright (C) 2016 "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 82e251c1..e024182e 100644 --- a/src/websock.h +++ b/src/websock.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 iot.bzh + * Copyright (C) 2016 "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