Compare commits
No commits in common. "945a027b5b373432cc799ab111b552ebfb8764e9" and "be51cce4f18ac64b94bc28544b21e625a6e5688e" have entirely different histories.
945a027b5b
...
be51cce4f1
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2016-2025 Intrepid Control Systems, Inc.
|
||||
Copyright (c) 2016-2024 Intrepid Control Systems, Inc.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ std::string sanitizeInterfaceName(std::string str) {
|
|||
|
||||
void header() {
|
||||
std::cout << "The libicsneo SocketCAN Usermode Daemon\n";
|
||||
std::cout << "Copyright Intrepid Control Systems, Inc. 2025\n\n";
|
||||
std::cout << "Copyright Intrepid Control Systems, Inc. 2024\n\n";
|
||||
std::cout << "Daemon v";
|
||||
std::cout << (int)ICSNEO_SOCKETCAN_BUILD_MAJOR << '.' << (int)ICSNEO_SOCKETCAN_BUILD_MINOR << '.' << (int)ICSNEO_SOCKETCAN_BUILD_PATCH;
|
||||
if(ICSNEO_SOCKETCAN_BUILD_METADATA[0] != '\0')
|
||||
|
|
@ -239,7 +239,7 @@ void header() {
|
|||
|
||||
void usage(std::string executableName) {
|
||||
std::cerr << "The libicsneo SocketCAN Usermode Daemon\n";
|
||||
std::cerr << "Copyright 2019-2025 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 << "Options:\n";
|
||||
std::cerr << "\t-d, --daemon\t\t\tRun as a daemon in the background\n";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7eeb1b6c38877792c875471478bfdf5c747a3a66
|
||||
Subproject commit d56e66afd3ed1d154ad9dd7cafe537bb8ff9156e
|
||||
Loading…
Reference in New Issue