From 53e0de1b51821e1ec75766b4ff44c711b4215922 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Fri, 29 May 2015 16:45:57 +0200 Subject: Fixed license headers and copyright doxygen comments Signed-off-by: Alexander Wenzel --- examples/example1/CMakeLists.txt | 2 +- examples/example1/example1.c | 4 ++-- examples/example2/CMakeLists.txt | 2 +- examples/example2/dlt_id.h | 2 +- examples/example2/example2.c | 4 ++-- examples/example3/CMakeLists.txt | 2 +- examples/example3/dlt_id.h | 2 +- examples/example3/example3.c | 4 ++-- examples/example4/CMakeLists.txt | 2 +- examples/example4/example4.c | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) (limited to 'examples') diff --git a/examples/example1/CMakeLists.txt b/examples/example1/CMakeLists.txt index f18526d..d099cc4 100755 --- a/examples/example1/CMakeLists.txt +++ b/examples/example1/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/example1/example1.c b/examples/example1/example1.c index e525781..e6fea9f 100644 --- a/examples/example1/example1.c +++ b/examples/example1/example1.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 * - * \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 example1.c 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 * - * \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 diff --git a/examples/example3/CMakeLists.txt b/examples/example3/CMakeLists.txt index 92e5385..5dfdae2 100755 --- a/examples/example3/CMakeLists.txt +++ b/examples/example3/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/example3/dlt_id.h b/examples/example3/dlt_id.h index 29a3b91..149e22d 100644 --- a/examples/example3/dlt_id.h +++ b/examples/example3/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/example3/example3.c b/examples/example3/example3.c index 4c90f97..ced6632 100644 --- a/examples/example3/example3.c +++ b/examples/example3/example3.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 * - * \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 example3.c diff --git a/examples/example4/CMakeLists.txt b/examples/example4/CMakeLists.txt index c56a340..5ad07be 100755 --- a/examples/example4/CMakeLists.txt +++ b/examples/example4/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/example4/example4.c b/examples/example4/example4.c index 4e11ae8..f4b1da0 100644 --- a/examples/example4/example4.c +++ b/examples/example4/example4.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 * - * \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 example4.c -- cgit v1.2.1