diff options
author | Lutz Helwing <lutz_helwing@mentor.com> | 2015-05-29 16:45:57 +0200 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2015-06-17 08:50:44 +0200 |
commit | 53e0de1b51821e1ec75766b4ff44c711b4215922 (patch) | |
tree | eeef5822c368978ece4c8d46e7ede095ff61400c /examples/example2 | |
parent | d8125a0d7e74c58910840d0f28e891ce7ffda60e (diff) | |
download | DLT-daemon-53e0de1b51821e1ec75766b4ff44c711b4215922.tar.gz |
Fixed license headers and copyright doxygen comments
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'examples/example2')
-rwxr-xr-x | examples/example2/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/example2/dlt_id.h | 2 | ||||
-rw-r--r-- | examples/example2/example2.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/example2/CMakeLists.txt b/examples/example2/CMakeLists.txt index d081b56..0ce16ec 100755 --- a/examples/example2/CMakeLists.txt +++ b/examples/example2/CMakeLists.txt @@ -2,7 +2,7 @@ # @licence make begin@ # SPDX license identifier: MPL-2.0 # -# Copyright (C) 2011-2015, BMW AG" +# Copyright (C) 2011-2015, BMW AG # # This file is part of GENIVI Project DLT - Diagnostic Log and Trace. # diff --git a/examples/example2/dlt_id.h b/examples/example2/dlt_id.h index 5c93d6f..7bfa4c7 100644 --- a/examples/example2/dlt_id.h +++ b/examples/example2/dlt_id.h @@ -2,7 +2,7 @@ * @licence app begin@ * SPDX license identifier: MPL-2.0 * - * Copyright (C) 2011-2015, BMW AG" + * Copyright (C) 2011-2015, BMW AG * * This file is part of GENIVI Project DLT - Diagnostic Log and Trace. * diff --git a/examples/example2/example2.c b/examples/example2/example2.c index 73c1916..ccd4ff5 100644 --- a/examples/example2/example2.c +++ b/examples/example2/example2.c @@ -2,7 +2,7 @@ * @licence app begin@ * SPDX license identifier: MPL-2.0 * - * Copyright (C) 2011-2015, BMW AG" + * Copyright (C) 2011-2015, BMW AG * * This file is part of GENIVI Project DLT - Diagnostic Log and Trace. * @@ -18,7 +18,7 @@ /*! * \author Alexander Wenzel <alexander.aw.wenzel@bmw.de> * - * \copyright Copyright © 2015 BMW AG. \n + * \copyright Copyright © 2011-2015 BMW AG. \n * License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/. * * \file example2.c |