diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-09 09:22:17 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 10:43:00 +0100 |
commit | 2e10ab5760e5d2a6abab7acf47f781442308362f (patch) | |
tree | eb6830b776ca7a879d728aff48bac2d5b7c97cde /low-can-binding/utils | |
parent | ec243165292930048b6cd4de8709d405d7012ec5 (diff) |
all: Copyright update
Bug-AGL: SPEC-2988
Change-Id: I9794c48d0f7567cc3fdc7dff21b4fcee47296514
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/utils')
-rw-r--r-- | low-can-binding/utils/config-parser.cpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/config-parser.hpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/socketcan-bcm.cpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/socketcan-bcm.hpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/socketcan-raw.cpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/socketcan-raw.hpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/socketcan.cpp | 2 | ||||
-rw-r--r-- | low-can-binding/utils/socketcan.hpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/low-can-binding/utils/config-parser.cpp b/low-can-binding/utils/config-parser.cpp index 98d6ad58..820c6d9b 100644 --- a/low-can-binding/utils/config-parser.cpp +++ b/low-can-binding/utils/config-parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/config-parser.hpp b/low-can-binding/utils/config-parser.hpp index 3115e9bd..4553be2d 100644 --- a/low-can-binding/utils/config-parser.hpp +++ b/low-can-binding/utils/config-parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/socketcan-bcm.cpp b/low-can-binding/utils/socketcan-bcm.cpp index df41fba2..e992ccbe 100644 --- a/low-can-binding/utils/socketcan-bcm.cpp +++ b/low-can-binding/utils/socketcan-bcm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * Author "Loïc Collignon" <loic.collignon@iot.bzh> * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/socketcan-bcm.hpp b/low-can-binding/utils/socketcan-bcm.hpp index 1f5ec50c..4806ac0e 100644 --- a/low-can-binding/utils/socketcan-bcm.hpp +++ b/low-can-binding/utils/socketcan-bcm.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * Author "Loïc Collignon" <loic.collignon@iot.bzh> * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/socketcan-raw.cpp b/low-can-binding/utils/socketcan-raw.cpp index 31387c72..fa162fa5 100644 --- a/low-can-binding/utils/socketcan-raw.cpp +++ b/low-can-binding/utils/socketcan-raw.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * Author "Loïc Collignon" <loic.collignon@iot.bzh> * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/socketcan-raw.hpp b/low-can-binding/utils/socketcan-raw.hpp index 966bf351..02b3884c 100644 --- a/low-can-binding/utils/socketcan-raw.hpp +++ b/low-can-binding/utils/socketcan-raw.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * Author "Loïc Collignon" <loic.collignon@iot.bzh> * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/socketcan.cpp b/low-can-binding/utils/socketcan.cpp index f542f4e8..d72f108d 100644 --- a/low-can-binding/utils/socketcan.cpp +++ b/low-can-binding/utils/socketcan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * Author "Loïc Collignon" <loic.collignon@iot.bzh> * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/low-can-binding/utils/socketcan.hpp b/low-can-binding/utils/socketcan.hpp index 7b2501af..17cec019 100644 --- a/low-can-binding/utils/socketcan.hpp +++ b/low-can-binding/utils/socketcan.hpp @@ -1,7 +1,7 @@ #pragma once /* - * Copyright (C) 2015, 2016 ,2017 "IoT.bzh" + * Copyright (C) 2015, 2016 , 2017, 2018, 2019 "IoT\.bzh" * Author "Romain Forlot" <romain.forlot@iot.bzh> * Author "Loïc Collignon" <loic.collignon@iot.bzh> * Licensed under the Apache License, Version 2.0 (the "License"); |