Skip to content

Commit

Permalink
Update year of copyright
Browse files Browse the repository at this point in the history
Relates to [CANAPI-83]
  • Loading branch information
uv-software committed Apr 19, 2024
1 parent b829aca commit e8bdf38
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Utilities/can_moni/Driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CAN Monitor for CAN-over-Serial-Line Interfaces
//
// Copyright (c) 2007,2016-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
// Copyright (c) 2007,2012-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
#define SERIAL_CAN_SUPPORTED 1 // requires additional parameter (COM port)

#define MONITOR_INTEFACE "CAN-over-Serial-Line Interfaces"
#define MONITOR_COPYRIGHT "2007,2016-2024 by Uwe Vogt, UV Software, Berlin"
#define MONITOR_COPYRIGHT "2007,2012-2024 by Uwe Vogt, UV Software, Berlin"

#define BITRATE_1M(x) DEFAULT_CAN_BR_1M(x)
#define BITRATE_800K(x) DEFAULT_CAN_BR_800K(x)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# CAN Monitor for CAN-over-Serial-Line Interfaces
#
# Copyright (c) 2007,2016-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
# Copyright (c) 2007,2012-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__CAN Monitor for CAN-over-Serial-Line Interfaces, Version 0.1.2__ \
Copyright © 2007,2016-2024 by Uwe Vogt, UV Software, Berlin
Copyright © 2007,2012-2024 by Uwe Vogt, UV Software, Berlin

```
Usage: can_moni <interface> [<option>...]
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/Sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CAN Monitor for generic Interfaces (CAN API V3)
//
// Copyright (c) 2007,2016-2024 Uwe Vogt, UV Software, Berlin (info@mac-can.com)
// Copyright (c) 2007,2012-2024 Uwe Vogt, UV Software, Berlin (info@mac-can.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_moni/Sources/main_w.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CAN Monitor for generic Interfaces (CAN API V3)
//
// Copyright (c) 2007,2016-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
// Copyright (c) 2007,2012-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions Utilities/can_test/Driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CAN Tester for CAN-over-Serial-Line Interfaces
//
// Copyright (c) 2008-2010,2016-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
// Copyright (c) 2008-2010,2012-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -34,7 +34,7 @@
#define SERIAL_CAN_SUPPORTED 1 // requires additional parameter (COM port)

#define TESTER_INTEFACE "CAN-over-Serial-Line Interfaces"
#define TESTER_COPYRIGHT "2008-2010,2016-2024 by Uwe Vogt, UV Software, Berlin"
#define TESTER_COPYRIGHT "2008-2010,2012-2024 by Uwe Vogt, UV Software, Berlin"

#define BITRATE_1M(x) DEFAULT_CAN_BR_1M(x)
#define BITRATE_800K(x) DEFAULT_CAN_BR_800K(x)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# CAN Tester for CAN-over-Serial-Line Interfaces
#
# Copyright (c) 2008-2010,2016-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
# Copyright (c) 2008-2010,2012-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_test/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__CAN Tester for CAN-over-Serial-Line Interfaces, Version 0.1.2__ \
Copyright &copy; 2008-2010,2016-2024 by Uwe Vogt, UV Software, Berlin
Copyright &copy; 2008-2010,2012-2024 by Uwe Vogt, UV Software, Berlin

```
Usage: can_test <interface> [<option>...]
Expand Down
2 changes: 1 addition & 1 deletion Utilities/can_test/Sources/main_w.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// CAN Tester for generic Interfaces (CAN API V3)
//
// Copyright (c) 2008-2010,2014-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
// Copyright (c) 2008-2010,2012-2024 Uwe Vogt, UV Software, Berlin (info@uv-software.com)
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit e8bdf38

Please sign in to comment.