From 7fe0c07848ae028f10e32bca777d05fbc404b152 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Thu, 26 Jan 2017 18:52:37 +0100 Subject: [PATCH] Update date in headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Also update .gitignore Change-Id: I9d3e82c59318d983243ffce6d0a726ad5186fa2d Signed-off-by: José Bollo --- .gitignore | 1 + certs/CMakeLists.txt | 2 +- scripts/CMakeLists.txt | 2 +- src/simulation/security-manager.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a6c715..660fcb6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 # 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 # 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. -- 2.16.6