From 9ba6f2cec5351812a1ea024a3126dc05c492ca5a Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Thu, 31 Mar 2022 18:13:23 -0400 Subject: [PATCH] Update copyright date to 2022 --- LICENSE | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 770f71f..2553c95 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2021 Intrepid Control Systems, Inc. +Copyright (c) 2016-2022 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 f7036d0..ec4047e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -197,7 +197,7 @@ void header() { void usage(std::string executableName) { std::cerr << "The libicsneo SocketCAN Usermode Daemon\n"; - std::cerr << "Copyright 2019-2020 Intrepid Control Systems, Inc.\n\n"; + std::cerr << "Copyright 2019-2022 Intrepid Control Systems, Inc.\n\n"; std::cerr << "Usage: " << executableName << " [option]\n\n"; std::cerr << "Options:\n"; std::cerr << "\t-d, --daemon\t\tRun as a daemon in the background\n";