diff --git a/CMakeLists.txt b/CMakeLists.txt index 278dbfe..8b214e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ # Author: # Sven Czarnian +# Copyright: +# 2021 Sven Czarnian # License: # GPLv3 # Brief: diff --git a/src/ArrivalMANagerMain.cpp b/src/ArrivalMANagerMain.cpp index 847273a..78faf02 100644 --- a/src/ArrivalMANagerMain.cpp +++ b/src/ArrivalMANagerMain.cpp @@ -4,7 +4,7 @@ * Brief: * Implements the entry functions for EuroScope * Copyright: - * 2020-2021 Sven Czarnian + * 2021 Sven Czarnian * License: * GNU General Public License v3 (GPLv3) */ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9332c30..63c17f6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # Author: # Sven Czarnian # Copyright: -# 2020-2021 Sven Czarnian +# 2021 Sven Czarnian # License: # GNU General Public License (GPLv3) # Brief: diff --git a/src/stdafx.cpp b/src/stdafx.cpp index 0fd89dd..afe07a9 100644 --- a/src/stdafx.cpp +++ b/src/stdafx.cpp @@ -4,7 +4,7 @@ * Brief: * Implements the version checker * Copyright: - * 2020-2021 Sven Czarnian + * 2021 Sven Czarnian * License: * GNU General Public License v3 (GPLv3) */ diff --git a/src/stdafx.h b/src/stdafx.h index c634be5..d5efde1 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -1,8 +1,8 @@ /* * @brief Defines the include header for all euroscope files - * @file euroscope/stdafx.h + * @file src/stdafx.h * @author Sven Czarnian - * @copyright Copyright 2020-2021 Sven Czarnian + * @copyright Copyright 2021 Sven Czarnian * @license This project is published under the GNU General Public License v3 (GPLv3) */