From 1acc51af7d5ca18e649b4ce2965e487206d39584 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Wed, 7 May 2025 10:02:27 -0400 Subject: [PATCH] Update copyright year to 2025 --- LICENSE | 2 +- src/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 3428e2c..8f74b8c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2024 Intrepid Control Systems, Inc. +Copyright (c) 2016-2025 Intrepid Control Systems, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/main.cpp b/src/main.cpp index 7b954a5..f7105e0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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. 2024\n\n"; + std::cout << "Copyright Intrepid Control Systems, Inc. 2025\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-2024 Intrepid Control Systems, Inc.\n\n"; + std::cerr << "Copyright 2019-2025 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";