mirror of
https://github.com/intrepidcs/icsscand.git
synced 2026-08-05 17:48:15 +02:00
Update copyright year to 2024
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016-2023 Intrepid Control Systems, Inc.
|
Copyright (c) 2016-2024 Intrepid Control Systems, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
+2
-2
@@ -202,7 +202,7 @@ std::string sanitizeInterfaceName(std::string str) {
|
|||||||
|
|
||||||
void header() {
|
void header() {
|
||||||
std::cout << "The libicsneo SocketCAN Usermode Daemon\n";
|
std::cout << "The libicsneo SocketCAN Usermode Daemon\n";
|
||||||
std::cout << "Copyright Intrepid Control Systems, Inc. 2023\n\n";
|
std::cout << "Copyright Intrepid Control Systems, Inc. 2024\n\n";
|
||||||
std::cout << "Daemon v";
|
std::cout << "Daemon v";
|
||||||
std::cout << (int)ICSNEO_SOCKETCAN_BUILD_MAJOR << '.' << (int)ICSNEO_SOCKETCAN_BUILD_MINOR << '.' << (int)ICSNEO_SOCKETCAN_BUILD_PATCH;
|
std::cout << (int)ICSNEO_SOCKETCAN_BUILD_MAJOR << '.' << (int)ICSNEO_SOCKETCAN_BUILD_MINOR << '.' << (int)ICSNEO_SOCKETCAN_BUILD_PATCH;
|
||||||
if(ICSNEO_SOCKETCAN_BUILD_METADATA[0] != '\0')
|
if(ICSNEO_SOCKETCAN_BUILD_METADATA[0] != '\0')
|
||||||
@@ -219,7 +219,7 @@ void header() {
|
|||||||
|
|
||||||
void usage(std::string executableName) {
|
void usage(std::string executableName) {
|
||||||
std::cerr << "The libicsneo SocketCAN Usermode Daemon\n";
|
std::cerr << "The libicsneo SocketCAN Usermode Daemon\n";
|
||||||
std::cerr << "Copyright 2019-2023 Intrepid Control Systems, Inc.\n\n";
|
std::cerr << "Copyright 2019-2024 Intrepid Control Systems, Inc.\n\n";
|
||||||
std::cerr << "Usage: " << executableName << " [option]\n\n";
|
std::cerr << "Usage: " << executableName << " [option]\n\n";
|
||||||
std::cerr << "Options:\n";
|
std::cerr << "Options:\n";
|
||||||
std::cerr << "\t-d, --daemon\t\t\tRun as a daemon in the background\n";
|
std::cerr << "\t-d, --daemon\t\t\tRun as a daemon in the background\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user