aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2020-01-08 12:14:52 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2020-01-08 12:26:29 +0100
commit65353dce81a629e042800bb7b86fcd869a76727e (patch)
tree253017074fb4172aac7961b0c70ca8d2fbb9a392 /bindings
parent164f14144f2d2339db023abfc899e034c24958cc (diff)
Update copyright dates
Signed-off-by: José Bollo <jose.bollo@iot.bzh> Change-Id: I01a566a693b8ec6239209c9323ae4ff15a07f737
Diffstat (limited to 'bindings')
-rw-r--r--bindings/CMakeLists.txt2
-rw-r--r--bindings/intrinsics/CMakeLists.txt2
-rw-r--r--bindings/intrinsics/afb-dbus-binding.c2
-rw-r--r--bindings/samples/AuthLogin.c2
-rw-r--r--bindings/samples/CMakeLists.txt2
-rw-r--r--bindings/samples/DemoContext.c2
-rw-r--r--bindings/samples/DemoPost.c2
-rw-r--r--bindings/samples/hello2.c2
-rw-r--r--bindings/samples/hello3.c2
-rw-r--r--bindings/samples/tic-tac-toe.c2
-rw-r--r--bindings/tutorials/CMakeLists.txt2
11 files changed, 11 insertions, 11 deletions
diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt
index c4fbdea0..2b9f8d60 100644
--- a/bindings/CMakeLists.txt
+++ b/bindings/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 "IoT.bzh"
+# Copyright (C) 2015-2020 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/bindings/intrinsics/CMakeLists.txt b/bindings/intrinsics/CMakeLists.txt
index b7668ce8..9822122c 100644
--- a/bindings/intrinsics/CMakeLists.txt
+++ b/bindings/intrinsics/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 "IoT.bzh"
+# Copyright (C) 2015-2020 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/bindings/intrinsics/afb-dbus-binding.c b/bindings/intrinsics/afb-dbus-binding.c
index 629ff19e..04bbad00 100644
--- a/bindings/intrinsics/afb-dbus-binding.c
+++ b/bindings/intrinsics/afb-dbus-binding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/samples/AuthLogin.c b/bindings/samples/AuthLogin.c
index df001fd1..9570bc5d 100644
--- a/bindings/samples/AuthLogin.c
+++ b/bindings/samples/AuthLogin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "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 c2dae240..ae974f9a 100644
--- a/bindings/samples/CMakeLists.txt
+++ b/bindings/samples/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 "IoT.bzh"
+# Copyright (C) 2015-2020 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#
diff --git a/bindings/samples/DemoContext.c b/bindings/samples/DemoContext.c
index cb8e86f0..f4daccf5 100644
--- a/bindings/samples/DemoContext.c
+++ b/bindings/samples/DemoContext.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "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 9c21d1b4..b2edd267 100644
--- a/bindings/samples/DemoPost.c
+++ b/bindings/samples/DemoPost.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "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 ef9e65d9..8aaad821 100644
--- a/bindings/samples/hello2.c
+++ b/bindings/samples/hello2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "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 efd338c9..3a6c9ad9 100644
--- a/bindings/samples/hello3.c
+++ b/bindings/samples/hello3.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "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 2cac6f63..82e86872 100644
--- a/bindings/samples/tic-tac-toe.c
+++ b/bindings/samples/tic-tac-toe.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/tutorials/CMakeLists.txt b/bindings/tutorials/CMakeLists.txt
index a3c87c55..2a4665b6 100644
--- a/bindings/tutorials/CMakeLists.txt
+++ b/bindings/tutorials/CMakeLists.txt
@@ -1,5 +1,5 @@
###########################################################################
-# Copyright (C) 2015-2019 "IoT.bzh"
+# Copyright (C) 2015-2020 "IoT.bzh"
#
# author: José Bollo <jose.bollo@iot.bzh>
#