From 0efaedaa70de1603429d3e2e94e0676ad86a5702 Mon Sep 17 00:00:00 2001 From: Ellie Dugger Date: Tue, 6 Sep 2022 19:21:27 -0400 Subject: [PATCH] FW: Update firmware copyright dates for 2022 --- doc/FW_LICENSE.txt | 2 +- fw/KFDtool/InfoData.c | 2 +- fw/KFDtool/InfoData.h | 2 +- fw/KFDtool/SerialProtocol.c | 2 +- fw/KFDtool/SerialProtocol.h | 2 +- fw/KFDtool/TwiProtocol.c | 2 +- fw/KFDtool/TwiProtocol.h | 2 +- fw/KFDtool/hal.c | 2 +- fw/KFDtool/hal.h | 2 +- fw/KFDtool/main.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/FW_LICENSE.txt b/doc/FW_LICENSE.txt index 6d82710..5e777a8 100644 --- a/doc/FW_LICENSE.txt +++ b/doc/FW_LICENSE.txt @@ -4,7 +4,7 @@ # # ################################################################################ -Copyright 2019-2020 Daniel Dugger +Copyright 2019-2022 KFDtool, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/fw/KFDtool/InfoData.c b/fw/KFDtool/InfoData.c index 5d65084..ced5a1e 100644 --- a/fw/KFDtool/InfoData.c +++ b/fw/KFDtool/InfoData.c @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #include "driverlib.h" #include "InfoData.h" diff --git a/fw/KFDtool/InfoData.h b/fw/KFDtool/InfoData.h index 8d5ea82..63625c9 100644 --- a/fw/KFDtool/InfoData.h +++ b/fw/KFDtool/InfoData.h @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #ifndef INFODATA_H_ #define INFODATA_H_ diff --git a/fw/KFDtool/SerialProtocol.c b/fw/KFDtool/SerialProtocol.c index 19cb2d3..0309646 100644 --- a/fw/KFDtool/SerialProtocol.c +++ b/fw/KFDtool/SerialProtocol.c @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #include "USB_config/descriptors.h" #include "USB_API/USB_Common/usb.h" diff --git a/fw/KFDtool/SerialProtocol.h b/fw/KFDtool/SerialProtocol.h index 51831c3..879fac9 100644 --- a/fw/KFDtool/SerialProtocol.h +++ b/fw/KFDtool/SerialProtocol.h @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #ifndef SERIALPROTOCOL_H_ #define SERIALPROTOCOL_H_ diff --git a/fw/KFDtool/TwiProtocol.c b/fw/KFDtool/TwiProtocol.c index 1a9459b..4384ba7 100644 --- a/fw/KFDtool/TwiProtocol.c +++ b/fw/KFDtool/TwiProtocol.c @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #include "msp430.h" #include "driverlib.h" diff --git a/fw/KFDtool/TwiProtocol.h b/fw/KFDtool/TwiProtocol.h index 08584a8..40a7623 100644 --- a/fw/KFDtool/TwiProtocol.h +++ b/fw/KFDtool/TwiProtocol.h @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #ifndef TWIPROTOCOL_H_ #define TWIPROTOCOL_H_ diff --git a/fw/KFDtool/hal.c b/fw/KFDtool/hal.c index a43a2df..2021e90 100644 --- a/fw/KFDtool/hal.c +++ b/fw/KFDtool/hal.c @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #include "msp430.h" #include "driverlib.h" diff --git a/fw/KFDtool/hal.h b/fw/KFDtool/hal.h index 5bb8018..b79577d 100644 --- a/fw/KFDtool/hal.h +++ b/fw/KFDtool/hal.h @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC #ifndef HAL_H_ #define HAL_H_ diff --git a/fw/KFDtool/main.c b/fw/KFDtool/main.c index f792290..dd0a53b 100644 --- a/fw/KFDtool/main.c +++ b/fw/KFDtool/main.c @@ -1,5 +1,5 @@ // KFDtool -// Copyright 2019 Daniel Dugger +// Copyright 2019-2022 KFDtool, LLC // MSP430 Driver Library Version 2.91.11.01 2019-02-20 // MSP430 USB Stack Version ???