From 24d000c2290126abf88204089d132229d63f9a05 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 27 Feb 2018 14:52:35 +0100 Subject: Update date of copyright notices MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If9d7e7728df086fbb7214f1de5cbec35cd2f1d9b Signed-off-by: José Bollo --- include/afb/afb-auth.h | 2 +- include/afb/afb-binding | 2 +- include/afb/afb-binding-v1.h | 2 +- include/afb/afb-binding-v2.h | 2 +- include/afb/afb-binding-vdyn.h | 2 +- include/afb/afb-binding.h | 2 +- include/afb/afb-binding.hpp | 2 +- include/afb/afb-daemon-itf.h | 2 +- include/afb/afb-daemon-v1.h | 2 +- include/afb/afb-daemon-v2.h | 2 +- include/afb/afb-dynapi-itf.h | 2 +- include/afb/afb-dynapi.h | 2 +- include/afb/afb-event.h | 2 +- include/afb/afb-eventid-itf.h | 2 +- include/afb/afb-eventid.h | 2 +- include/afb/afb-req-itf.h | 2 +- include/afb/afb-req-v1.h | 2 +- include/afb/afb-req-v2.h | 2 +- include/afb/afb-req.h | 2 +- include/afb/afb-request-itf.h | 2 +- include/afb/afb-request.h | 2 +- include/afb/afb-service-itf.h | 2 +- include/afb/afb-service-v1.h | 2 +- include/afb/afb-service-v2.h | 2 +- include/afb/afb-session-v1.h | 2 +- include/afb/afb-session-v2.h | 2 +- include/afb/afb-verbosity.h | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'include/afb') diff --git a/include/afb/afb-auth.h b/include/afb/afb-auth.h index 9ef58208..da4f8be8 100644 --- a/include/afb/afb-auth.h +++ b/include/afb/afb-auth.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 19fa461c..67ba12a8 100644 --- a/include/afb/afb-binding +++ b/include/afb/afb-binding @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 79254cd8..9fb0ab89 100644 --- a/include/afb/afb-binding-v1.h +++ b/include/afb/afb-binding-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 e0ade91a..3aa61b23 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-binding-vdyn.h b/include/afb/afb-binding-vdyn.h index a3063a75..357a85f6 100644 --- a/include/afb/afb-binding-vdyn.h +++ b/include/afb/afb-binding-vdyn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 f7047596..37305991 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 5942f76c..ee151339 100644 --- a/include/afb/afb-binding.hpp +++ b/include/afb/afb-binding.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-daemon-itf.h b/include/afb/afb-daemon-itf.h index 492032ee..b8fa1931 100644 --- a/include/afb/afb-daemon-itf.h +++ b/include/afb/afb-daemon-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 d199a486..5a78b15d 100644 --- a/include/afb/afb-daemon-v1.h +++ b/include/afb/afb-daemon-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 6eb48c60..4b8399c4 100644 --- a/include/afb/afb-daemon-v2.h +++ b/include/afb/afb-daemon-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-dynapi-itf.h b/include/afb/afb-dynapi-itf.h index fc90dbde..979088d6 100644 --- a/include/afb/afb-dynapi-itf.h +++ b/include/afb/afb-dynapi-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-dynapi.h b/include/afb/afb-dynapi.h index e2458952..2a26915c 100644 --- a/include/afb/afb-dynapi.h +++ b/include/afb/afb-dynapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-event.h b/include/afb/afb-event.h index 2e7f6ab9..0876d8cf 100644 --- a/include/afb/afb-event.h +++ b/include/afb/afb-event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-eventid-itf.h b/include/afb/afb-eventid-itf.h index 84ba2f97..8da39902 100644 --- a/include/afb/afb-eventid-itf.h +++ b/include/afb/afb-eventid-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-eventid.h b/include/afb/afb-eventid.h index 6f0ed329..4c68d029 100644 --- a/include/afb/afb-eventid.h +++ b/include/afb/afb-eventid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 297654ca..2dd42d2e 100644 --- a/include/afb/afb-req-itf.h +++ b/include/afb/afb-req-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 3a737699..f1bcd47d 100644 --- a/include/afb/afb-req-v1.h +++ b/include/afb/afb-req-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 9ed203dc..34cbbdaa 100644 --- a/include/afb/afb-req-v2.h +++ b/include/afb/afb-req-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-req.h b/include/afb/afb-req.h index 1533985f..77153ef1 100644 --- a/include/afb/afb-req.h +++ b/include/afb/afb-req.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-request-itf.h b/include/afb/afb-request-itf.h index d9d9c835..44066c66 100644 --- a/include/afb/afb-request-itf.h +++ b/include/afb/afb-request-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-request.h b/include/afb/afb-request.h index f9a1bbbb..8e909bba 100644 --- a/include/afb/afb-request.h +++ b/include/afb/afb-request.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 081b1db6..dd79bdde 100644 --- a/include/afb/afb-service-itf.h +++ b/include/afb/afb-service-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 61a01e28..6a24ecb0 100644 --- a/include/afb/afb-service-v1.h +++ b/include/afb/afb-service-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 75a262be..df751bd5 100644 --- a/include/afb/afb-service-v2.h +++ b/include/afb/afb-service-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-session-v1.h b/include/afb/afb-session-v1.h index 26d03f12..a606679b 100644 --- a/include/afb/afb-session-v1.h +++ b/include/afb/afb-session-v1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/include/afb/afb-session-v2.h b/include/afb/afb-session-v2.h index eb8bc664..3f940ed6 100644 --- a/include/afb/afb-session-v2.h +++ b/include/afb/afb-session-v2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "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 6c297562..9f122056 100644 --- a/include/afb/afb-verbosity.h +++ b/include/afb/afb-verbosity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); -- cgit 1.2.3-korg