From: José Bollo Date: Tue, 5 Feb 2019 08:02:02 +0000 (+0100) Subject: Update copyright date X-Git-Tag: 7.90.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3 Update copyright date Change-Id: I3aaa92b2bfb01699ee8ae609272e93032b6f1a9d Signed-off-by: José Bollo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 83a21fa5..6a8385ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/afb-daemon.pc.in b/afb-daemon.pc.in index f6c8dfc7..701e3ba5 100644 --- a/afb-daemon.pc.in +++ b/afb-daemon.pc.in @@ -1,5 +1,5 @@ ## -## Copyright (C) 2016, 2017, 2018 "IoT.bzh" +## Copyright (C) 2016-2019 "IoT.bzh" ## ## This file is part of afb-daemon project. ## diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt index eed30a50..35f22897 100644 --- a/bindings/CMakeLists.txt +++ b/bindings/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/bindings/intrinsics/CMakeLists.txt b/bindings/intrinsics/CMakeLists.txt index 14833358..70da19e9 100644 --- a/bindings/intrinsics/CMakeLists.txt +++ b/bindings/intrinsics/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/bindings/intrinsics/afb-dbus-binding.c b/bindings/intrinsics/afb-dbus-binding.c index 8f8a8866..629ff19e 100644 --- a/bindings/intrinsics/afb-dbus-binding.c +++ b/bindings/intrinsics/afb-dbus-binding.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/samples/AuthLogin.c b/bindings/samples/AuthLogin.c index dcb5e576..851faecd 100644 --- a/bindings/samples/AuthLogin.c +++ b/bindings/samples/AuthLogin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/samples/CMakeLists.txt b/bindings/samples/CMakeLists.txt index c5fdfe75..34b364f5 100644 --- a/bindings/samples/CMakeLists.txt +++ b/bindings/samples/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/bindings/samples/DemoContext.c b/bindings/samples/DemoContext.c index 09f1764e..f1e90139 100644 --- a/bindings/samples/DemoContext.c +++ b/bindings/samples/DemoContext.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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 3fd6f983..9c21d1b4 100644 --- a/bindings/samples/DemoPost.c +++ b/bindings/samples/DemoPost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/samples/hello2.c b/bindings/samples/hello2.c index 0aff86b5..ef9e65d9 100644 --- a/bindings/samples/hello2.c +++ b/bindings/samples/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/samples/hello3.c b/bindings/samples/hello3.c index 1d7c1954..af194785 100644 --- a/bindings/samples/hello3.c +++ b/bindings/samples/hello3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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 c6acb7c3..f8bf6219 100644 --- a/bindings/samples/tic-tac-toe.c +++ b/bindings/samples/tic-tac-toe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bindings/tutorial/CMakeLists.txt b/bindings/tutorial/CMakeLists.txt index b45851fe..07b7e3f1 100644 --- a/bindings/tutorial/CMakeLists.txt +++ b/bindings/tutorial/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/docs/protocol-x-afb-ws-json1.md b/docs/protocol-x-afb-ws-json1.md index c8937065..cc5fe913 100644 --- a/docs/protocol-x-afb-ws-json1.md +++ b/docs/protocol-x-afb-ws-json1.md @@ -92,7 +92,7 @@ Here is that code: ```javascript /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 48db2e81..058bb2a1 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/include/afb/afb-api-x3-itf.h b/include/afb/afb-api-x3-itf.h index ca8fa71a..1d3aeb8e 100644 --- a/include/afb/afb-api-x3-itf.h +++ b/include/afb/afb-api-x3-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-api-x3.h b/include/afb/afb-api-x3.h index 98aaaa1e..fc72d070 100644 --- a/include/afb/afb-api-x3.h +++ b/include/afb/afb-api-x3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-arg.h b/include/afb/afb-arg.h index 61b78afa..2c5ad8a5 100644 --- a/include/afb/afb-arg.h +++ b/include/afb/afb-arg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-auth.h b/include/afb/afb-auth.h index b9162cdc..1aedccbc 100644 --- a/include/afb/afb-auth.h +++ b/include/afb/afb-auth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding b/include/afb/afb-binding index 67ba12a8..96d2ec9c 100644 --- a/include/afb/afb-binding +++ b/include/afb/afb-binding @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding-postdefs.h b/include/afb/afb-binding-postdefs.h index 9de630ab..dea1eb21 100644 --- a/include/afb/afb-binding-postdefs.h +++ b/include/afb/afb-binding-postdefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding-predefs.h b/include/afb/afb-binding-predefs.h index eff424cc..a00f84ed 100644 --- a/include/afb/afb-binding-predefs.h +++ b/include/afb/afb-binding-predefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding-v1.h b/include/afb/afb-binding-v1.h index 3d5010d0..004f9ac7 100644 --- a/include/afb/afb-binding-v1.h +++ b/include/afb/afb-binding-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index 1535f429..c003a997 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding-v3.h b/include/afb/afb-binding-v3.h index 287925fc..07ea19ec 100644 --- a/include/afb/afb-binding-v3.h +++ b/include/afb/afb-binding-v3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 448baf13..dbc01b7f 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding.hpp b/include/afb/afb-binding.hpp index 21847722..0cb64423 100644 --- a/include/afb/afb-binding.hpp +++ b/include/afb/afb-binding.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-daemon-itf-x1.h b/include/afb/afb-daemon-itf-x1.h index 744892d4..7b602a61 100644 --- a/include/afb/afb-daemon-itf-x1.h +++ b/include/afb/afb-daemon-itf-x1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-daemon-v1.h b/include/afb/afb-daemon-v1.h index c268bb83..0b8e085b 100644 --- a/include/afb/afb-daemon-v1.h +++ b/include/afb/afb-daemon-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-daemon-v2.h b/include/afb/afb-daemon-v2.h index 65e4afbc..b342b209 100644 --- a/include/afb/afb-daemon-v2.h +++ b/include/afb/afb-daemon-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-dynapi-legacy.h b/include/afb/afb-dynapi-legacy.h index ffa0d92a..41648c28 100644 --- a/include/afb/afb-dynapi-legacy.h +++ b/include/afb/afb-dynapi-legacy.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-event-x1-itf.h b/include/afb/afb-event-x1-itf.h index b2c582e4..d0d1bdc3 100644 --- a/include/afb/afb-event-x1-itf.h +++ b/include/afb/afb-event-x1-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-event-x1.h b/include/afb/afb-event-x1.h index 039a14fd..b604bd37 100644 --- a/include/afb/afb-event-x1.h +++ b/include/afb/afb-event-x1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-event-x2-itf.h b/include/afb/afb-event-x2-itf.h index b2a01c7b..98360f25 100644 --- a/include/afb/afb-event-x2-itf.h +++ b/include/afb/afb-event-x2-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-event-x2.h b/include/afb/afb-event-x2.h index 9732cad1..097234f1 100644 --- a/include/afb/afb-event-x2.h +++ b/include/afb/afb-event-x2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-v1.h b/include/afb/afb-req-v1.h index a6e202bd..26499ab0 100644 --- a/include/afb/afb-req-v1.h +++ b/include/afb/afb-req-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-v2.h b/include/afb/afb-req-v2.h index 75ef841d..78d640aa 100644 --- a/include/afb/afb-req-v2.h +++ b/include/afb/afb-req-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-x1-itf.h b/include/afb/afb-req-x1-itf.h index 7d82ad03..87efe67d 100644 --- a/include/afb/afb-req-x1-itf.h +++ b/include/afb/afb-req-x1-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-x1.h b/include/afb/afb-req-x1.h index d9fa1bea..6761521e 100644 --- a/include/afb/afb-req-x1.h +++ b/include/afb/afb-req-x1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-x2-itf.h b/include/afb/afb-req-x2-itf.h index c76329d0..8a834b4b 100644 --- a/include/afb/afb-req-x2-itf.h +++ b/include/afb/afb-req-x2-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req-x2.h b/include/afb/afb-req-x2.h index 4ae1af7b..9695ef60 100644 --- a/include/afb/afb-req-x2.h +++ b/include/afb/afb-req-x2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-service-itf-x1.h b/include/afb/afb-service-itf-x1.h index 9e36fd0d..8b7434d3 100644 --- a/include/afb/afb-service-itf-x1.h +++ b/include/afb/afb-service-itf-x1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-service-v1.h b/include/afb/afb-service-v1.h index e4a4eee1..112b689a 100644 --- a/include/afb/afb-service-v1.h +++ b/include/afb/afb-service-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-service-v2.h b/include/afb/afb-service-v2.h index 1601a660..6a034951 100644 --- a/include/afb/afb-service-v2.h +++ b/include/afb/afb-service-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-session-x1.h b/include/afb/afb-session-x1.h index 776cb8f5..add5dde2 100644 --- a/include/afb/afb-session-x1.h +++ b/include/afb/afb-session-x1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-session-x2.h b/include/afb/afb-session-x2.h index b4a24c77..75fe643c 100644 --- a/include/afb/afb-session-x2.h +++ b/include/afb/afb-session-x2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-verbosity.h b/include/afb/afb-verbosity.h index 288205bd..7278dc68 100644 --- a/include/afb/afb-verbosity.h +++ b/include/afb/afb-verbosity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 2e9cc0fd..a9ec7903 100644 --- a/libafbwsc.pc.in +++ b/libafbwsc.pc.in @@ -1,5 +1,5 @@ ## -## Copyright (C) 2016, 2017, 2018 "IoT.bzh" +## Copyright (C) 2016-2019 "IoT.bzh" ## ## This file is part of afb-daemon project. ## diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d81c314e..47332687 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c index a9880350..f4132946 100644 --- a/src/afb-api-dbus.c +++ b/src/afb-api-dbus.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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 1c47685b..a85fe92a 100644 --- a/src/afb-api-dbus.h +++ b/src/afb-api-dbus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-v1.c b/src/afb-api-so-v1.c index b68d064a..29accd5d 100644 --- a/src/afb-api-so-v1.c +++ b/src/afb-api-so-v1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-v1.h b/src/afb-api-so-v1.h index ebe00950..baf49649 100644 --- a/src/afb-api-so-v1.h +++ b/src/afb-api-so-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-v2.c b/src/afb-api-so-v2.c index deb8783c..71d51c04 100644 --- a/src/afb-api-so-v2.c +++ b/src/afb-api-so-v2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-v2.h b/src/afb-api-so-v2.h index c51ec591..998fab58 100644 --- a/src/afb-api-so-v2.h +++ b/src/afb-api-so-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-v3.c b/src/afb-api-so-v3.c index 727e9b69..c48ab74d 100644 --- a/src/afb-api-so-v3.c +++ b/src/afb-api-so-v3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-v3.h b/src/afb-api-so-v3.h index 52ec22ac..801b6ada 100644 --- a/src/afb-api-so-v3.h +++ b/src/afb-api-so-v3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-vdyn.c b/src/afb-api-so-vdyn.c index bb37f0fd..c7890035 100644 --- a/src/afb-api-so-vdyn.c +++ b/src/afb-api-so-vdyn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-so-vdyn.h b/src/afb-api-so-vdyn.h index d8a43f75..9735dac2 100644 --- a/src/afb-api-so-vdyn.h +++ b/src/afb-api-so-vdyn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 87281977..9b28e1e3 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 e6527469..76294efe 100644 --- a/src/afb-api-so.h +++ b/src/afb-api-so.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-v3.c b/src/afb-api-v3.c index 1fc6ebe4..95727065 100644 --- a/src/afb-api-v3.c +++ b/src/afb-api-v3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api-v3.h b/src/afb-api-v3.h index 2ba17bd1..e666e783 100644 --- a/src/afb-api-v3.h +++ b/src/afb-api-v3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 8069da22..b9219d0e 100644 --- a/src/afb-api-ws.c +++ b/src/afb-api-ws.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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 6f77b2b2..237b07d3 100644 --- a/src/afb-api-ws.h +++ b/src/afb-api-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-api.c b/src/afb-api.c index de603d3e..7934e299 100644 --- a/src/afb-api.c +++ b/src/afb-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-api.h b/src/afb-api.h index c21f3bb9..7a1e3bb4 100644 --- a/src/afb-api.h +++ b/src/afb-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-apiset.c b/src/afb-apiset.c index 2df3c592..90653d07 100644 --- a/src/afb-apiset.c +++ b/src/afb-apiset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-apiset.h b/src/afb-apiset.h index 1a115fbf..f5e40332 100644 --- a/src/afb-apiset.h +++ b/src/afb-apiset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-auth.c b/src/afb-auth.c index 4a3c445f..90c8ddce 100644 --- a/src/afb-auth.c +++ b/src/afb-auth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-auth.h b/src/afb-auth.h index 3b719817..0a4ab4ae 100644 --- a/src/afb-auth.h +++ b/src/afb-auth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-autoset.c b/src/afb-autoset.c index f43b011e..cdfd2806 100644 --- a/src/afb-autoset.c +++ b/src/afb-autoset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-autoset.h b/src/afb-autoset.h index 1a16942b..c9aacff7 100644 --- a/src/afb-autoset.h +++ b/src/afb-autoset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-calls.c b/src/afb-calls.c index 840e3eab..ad681ebd 100644 --- a/src/afb-calls.c +++ b/src/afb-calls.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-calls.h b/src/afb-calls.h index 15b71bf2..43a5ceff 100644 --- a/src/afb-calls.h +++ b/src/afb-calls.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-common.c b/src/afb-common.c index b69e1572..19b52a45 100644 --- a/src/afb-common.c +++ b/src/afb-common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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 261dbd9e..4ecab50c 100644 --- a/src/afb-common.h +++ b/src/afb-common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-config.c b/src/afb-config.c index fcc69a41..1cc84b02 100644 --- a/src/afb-config.c +++ b/src/afb-config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -366,7 +366,7 @@ static void printVersion(FILE * file) AFB_VERSION ); fprintf(file, - " Copyright (C) 2015-2018 \"IoT.bzh\"\n" + " Copyright (C) 2015-2019 \"IoT.bzh\"\n" " AFB comes with ABSOLUTELY NO WARRANTY.\n" " Licence Apache 2\n" "\n"); diff --git a/src/afb-config.h b/src/afb-config.h index 5b45a00f..0c7a87e1 100644 --- a/src/afb-config.h +++ b/src/afb-config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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 6b3d6e9d..fd394939 100644 --- a/src/afb-context.c +++ b/src/afb-context.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-context.h b/src/afb-context.h index 687155bb..bec1d35c 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-cred.c b/src/afb-cred.c index a2cb577a..4639fa8e 100644 --- a/src/afb-cred.c +++ b/src/afb-cred.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-cred.h b/src/afb-cred.h index 614fa4bc..1ebdf15d 100644 --- a/src/afb-cred.h +++ b/src/afb-cred.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-debug.c b/src/afb-debug.c index d2a17714..56df0f0c 100644 --- a/src/afb-debug.c +++ b/src/afb-debug.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2017, 2018 "IoT.bzh" + Copyright (C) 2017-2019 "IoT.bzh" author: José Bollo diff --git a/src/afb-debug.h b/src/afb-debug.h index 1941dbb2..5dc63dcc 100644 --- a/src/afb-debug.h +++ b/src/afb-debug.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2017, 2018 "IoT.bzh" + Copyright (C) 2017-2019 "IoT.bzh" author: José Bollo diff --git a/src/afb-evt.c b/src/afb-evt.c index e06d06e1..87fce5e2 100644 --- a/src/afb-evt.c +++ b/src/afb-evt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-evt.h b/src/afb-evt.h index ceb1b1b9..28a4eddd 100644 --- a/src/afb-evt.h +++ b/src/afb-evt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-export.c b/src/afb-export.c index bfd76539..0023f71e 100644 --- a/src/afb-export.c +++ b/src/afb-export.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-export.h b/src/afb-export.h index 33b94914..57839b2f 100644 --- a/src/afb-export.h +++ b/src/afb-export.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-fdev.c b/src/afb-fdev.c index 386e1e47..42436373 100644 --- a/src/afb-fdev.c +++ b/src/afb-fdev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-fdev.h b/src/afb-fdev.h index 0f29a9f3..02973ac2 100644 --- a/src/afb-fdev.h +++ b/src/afb-fdev.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hook-flags.c b/src/afb-hook-flags.c index 02ea3c8d..87b8dcf3 100644 --- a/src/afb-hook-flags.c +++ b/src/afb-hook-flags.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-hook-flags.h b/src/afb-hook-flags.h index 5b373c25..40b8d96a 100644 --- a/src/afb-hook-flags.h +++ b/src/afb-hook-flags.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "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 3fcd36d0..f11ce0d3 100644 --- a/src/afb-hook.c +++ b/src/afb-hook.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 76022ede..f2b51e7c 100644 --- a/src/afb-hook.h +++ b/src/afb-hook.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 495bf06c..a2df4b13 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 bae178db..1b682c87 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 0d0bd061..ba1dac12 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 0966d53b..7d496bc6 100644 --- a/src/afb-hsrv.h +++ b/src/afb-hsrv.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 "IoT.bzh" + Copyright (C) 2016-2019 "IoT.bzh" author: José Bollo diff --git a/src/afb-hswitch.c b/src/afb-hswitch.c index e1cc087b..b4692bc5 100644 --- a/src/afb-hswitch.c +++ b/src/afb-hswitch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h index 92273a0a..c831e252 100644 --- a/src/afb-hswitch.h +++ b/src/afb-hswitch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/afb-method.c b/src/afb-method.c index 3a4c35bb..21656d78 100644 --- a/src/afb-method.c +++ b/src/afb-method.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 215cd02c..7bfce701 100644 --- a/src/afb-method.h +++ b/src/afb-method.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-monitor.c b/src/afb-monitor.c index 68da8844..92399b01 100644 --- a/src/afb-monitor.c +++ b/src/afb-monitor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-monitor.h b/src/afb-monitor.h index 407116d2..f4985336 100644 --- a/src/afb-monitor.h +++ b/src/afb-monitor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 25a96214..b1a83e73 100644 --- a/src/afb-msg-json.c +++ b/src/afb-msg-json.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 7fa14a2f..df09a023 100644 --- a/src/afb-msg-json.h +++ b/src/afb-msg-json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-proto-ws.c b/src/afb-proto-ws.c index f4070860..2781ff09 100644 --- a/src/afb-proto-ws.c +++ b/src/afb-proto-ws.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-proto-ws.h b/src/afb-proto-ws.h index d797cb6f..312984a4 100644 --- a/src/afb-proto-ws.h +++ b/src/afb-proto-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-session.c b/src/afb-session.c index 2cfbff99..19a5ebfc 100644 --- a/src/afb-session.c +++ b/src/afb-session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author: José Bollo * diff --git a/src/afb-session.h b/src/afb-session.h index bad07eeb..71b1556e 100644 --- a/src/afb-session.h +++ b/src/afb-session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-socket.c b/src/afb-socket.c index 485fae5b..9f2be989 100644 --- a/src/afb-socket.c +++ b/src/afb-socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-socket.h b/src/afb-socket.h index d3932ffb..e18ba5d5 100644 --- a/src/afb-socket.h +++ b/src/afb-socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 7ec2d63d..70c74b65 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-stub-ws.h b/src/afb-stub-ws.h index c0877268..8c2b7c9f 100644 --- a/src/afb-stub-ws.h +++ b/src/afb-stub-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-supervision.c b/src/afb-supervision.c index e6bc0a51..b6af92ca 100644 --- a/src/afb-supervision.c +++ b/src/afb-supervision.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-supervision.h b/src/afb-supervision.h index a7c0f1e1..7e2f0f9b 100644 --- a/src/afb-supervision.h +++ b/src/afb-supervision.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-systemd.c b/src/afb-systemd.c index 5ba695ba..3fcf7612 100644 --- a/src/afb-systemd.c +++ b/src/afb-systemd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-systemd.h b/src/afb-systemd.h index 76c41ca6..c7b56968 100644 --- a/src/afb-systemd.h +++ b/src/afb-systemd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-trace.c b/src/afb-trace.c index ffb03059..8366b7a2 100644 --- a/src/afb-trace.c +++ b/src/afb-trace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-trace.h b/src/afb-trace.h index 0371546f..c86ca9fd 100644 --- a/src/afb-trace.h +++ b/src/afb-trace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 51234378..73bb3c5e 100644 --- a/src/afb-websock.c +++ b/src/afb-websock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 cfbf1ec0..f853814b 100644 --- a/src/afb-websock.h +++ b/src/afb-websock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 e29eadb7..04458e7a 100644 --- a/src/afb-ws-client.c +++ b/src/afb-ws-client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 620dc50f..f88c5d05 100644 --- a/src/afb-ws-client.h +++ b/src/afb-ws-client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 95167b5f..3bd1472b 100644 --- a/src/afb-ws-json1.c +++ b/src/afb-ws-json1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 5bc9426f..51ee58b6 100644 --- a/src/afb-ws-json1.h +++ b/src/afb-ws-json1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 ca04c7fe..b2776468 100644 --- a/src/afb-ws.c +++ b/src/afb-ws.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 f43ec959..01e23a1b 100644 --- a/src/afb-ws.h +++ b/src/afb-ws.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 7fb85169..33e0d195 100644 --- a/src/afb-wsj1.c +++ b/src/afb-wsj1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 3940701a..7ac7a5fc 100644 --- a/src/afb-wsj1.h +++ b/src/afb-wsj1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-xreq.c b/src/afb-xreq.c index ba6660e6..c6ce4a7f 100644 --- a/src/afb-xreq.c +++ b/src/afb-xreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afb-xreq.h b/src/afb-xreq.h index 5c748d6f..270de1bb 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afs-config.c b/src/afs-config.c index 70a6d475..2d429685 100644 --- a/src/afs-config.c +++ b/src/afs-config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -141,7 +141,7 @@ static void printVersion(FILE * file) "\n" " afs-supervisor [Application Framework Supervisor] version="AFB_VERSION"\n" "\n" - " Copyright (C) 2015-2018 \"IoT.bzh\"\n" + " Copyright (C) 2015-2019 \"IoT.bzh\"\n" " afs-supervisor comes with ABSOLUTELY NO WARRANTY.\n" " Licence Apache 2\n" "\n"; diff --git a/src/afs-config.h b/src/afs-config.h index f374e81d..1fe7da2a 100644 --- a/src/afs-config.h +++ b/src/afs-config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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/afs-discover.c b/src/afs-discover.c index ff04c539..25cb9803 100644 --- a/src/afs-discover.c +++ b/src/afs-discover.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afs-discover.h b/src/afs-discover.h index 7a27a5df..7e9f22e7 100644 --- a/src/afs-discover.h +++ b/src/afs-discover.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afs-supervision.h b/src/afs-supervision.h index 25d1b4b1..29145e5d 100644 --- a/src/afs-supervision.h +++ b/src/afs-supervision.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afs-supervisor.c b/src/afs-supervisor.c index 39f0a568..d36a3408 100644 --- a/src/afs-supervisor.c +++ b/src/afs-supervisor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/afs-supervisor.h b/src/afs-supervisor.h index 08768ae7..40e58670 100644 --- a/src/afs-supervisor.h +++ b/src/afs-supervisor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/devtools/CMakeLists.txt b/src/devtools/CMakeLists.txt index 98345e70..6dfe788b 100644 --- a/src/devtools/CMakeLists.txt +++ b/src/devtools/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2015-2018 "IoT.bzh" +# Copyright (C) 2015-2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/devtools/exprefs.c b/src/devtools/exprefs.c index 4cb13b73..4459f2c4 100644 --- a/src/devtools/exprefs.c +++ b/src/devtools/exprefs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/devtools/genskel.c b/src/devtools/genskel.c index 52e0d5af..5e9c37e0 100644 --- a/src/devtools/genskel.c +++ b/src/devtools/genskel.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/devtools/json2c.c b/src/devtools/json2c.c index f83b8e8e..1bc20b0c 100644 --- a/src/devtools/json2c.c +++ b/src/devtools/json2c.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/fdev-epoll.c b/src/fdev-epoll.c index 5043440c..af47e9c7 100644 --- a/src/fdev-epoll.c +++ b/src/fdev-epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/fdev-epoll.h b/src/fdev-epoll.h index 4b81f86e..eca4f386 100644 --- a/src/fdev-epoll.h +++ b/src/fdev-epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/fdev-systemd.c b/src/fdev-systemd.c index 9115dd0d..24881aa9 100644 --- a/src/fdev-systemd.c +++ b/src/fdev-systemd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/fdev-systemd.h b/src/fdev-systemd.h index 99ea5f1f..2d573efe 100644 --- a/src/fdev-systemd.h +++ b/src/fdev-systemd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/fdev.c b/src/fdev.c index 03dc3efd..deb00be4 100644 --- a/src/fdev.c +++ b/src/fdev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/fdev.h b/src/fdev.h index c9d74430..eeda3dea 100644 --- a/src/fdev.h +++ b/src/fdev.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/globset.c b/src/globset.c index 228d8523..2bad449f 100644 --- a/src/globset.c +++ b/src/globset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/globset.h b/src/globset.h index 40ed2fad..58cbd3de 100644 --- a/src/globset.h +++ b/src/globset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/jobs.c b/src/jobs.c index d06d24cf..380845d7 100644 --- a/src/jobs.c +++ b/src/jobs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/jobs.h b/src/jobs.h index 1a919686..03d52796 100644 --- a/src/jobs.h +++ b/src/jobs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/locale-root.c b/src/locale-root.c index 40cd050c..fa620fee 100644 --- a/src/locale-root.c +++ b/src/locale-root.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2018 "IoT.bzh" + Copyright (C) 2015-2019 "IoT.bzh" author: José Bollo diff --git a/src/locale-root.h b/src/locale-root.h index 6d22b7c6..ce8f6df3 100644 --- a/src/locale-root.h +++ b/src/locale-root.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/main-afb-client-demo.c b/src/main-afb-client-demo.c index 1d056365..f454d6d4 100644 --- a/src/main-afb-client-demo.c +++ b/src/main-afb-client-demo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index bb2f0a56..0a8e0186 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * diff --git a/src/main-afs-supervisor.c b/src/main-afs-supervisor.c index 6daaf649..b4250831 100644 --- a/src/main-afs-supervisor.c +++ b/src/main-afs-supervisor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/pearson.c b/src/pearson.c index a39c8952..245f6b85 100644 --- a/src/pearson.c +++ b/src/pearson.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/pearson.h b/src/pearson.h index 2daa6546..be8ac1cb 100644 --- a/src/pearson.h +++ b/src/pearson.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/process-name.c b/src/process-name.c index f157eda9..fff246fb 100644 --- a/src/process-name.c +++ b/src/process-name.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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/process-name.h b/src/process-name.h index c6154f81..00637d33 100644 --- a/src/process-name.h +++ b/src/process-name.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 "IoT.bzh" + * Copyright (C) 2015-2019 "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/sig-monitor.c b/src/sig-monitor.c index 9e13fa13..4bb69fe5 100644 --- a/src/sig-monitor.c +++ b/src/sig-monitor.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/sig-monitor.h b/src/sig-monitor.h index 03c8ec49..9e3792f5 100644 --- a/src/sig-monitor.h +++ b/src/sig-monitor.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/subpath.c b/src/subpath.c index c7dc98c5..c0ec8bb2 100644 --- a/src/subpath.c +++ b/src/subpath.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2018 "IoT.bzh" + Copyright (C) 2015-2019 "IoT.bzh" author: José Bollo diff --git a/src/subpath.h b/src/subpath.h index 89f494d9..eafe5b06 100644 --- a/src/subpath.h +++ b/src/subpath.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index b0ddbdbf..ead6790e 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2017, 2018 "IoT.bzh" +# Copyright (C) 2017-2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/tests/apiset/CMakeLists.txt b/src/tests/apiset/CMakeLists.txt index 180c80b8..62ca5e44 100644 --- a/src/tests/apiset/CMakeLists.txt +++ b/src/tests/apiset/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2018 "IoT.bzh" +# Copyright (C) 2018, 2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/tests/apiv3/CMakeLists.txt b/src/tests/apiv3/CMakeLists.txt index dfc44619..8c8bdc04 100644 --- a/src/tests/apiv3/CMakeLists.txt +++ b/src/tests/apiv3/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2018 "IoT.bzh" +# Copyright (C) 2018, 2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/tests/globset/CMakeLists.txt b/src/tests/globset/CMakeLists.txt index 6bc9e600..d0b3808e 100644 --- a/src/tests/globset/CMakeLists.txt +++ b/src/tests/globset/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2017, 2018 "IoT.bzh" +# Copyright (C) 2017-2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/tests/globset/test-globset.c b/src/tests/globset/test-globset.c index 6369332a..86e778e0 100644 --- a/src/tests/globset/test-globset.c +++ b/src/tests/globset/test-globset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 "IoT.bzh" + * Copyright (C) 2018, 2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/tests/session/CMakeLists.txt b/src/tests/session/CMakeLists.txt index 36b96bbc..8bfd73ab 100644 --- a/src/tests/session/CMakeLists.txt +++ b/src/tests/session/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2017, 2018 "IoT.bzh" +# Copyright (C) 2017-2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/tests/wrap-json/CMakeLists.txt b/src/tests/wrap-json/CMakeLists.txt index 7e69f742..b1cc4c52 100644 --- a/src/tests/wrap-json/CMakeLists.txt +++ b/src/tests/wrap-json/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright (C) 2017, 2018 "IoT.bzh" +# Copyright (C) 2017-2019 "IoT.bzh" # # author: José Bollo # diff --git a/src/tests/wrap-json/test-wrap-json.c b/src/tests/wrap-json/test-wrap-json.c index 651320af..9662d210 100644 --- a/src/tests/wrap-json/test-wrap-json.c +++ b/src/tests/wrap-json/test-wrap-json.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 "IoT.bzh" + Copyright (C) 2016-2019 "IoT.bzh" author: José Bollo diff --git a/src/verbose.c b/src/verbose.c index 34dad746..3dd14a3b 100644 --- a/src/verbose.c +++ b/src/verbose.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 "IoT.bzh" + Copyright (C) 2016-2019 "IoT.bzh" author: José Bollo diff --git a/src/verbose.h b/src/verbose.h index 183932bb..fbacf0e8 100644 --- a/src/verbose.h +++ b/src/verbose.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 "IoT.bzh" + Copyright (C) 2016-2019 "IoT.bzh" author: José Bollo diff --git a/src/websock.c b/src/websock.c index 0d8b3b5f..fb96e87c 100644 --- a/src/websock.c +++ b/src/websock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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 c0e05374..6c38717a 100644 --- a/src/websock.h +++ b/src/websock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "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/wrap-json.c b/src/wrap-json.c index 27940bec..93c9d1b0 100644 --- a/src/wrap-json.c +++ b/src/wrap-json.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 "IoT.bzh" + Copyright (C) 2016-2019 "IoT.bzh" author: José Bollo diff --git a/src/wrap-json.h b/src/wrap-json.h index f43659ad..73389af6 100644 --- a/src/wrap-json.h +++ b/src/wrap-json.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 "IoT.bzh" + Copyright (C) 2016-2019 "IoT.bzh" author: José Bollo diff --git a/test/AFB.js b/test/AFB.js index b07efc5e..65648437 100644 --- a/test/AFB.js +++ b/test/AFB.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/monitoring/AFB.js b/test/monitoring/AFB.js index aa634168..c80f6517 100644 --- a/test/monitoring/AFB.js +++ b/test/monitoring/AFB.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/monitoring/monitor-base.css b/test/monitoring/monitor-base.css index bb7f0e29..f71c57af 100644 --- a/test/monitoring/monitor-base.css +++ b/test/monitoring/monitor-base.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/monitoring/monitor-demo.css b/test/monitoring/monitor-demo.css index 3818a153..e2f65006 100644 --- a/test/monitoring/monitor-demo.css +++ b/test/monitoring/monitor-demo.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/monitoring/monitor-pastel.css b/test/monitoring/monitor-pastel.css index 4825d490..8a24188f 100644 --- a/test/monitoring/monitor-pastel.css +++ b/test/monitoring/monitor-pastel.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017, 2018 "IoT.bzh" + * Copyright (C) 2017-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/test/monitoring/monitor.html b/test/monitoring/monitor.html index d1256dae..bf105697 100644 --- a/test/monitoring/monitor.html +++ b/test/monitoring/monitor.html @@ -1,7 +1,7 @@