From 2487a708910ec467b20623eb9692f2af96a34d0f Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Wed, 22 Mar 2023 08:12:27 -0400 Subject: [PATCH] chore: Update copyright year --- ICD.Common.Utils/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/Properties/AssemblyInfo.cs b/ICD.Common.Utils/Properties/AssemblyInfo.cs index d229f8f..854d6c2 100644 --- a/ICD.Common.Utils/Properties/AssemblyInfo.cs +++ b/ICD.Common.Utils/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ using System.Reflection; [assembly: AssemblyTitle("ICD.Common.Utils")] [assembly: AssemblyCompany("ICD Systems")] [assembly: AssemblyProduct("ICD.Common.Utils")] -[assembly: AssemblyCopyright("Copyright © ICD Systems 2022")] +[assembly: AssemblyCopyright("Copyright © ICD Systems 2023")] [assembly: AssemblyVersion("17.0.0.0")]