From 554024e5f9fb89e8f13db50c0ae1b09b49b4b1cf Mon Sep 17 00:00:00 2001 From: Jason Tipton Date: Mon, 26 Jan 2026 13:48:12 -0900 Subject: [PATCH] Fix README and LICENSE for copyright dates --- LICENSE | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 59c6264..26568bc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2015-2024 James L. -Copyright (c) 2025-2026 BlueYeti Software Inc. +Copyright (c) 2022-2026 BlueYeti Software Inc. 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/README.md b/README.md index 5c791d2..b22bde1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ local mac = hmac()     :update("message")     :finish()     :asHex() +``` ### Differences from upstream @@ -60,5 +61,5 @@ If this library saves you time on your Edge driver, consider sponsoring developm MIT (same as upstream) -Original work © 2015–2024 somesocks   -Adaptations & Edge optimizations © 2025–2026 blueyetisoftware \ No newline at end of file +Original Implementation © 2015–2024 somesocks   +Adaptations & SmartThings Edge Optimizations © 2022–2026 blueyetisoftware (BlueYeti Software Inc.) \ No newline at end of file