diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-05-13 19:10:54 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-05-13 19:10:54 +0200 |
commit | c7e9786d408f13d8f8f43c6b68da916bbb1ed5f3 (patch) | |
tree | 2c4d021f6b9a7628e0d3dcda5a41c367bca50f63 /plugins/samples | |
parent | 6f058dbce7f7f96c458820534f774b9b2b358607 (diff) | |
parent | 8112056eecede587bf884f56629858c8b21bdbec (diff) |
Merge branch 'master' of https://github.com/iotbzh/afb-daemon
Diffstat (limited to 'plugins/samples')
-rw-r--r-- | plugins/samples/ClientCtx.c | 2 | ||||
-rw-r--r-- | plugins/samples/HelloWorld.c | 2 | ||||
-rw-r--r-- | plugins/samples/SamplePost.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/samples/ClientCtx.c b/plugins/samples/ClientCtx.c index cc2c0221..4d8e7205 100644 --- a/plugins/samples/ClientCtx.c +++ b/plugins/samples/ClientCtx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index 83a48114..6f9d01d8 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/plugins/samples/SamplePost.c b/plugins/samples/SamplePost.c index 2dc09661..25e73f93 100644 --- a/plugins/samples/SamplePost.c +++ b/plugins/samples/SamplePost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 "IoT.bzh" + * Copyright (C) 2015, 2016 "IoT.bzh" * Author "Fulup Ar Foll" * * Licensed under the Apache License, Version 2.0 (the "License"); |