aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-13 16:40:17 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-13 16:43:20 +0200
commit8112056eecede587bf884f56629858c8b21bdbec (patch)
treedf3e18cab73b1a81dc9ff5a48634471c04c859c5 /src
parent146f95b776c7a424e672b27386fbb8392bc0ffb7 (diff)
cleaning copyrights
Change-Id: I4ff7349b1a87f92a7d9f378c715054061f06df57 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/afb-api-dbus.c2
-rw-r--r--src/afb-api-dbus.h2
-rw-r--r--src/afb-api-so.h2
-rw-r--r--src/afb-apis.h2
-rw-r--r--src/afb-client-demo.c2
-rw-r--r--src/afb-common.c2
-rw-r--r--src/afb-common.h2
-rw-r--r--src/afb-config.h4
-rw-r--r--src/afb-context.c2
-rw-r--r--src/afb-context.h2
-rw-r--r--src/afb-hreq.c2
-rw-r--r--src/afb-hreq.h2
-rw-r--r--src/afb-hsrv.c2
-rw-r--r--src/afb-hsrv.h2
-rw-r--r--src/afb-hswitch.c2
-rw-r--r--src/afb-hswitch.h2
-rw-r--r--src/afb-method.c2
-rw-r--r--src/afb-method.h2
-rw-r--r--src/afb-msg-json.c2
-rw-r--r--src/afb-msg-json.h2
-rw-r--r--src/afb-sig-handler.c2
-rw-r--r--src/afb-sig-handler.h2
-rw-r--r--src/afb-websock.c2
-rw-r--r--src/afb-websock.h2
-rw-r--r--src/afb-ws-client.c2
-rw-r--r--src/afb-ws-client.h2
-rw-r--r--src/afb-ws-json1.c2
-rw-r--r--src/afb-ws-json1.h2
-rw-r--r--src/afb-ws.c2
-rw-r--r--src/afb-ws.h2
-rw-r--r--src/afb-wsj1.c2
-rw-r--r--src/afb-wsj1.h2
-rw-r--r--src/main.c4
-rw-r--r--src/session.c2
-rw-r--r--src/session.h2
-rw-r--r--src/verbose.c2
-rw-r--r--src/verbose.h2
-rw-r--r--src/websock.c2
-rw-r--r--src/websock.h2
39 files changed, 40 insertions, 42 deletions
diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c
index 5b75bfa0..3a882a56 100644
--- a/src/afb-api-dbus.c
+++ b/src/afb-api-dbus.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-dbus.h b/src/afb-api-dbus.h
index 8ea1909b..c8a7bc3f 100644
--- a/src/afb-api-dbus.h
+++ b/src/afb-api-dbus.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-api-so.h b/src/afb-api-so.h
index fe4d76b0..8ef58a53 100644
--- a/src/afb-api-so.h
+++ b/src/afb-api-so.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-apis.h b/src/afb-apis.h
index 3e75130e..76969782 100644
--- a/src/afb-apis.h
+++ b/src/afb-apis.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-client-demo.c b/src/afb-client-demo.c
index 004ab3f2..349a0274 100644
--- a/src/afb-client-demo.c
+++ b/src/afb-client-demo.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-common.c b/src/afb-common.c
index e3d48d51..3bd5514e 100644
--- a/src/afb-common.c
+++ b/src/afb-common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-common.h b/src/afb-common.h
index fe17bc93..588ef700 100644
--- a/src/afb-common.h
+++ b/src/afb-common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-config.h b/src/afb-config.h
index bd98baa3..c0def7c8 100644
--- a/src/afb-config.h
+++ b/src/afb-config.h
@@ -1,7 +1,5 @@
/*
- * local-def.h -- provide a REST/HTTP interface
- *
- * Copyright (C) 2015, Fulup Ar Foll
+ * Copyright (C) 2015, 2016 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/afb-context.c b/src/afb-context.c
index 62f1f06d..b00224e4 100644
--- a/src/afb-context.c
+++ b/src/afb-context.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/src/afb-context.h b/src/afb-context.h
index eeb4def3..2f5ecc10 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hreq.c b/src/afb-hreq.c
index 81e630bb..0f2f0ffb 100644
--- a/src/afb-hreq.c
+++ b/src/afb-hreq.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hreq.h b/src/afb-hreq.h
index 3d197788..d4041d76 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c
index d2356484..06c90df0 100644
--- a/src/afb-hsrv.c
+++ b/src/afb-hsrv.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h
index b328df15..cd9ba019 100644
--- a/src/afb-hsrv.h
+++ b/src/afb-hsrv.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016 IoT.bzh
+ Copyright (C) 2016 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/afb-hswitch.c b/src/afb-hswitch.c
index f0308455..bdded7fb 100644
--- a/src/afb-hswitch.c
+++ b/src/afb-hswitch.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h
index f70a0bf8..ece5608b 100644
--- a/src/afb-hswitch.h
+++ b/src/afb-hswitch.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-method.c b/src/afb-method.c
index 488ba3e3..da3b6271 100644
--- a/src/afb-method.c
+++ b/src/afb-method.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-method.h b/src/afb-method.h
index 1411d29f..53fc5b4e 100644
--- a/src/afb-method.h
+++ b/src/afb-method.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-msg-json.c b/src/afb-msg-json.c
index 55b3ed31..164a6e8f 100644
--- a/src/afb-msg-json.c
+++ b/src/afb-msg-json.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-msg-json.h b/src/afb-msg-json.h
index f1d20be5..a90fbb08 100644
--- a/src/afb-msg-json.h
+++ b/src/afb-msg-json.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-sig-handler.c b/src/afb-sig-handler.c
index 127bf0c9..5fc5bb5e 100644
--- a/src/afb-sig-handler.c
+++ b/src/afb-sig-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-sig-handler.h b/src/afb-sig-handler.h
index 3d0249a2..7ef28c30 100644
--- a/src/afb-sig-handler.h
+++ b/src/afb-sig-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
diff --git a/src/afb-websock.c b/src/afb-websock.c
index f9c9dd01..a4237cfb 100644
--- a/src/afb-websock.c
+++ b/src/afb-websock.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-websock.h b/src/afb-websock.h
index 646e98f8..7aac0d0d 100644
--- a/src/afb-websock.h
+++ b/src/afb-websock.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-client.c b/src/afb-ws-client.c
index ceb00cbe..2569d135 100644
--- a/src/afb-ws-client.c
+++ b/src/afb-ws-client.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-client.h b/src/afb-ws-client.h
index 2117bb8c..125bd6f3 100644
--- a/src/afb-ws-client.h
+++ b/src/afb-ws-client.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c
index b6397af6..fe7514d9 100644
--- a/src/afb-ws-json1.c
+++ b/src/afb-ws-json1.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws-json1.h b/src/afb-ws-json1.h
index 014b9aa2..964835bd 100644
--- a/src/afb-ws-json1.h
+++ b/src/afb-ws-json1.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws.c b/src/afb-ws.c
index 22d96914..34796818 100644
--- a/src/afb-ws.c
+++ b/src/afb-ws.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-ws.h b/src/afb-ws.h
index 48df9e4f..49deaacd 100644
--- a/src/afb-ws.h
+++ b/src/afb-ws.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-wsj1.c b/src/afb-wsj1.c
index 7d4730e4..cf31a57a 100644
--- a/src/afb-wsj1.c
+++ b/src/afb-wsj1.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/afb-wsj1.h b/src/afb-wsj1.h
index ab390cf0..08bf67f7 100644
--- a/src/afb-wsj1.h
+++ b/src/afb-wsj1.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/main.c b/src/main.c
index 124d7e44..fdea9079 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 "IoT.bzh"
+ * Copyright (C) 2015, 2016 "IoT.bzh"
* Author "Fulup Ar Foll"
* Author José Bollo <jose.bollo@iot.bzh>
*
@@ -131,7 +131,7 @@ static void printVersion (FILE *file)
fprintf(file, "\n----------------------------------------- \n");
fprintf(file, " AFB [Application Framework Binder] version=%s |\n", AFB_VERSION);
fprintf(file, " \n");
- fprintf(file, " Copyright(C) 2016 /IoT.bzh [fulup -at- iot.bzh]\n");
+ fprintf(file, " Copyright (C) 2015, 2016 \"IoT.bzh\" [fulup -at- iot.bzh]\n");
fprintf(file, " AFB comes with ABSOLUTELY NO WARRANTY.\n");
fprintf(file, " Licence Apache 2\n\n");
exit (0);
diff --git a/src/session.c b/src/session.c
index 326b16af..320eab9b 100644
--- a/src/session.c
+++ b/src/session.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/src/session.h b/src/session.h
index a4c05222..bb37a652 100644
--- a/src/session.h
+++ b/src/session.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/verbose.c b/src/verbose.c
index 82de1779..892aa9a3 100644
--- a/src/verbose.c
+++ b/src/verbose.c
@@ -1,5 +1,5 @@
/*
- Copyright 2016 IoT.bzh
+ Copyright (C) 2016 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/verbose.h b/src/verbose.h
index ccd8eaf6..5c9f8864 100644
--- a/src/verbose.h
+++ b/src/verbose.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016 IoT.bzh
+ Copyright (C) 2016 "IoT.bzh"
author: José Bollo <jose.bollo@iot.bzh>
diff --git a/src/websock.c b/src/websock.c
index 9e79559b..1b886c1b 100644
--- a/src/websock.c
+++ b/src/websock.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 iot.bzh
+ * Copyright (C) 2016 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/websock.h b/src/websock.h
index 82e251c1..e024182e 100644
--- a/src/websock.h
+++ b/src/websock.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 iot.bzh
+ * Copyright (C) 2016 "IoT.bzh"
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.