summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-01-03 11:07:56 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-01-03 11:07:56 +0100
commita38382e89710db2c298f7f101e3ba0cf3681287c (patch)
treec6572acad89976c8bb2c12364a66ced88e4419fa /bindings
parentfb78efef43a9ffc8155649818cc7a907dc85cf4a (diff)
Adds 2017 to copyrights
Change-Id: Id85c4eb4e36a05b61346004ba95daa19faf5074f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/audio/audio-alsa.c2
-rw-r--r--bindings/audio/audio-alsa.h2
-rw-r--r--bindings/audio/audio-api.c2
-rw-r--r--bindings/audio/audio-api.h2
-rw-r--r--bindings/audio/audio-pulse.c2
-rw-r--r--bindings/audio/audio-pulse.h2
-rw-r--r--bindings/intrinsics/afb-dbus-binding.c2
-rw-r--r--bindings/media/media-api.c2
-rw-r--r--bindings/media/media-api.h2
-rw-r--r--bindings/media/media-rygel.c2
-rw-r--r--bindings/media/media-rygel.h2
-rw-r--r--bindings/radio/radio-api.c2
-rw-r--r--bindings/radio/radio-api.h2
-rw-r--r--bindings/radio/radio-rtlsdr.c2
-rw-r--r--bindings/radio/radio-rtlsdr.h2
-rw-r--r--bindings/samples/AuthLogin.c2
-rw-r--r--bindings/samples/DemoContext.c2
-rw-r--r--bindings/samples/DemoPost.c2
-rw-r--r--bindings/samples/HelloWorld.c2
-rw-r--r--bindings/samples/tic-tac-toe.c2
20 files changed, 20 insertions, 20 deletions
diff --git a/bindings/audio/audio-alsa.c b/bindings/audio/audio-alsa.c
index 45ff2edb..cfb111bc 100644
--- a/bindings/audio/audio-alsa.c
+++ b/bindings/audio/audio-alsa.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/audio/audio-alsa.h b/bindings/audio/audio-alsa.h
index 679d4eee..651d57ce 100644
--- a/bindings/audio/audio-alsa.h
+++ b/bindings/audio/audio-alsa.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/audio/audio-api.c b/bindings/audio/audio-api.c
index b20731f2..7466173e 100644
--- a/bindings/audio/audio-api.c
+++ b/bindings/audio/audio-api.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/audio/audio-api.h b/bindings/audio/audio-api.h
index f5c77c2e..1b40136d 100644
--- a/bindings/audio/audio-api.h
+++ b/bindings/audio/audio-api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/audio/audio-pulse.c b/bindings/audio/audio-pulse.c
index a6d1e4dc..16e7aa15 100644
--- a/bindings/audio/audio-pulse.c
+++ b/bindings/audio/audio-pulse.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/audio/audio-pulse.h b/bindings/audio/audio-pulse.h
index ad8ff490..7ef5dd77 100644
--- a/bindings/audio/audio-pulse.h
+++ b/bindings/audio/audio-pulse.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/intrinsics/afb-dbus-binding.c b/bindings/intrinsics/afb-dbus-binding.c
index dda59453..4eab2eb2 100644
--- a/bindings/intrinsics/afb-dbus-binding.c
+++ b/bindings/intrinsics/afb-dbus-binding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/media/media-api.c b/bindings/media/media-api.c
index 39c2e2c9..32a1d3d3 100644
--- a/bindings/media/media-api.c
+++ b/bindings/media/media-api.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/media/media-api.h b/bindings/media/media-api.h
index c1d764c2..1c7af678 100644
--- a/bindings/media/media-api.h
+++ b/bindings/media/media-api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/media/media-rygel.c b/bindings/media/media-rygel.c
index 38a8a442..be191921 100644
--- a/bindings/media/media-rygel.c
+++ b/bindings/media/media-rygel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/media/media-rygel.h b/bindings/media/media-rygel.h
index 951c6b89..82a758ac 100644
--- a/bindings/media/media-rygel.h
+++ b/bindings/media/media-rygel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/radio/radio-api.c b/bindings/radio/radio-api.c
index 7b3036ed..9c1fef6c 100644
--- a/bindings/radio/radio-api.c
+++ b/bindings/radio/radio-api.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/radio/radio-api.h b/bindings/radio/radio-api.h
index 9b91ec69..e2e7ab20 100644
--- a/bindings/radio/radio-api.h
+++ b/bindings/radio/radio-api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/radio/radio-rtlsdr.c b/bindings/radio/radio-rtlsdr.c
index 00ceba63..3f705cbc 100644
--- a/bindings/radio/radio-rtlsdr.c
+++ b/bindings/radio/radio-rtlsdr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/radio/radio-rtlsdr.h b/bindings/radio/radio-rtlsdr.h
index 2308f27e..3ee80af8 100644
--- a/bindings/radio/radio-rtlsdr.h
+++ b/bindings/radio/radio-rtlsdr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Manuel Bachmann"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/samples/AuthLogin.c b/bindings/samples/AuthLogin.c
index 824efc6d..62205176 100644
--- a/bindings/samples/AuthLogin.c
+++ b/bindings/samples/AuthLogin.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Fulup Ar Foll"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/samples/DemoContext.c b/bindings/samples/DemoContext.c
index 0427a4de..66dc6ccf 100644
--- a/bindings/samples/DemoContext.c
+++ b/bindings/samples/DemoContext.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "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 f74b7e23..bed5d444 100644
--- a/bindings/samples/DemoPost.c
+++ b/bindings/samples/DemoPost.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "IoT.bzh"
* Author "Fulup Ar Foll"
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/bindings/samples/HelloWorld.c b/bindings/samples/HelloWorld.c
index 66dec8fa..9e14befa 100644
--- a/bindings/samples/HelloWorld.c
+++ b/bindings/samples/HelloWorld.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015, 2016 "IoT.bzh"
+ * Copyright (C) 2015, 2016, 2017 "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 0100fc05..fb5eb926 100644
--- a/bindings/samples/tic-tac-toe.c
+++ b/bindings/samples/tic-tac-toe.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");