diff --git a/Doxygen/Doxyfile b/Doxygen/Doxyfile index 3f64a27..2bd52b6 100644 --- a/Doxygen/Doxyfile +++ b/Doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = KvaserCAN-Wrapper # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v0.2 +PROJECT_NUMBER = v0.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Sources/CANAPI/CANBTR_Defaults.h b/Sources/CANAPI/CANBTR_Defaults.h index 448e575..41a0597 100644 --- a/Sources/CANAPI/CANBTR_Defaults.h +++ b/Sources/CANAPI/CANBTR_Defaults.h @@ -2,7 +2,7 @@ /* * CAN Interface API, Version 3 (Definitions and Options) * - * Copyright (c) 2004-2021 Uwe Vogt, UV Software, Berlin (info@uv-software.com) + * Copyright (c) 2004-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com) * All rights reserved. * * This file is part of CAN API V3. @@ -49,9 +49,9 @@ * * @brief CAN API V3 for generic CAN Interfaces - Definitions and Options * - * @author $Author: eris $ + * @author $Author: quaoar $ * - * @version $Rev: 1090 $ + * @version $Rev: 1256 $ * * @addtogroup can_btr * @{ diff --git a/Sources/CANAPI/LICENSE.BSD-2-Clause b/Sources/CANAPI/LICENSE.BSD-2-Clause index d7d391e..f16dfd4 100644 --- a/Sources/CANAPI/LICENSE.BSD-2-Clause +++ b/Sources/CANAPI/LICENSE.BSD-2-Clause @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2021, Uwe Vogt, UV Software +Copyright (c) 2004-2024, Uwe Vogt, UV Software All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Sources/CANAPI/README.md b/Sources/CANAPI/README.md index 40878ea..baf7106 100644 --- a/Sources/CANAPI/README.md +++ b/Sources/CANAPI/README.md @@ -1,9 +1,9 @@ ### CAN Interface API, Version 3 -_Copyright © 2004-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)_ \ +_Copyright © 2004-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)_ \ _All rights reserved._ -Version $Rev: 1249 $ +Version $Rev: 1256 $ # A CAN Interface Wrapper Specification