Merge pull request #15 from michaelandrepearce/NO-JIRA-UpdateCopyrightYears

NO-JIRA - Update Copyright years
diff --git a/NOTICE.txt b/NOTICE.txt
index ab4a27e..e0d1276 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache ActiveMQ NMS OpenWire
-Copyright 2005-2020 The Apache Software Foundation
+Copyright 2005-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj
index e97f1d0..05b9524 100644
--- a/src/nms-openwire.csproj
+++ b/src/nms-openwire.csproj
@@ -8,7 +8,7 @@
     <Company>Apache Software Foundation</Company>
     <Product>Apache NMS OpenWire</Product>
     <Description>Apache NMS (.Net Standard Messaging Library): Openwire implementation of Apache NMS API</Description>
-    <Copyright>Copyright (C) 2005-2019 Apache Software Foundation</Copyright>
+    <Copyright>Copyright (C) 2005-2021 Apache Software Foundation</Copyright>
     <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
     <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>
     <PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>
diff --git a/test/nms-openwire-test.csproj b/test/nms-openwire-test.csproj
index 147c848..637b99c 100644
--- a/test/nms-openwire-test.csproj
+++ b/test/nms-openwire-test.csproj
@@ -12,7 +12,7 @@
     <Authors>Apache ActiveMQ</Authors>
     <Product>Apache NMS OpenWire Test</Product>
     <Description>Apache NMS (.Net Standard Messaging Library) Test Suite</Description>
-    <Copyright>Copyright (C) 2005-2019 Apache Software Foundation</Copyright>
+    <Copyright>Copyright (C) 2005-2021 Apache Software Foundation</Copyright>
     <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
     <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>
     <PackageIcon>activemq_logo_icon.png</PackageIcon>