From 4174ed2e1f2ac3a886f51269fa83abba4732d2e0 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 6 Jan 2021 16:45:03 -0500 Subject: [PATCH] chore: Updating 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 0881b94..9df7f94 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 2020")] +[assembly: AssemblyCopyright("Copyright © ICD Systems 2021")] [assembly: AssemblyVersion("13.0.0.0")]