aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-05 09:02:02 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-02-06 19:49:11 +0100
commit043c27c3a8fd323d59e41288b6fd24f0e9bfa9a3 (patch)
tree4e7b8c9b47e0c0dec502452bfbc10846e9149c0d /bindings
parent44248c62a31f08a2fecef8d56b9ff20d30d9320c (diff)
Change-Id: I3aaa92b2bfb01699ee8ae609272e93032b6f1a9d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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/tutorial/CMakeLists.txt2
11 files changed, 11 insertions, 11 deletions
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 <jose.bollo@iot.bzh>
#
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 <jose.bollo@iot.bzh>
#
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 <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 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 <jose.bollo@iot.bzh>
#
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 <jose.bollo@iot.bzh>
*
* 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 <jose.bollo@iot.bzh>
#