diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-03 18:42:38 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:51:00 +0200 |
commit | beba0a66ecf3fee3d18b12acf54c8a1d27bcbffc (patch) | |
tree | 253d642c66c3c8926f55d7fb1adab2d9479424fc /4a-hal/4a-hal-manager | |
parent | 250d68939f11d30ee4cd3ea0c392079b84402acc (diff) |
Correct date in .c and .h files
Set file creation date to 2018 instead of 2016.
Change-Id: I0349bbc1dde097f899d9b38dd28b3891f88020ad
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-manager')
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager-cb.c | 2 | ||||
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager-cb.h | 2 | ||||
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager-events.c | 2 | ||||
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager-events.h | 2 | ||||
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager.c | 2 | ||||
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/4a-hal/4a-hal-manager/4a-hal-manager-cb.c b/4a-hal/4a-hal-manager/4a-hal-manager-cb.c index deea87e..75198a9 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager-cb.c +++ b/4a-hal/4a-hal-manager/4a-hal-manager-cb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2018 "IoT.bzh" * Author Jonathan Aillet <jonathan.aillet@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/4a-hal/4a-hal-manager/4a-hal-manager-cb.h b/4a-hal/4a-hal-manager/4a-hal-manager-cb.h index a0b7509..728191d 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager-cb.h +++ b/4a-hal/4a-hal-manager/4a-hal-manager-cb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2018 "IoT.bzh" * Author Jonathan Aillet <jonathan.aillet@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/4a-hal/4a-hal-manager/4a-hal-manager-events.c b/4a-hal/4a-hal-manager/4a-hal-manager-events.c index 0840bdd..7c1fd65 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager-events.c +++ b/4a-hal/4a-hal-manager/4a-hal-manager-events.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2018 "IoT.bzh" * Author Jonathan Aillet <jonathan.aillet@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/4a-hal/4a-hal-manager/4a-hal-manager-events.h b/4a-hal/4a-hal-manager/4a-hal-manager-events.h index d7f4b59..f7ad61e 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager-events.h +++ b/4a-hal/4a-hal-manager/4a-hal-manager-events.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2018 "IoT.bzh" * Author Jonathan Aillet <jonathan.aillet@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/4a-hal/4a-hal-manager/4a-hal-manager.c b/4a-hal/4a-hal-manager/4a-hal-manager.c index 593a261..df2ead5 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager.c +++ b/4a-hal/4a-hal-manager/4a-hal-manager.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2018 "IoT.bzh" * Author Jonathan Aillet <jonathan.aillet@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/4a-hal/4a-hal-manager/4a-hal-manager.h b/4a-hal/4a-hal-manager/4a-hal-manager.h index fb41ad1..af24a90 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager.h +++ b/4a-hal/4a-hal-manager/4a-hal-manager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 "IoT.bzh" + * Copyright (C) 2018 "IoT.bzh" * Author Jonathan Aillet <jonathan.aillet@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); |