This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch update_for_year_change in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
commit 0c8dc220e476f284a60bc98c8fa1ac6efc2273a5 Author: Havret <[email protected]> AuthorDate: Mon Feb 6 23:10:41 2023 +0100 NO-JIRA Updating for year change --- NOTICE.txt | 2 +- src/nms-openwire.csproj | 2 +- test/nms-openwire-test.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index a187009..f074161 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache ActiveMQ NMS OpenWire -Copyright 2005-2022 The Apache Software Foundation +Copyright 2005-2023 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj index 509d9dd..f87897a 100644 --- a/src/nms-openwire.csproj +++ b/src/nms-openwire.csproj @@ -7,7 +7,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-2022 Apache Software Foundation</Copyright> + <Copyright>Copyright (C) 2005-2023 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 989e7b4..7139e0c 100644 --- a/test/nms-openwire-test.csproj +++ b/test/nms-openwire-test.csproj @@ -11,7 +11,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-2022 Apache Software Foundation</Copyright> + <Copyright>Copyright (C) 2005-2023 Apache Software Foundation</Copyright> <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl> <PackageIcon>activemq_logo_icon.png</PackageIcon>
