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 --- include/CMakeLists.txt | 2 +- include/dlt/CMakeLists.txt | 2 +- include/dlt/dlt.h | 4 ++-- include/dlt/dlt_client.h | 4 ++-- include/dlt/dlt_common.h | 4 ++-- include/dlt/dlt_common_api.h | 4 ++-- include/dlt/dlt_filetransfer.h | 4 ++-- include/dlt/dlt_offline_trace.h | 4 ++-- include/dlt/dlt_protocol.h | 4 ++-- include/dlt/dlt_shm.h | 4 ++-- include/dlt/dlt_types.h | 4 ++-- include/dlt/dlt_user.h | 4 ++-- include/dlt/dlt_user_macros.h | 4 ++-- 13 files changed, 24 insertions(+), 24 deletions(-) (limited to 'include') diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 02e4b27..29066cd 100755 --- a/include/CMakeLists.txt +++ b/include/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/include/dlt/CMakeLists.txt b/include/dlt/CMakeLists.txt index 94aeaf4..841edbb 100644 --- a/include/dlt/CMakeLists.txt +++ b/include/dlt/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/include/dlt/dlt.h b/include/dlt/dlt.h index b814077..54a2883 100755 --- a/include/dlt/dlt.h +++ b/include/dlt/dlt.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. * @@ -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 dlt.h diff --git a/include/dlt/dlt_client.h b/include/dlt/dlt_client.h index c62a389..6f62a67 100755 --- a/include/dlt/dlt_client.h +++ b/include/dlt/dlt_client.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. * @@ -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 dlt_client.h diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 6e27d4c..73798b7 100755 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.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. * @@ -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 dlt_common.h diff --git a/include/dlt/dlt_common_api.h b/include/dlt/dlt_common_api.h index bcd0fed..2b9ef1a 100644 --- a/include/dlt/dlt_common_api.h +++ b/include/dlt/dlt_common_api.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. * @@ -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 dlt_common_api.h diff --git a/include/dlt/dlt_filetransfer.h b/include/dlt/dlt_filetransfer.h index 89e5c7a..e312dcc 100644 --- a/include/dlt/dlt_filetransfer.h +++ b/include/dlt/dlt_filetransfer.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. * @@ -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 dlt_filetransfer.h diff --git a/include/dlt/dlt_offline_trace.h b/include/dlt/dlt_offline_trace.h index efef08a..84cb416 100644 --- a/include/dlt/dlt_offline_trace.h +++ b/include/dlt/dlt_offline_trace.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. * @@ -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 dlt_offline_trace.h diff --git a/include/dlt/dlt_protocol.h b/include/dlt/dlt_protocol.h index 9c5ea35..71dfa76 100755 --- a/include/dlt/dlt_protocol.h +++ b/include/dlt/dlt_protocol.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. * @@ -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 dlt_protocol.h diff --git a/include/dlt/dlt_shm.h b/include/dlt/dlt_shm.h index 463e1c1..5c9df51 100644 --- a/include/dlt/dlt_shm.h +++ b/include/dlt/dlt_shm.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. * @@ -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 dlt_shm.h diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h index 819c25c..f10963a 100755 --- a/include/dlt/dlt_types.h +++ b/include/dlt/dlt_types.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. * @@ -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 dlt_types.h diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h index ff73910..1c84c46 100644 --- a/include/dlt/dlt_user.h +++ b/include/dlt/dlt_user.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. * @@ -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 dlt_user.h diff --git a/include/dlt/dlt_user_macros.h b/include/dlt/dlt_user_macros.h index e79f712..7f55ad3 100644 --- a/include/dlt/dlt_user_macros.h +++ b/include/dlt/dlt_user_macros.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. * @@ -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 dlt_user_macros.h -- cgit v1.2.1