diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | certs/CMakeLists.txt | 2 | ||||
-rw-r--r-- | scripts/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/simulation/security-manager.h | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -2,4 +2,5 @@ build/ tests-w3c/ +prepare-build.sh diff --git a/certs/CMakeLists.txt b/certs/CMakeLists.txt index 7c1bd92..5d637e5 100644 --- a/certs/CMakeLists.txt +++ b/certs/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2015 IoT.bzh +# Copyright 2015, 2016, 2017 IoT.bzh # # author: José Bollo <jose.bollo@iot.bzh> # diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 873e90c..aef41cb 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2015 IoT.bzh +# Copyright 2015, 2016, 2017 IoT.bzh # # author: José Bollo <jose.bollo@iot.bzh> # diff --git a/src/simulation/security-manager.h b/src/simulation/security-manager.h index 59c356d..36b1b32 100644 --- a/src/simulation/security-manager.h +++ b/src/simulation/security-manager.h @@ -1,5 +1,5 @@ /* - Copyright 2015 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |