You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ha...@apache.org on 2021/02/05 16:04:31 UTC

[activemq-nms-api] branch Havret-Update-Copyright created (now efc6a84)

This is an automated email from the ASF dual-hosted git repository.

havret pushed a change to branch Havret-Update-Copyright
in repository https://gitbox.apache.org/repos/asf/activemq-nms-api.git.


      at efc6a84  NO-JIRA: Update license

This branch includes the following new commits:

     new efc6a84  NO-JIRA: Update license

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[activemq-nms-api] 01/01: NO-JIRA: Update license

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

havret pushed a commit to branch Havret-Update-Copyright
in repository https://gitbox.apache.org/repos/asf/activemq-nms-api.git

commit efc6a84c410d17154f85ad45b050aac31d3959ea
Author: Havret <h4...@gmail.com>
AuthorDate: Fri Feb 5 16:50:36 2021 +0100

    NO-JIRA: Update license
---
 NOTICE.txt                            | 2 +-
 docs/docfx.json                       | 4 ++--
 src/nms-api/nms-api.csproj            | 4 ++--
 test/nms-api-test/nms-api-test.csproj | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 0009b92..5b50bf7 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache ActiveMQ NMS API
-Copyright 2005-2019 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/).
diff --git a/docs/docfx.json b/docs/docfx.json
index 77904d2..b5a383a 100644
--- a/docs/docfx.json
+++ b/docs/docfx.json
@@ -55,7 +55,7 @@
     "globalMetadata": {
       "_appTitle": "Apache NMS API Documentation",
       "_appLogoPath": "/images/activemq_logo_icon.png",      
-      "_appFooter": "Copyright © 2005-2019 Apache Software Foundation project<br>Generated by <strong>DocFX</strong>",
+      "_appFooter": "Copyright © 2005-2021 Apache Software Foundation project<br>Generated by <strong>DocFX</strong>",
       "_enableSearch": "true"
     },
     "dest": "_site",
@@ -72,4 +72,4 @@
     "cleanupCacheHistory": false,
     "disableGitFeatures": false
   }
-}
\ No newline at end of file
+}
diff --git a/src/nms-api/nms-api.csproj b/src/nms-api/nms-api.csproj
index 4ab5531..1b5a867 100644
--- a/src/nms-api/nms-api.csproj
+++ b/src/nms-api/nms-api.csproj
@@ -38,7 +38,7 @@ with the License.  You may obtain a copy of the License at
         <Company>Apache Software Foundation</Company>
         <Product>Apache NMS API</Product>
         <Description>Apache NMS (.Net Standard Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers</Description>
-        <Copyright>Copyright (C) 2005-2019 Apache Software Foundation</Copyright>
+        <Copyright>Copyright (C) 2005-2021 Apache Software Foundation</Copyright>
         <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>
         <PackageLicense>https://github.com/apache/activemq-nms-api/blob/master/LICENSE.txt</PackageLicense>
         <PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>
@@ -76,4 +76,4 @@ with the License.  You may obtain a copy of the License at
         <SignAssembly>true</SignAssembly>
         <AssemblyOriginatorKeyFile>..\..\keyfile\NMSKey.snk</AssemblyOriginatorKeyFile>
     </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/test/nms-api-test/nms-api-test.csproj b/test/nms-api-test/nms-api-test.csproj
index 2acac98..e13236e 100644
--- a/test/nms-api-test/nms-api-test.csproj
+++ b/test/nms-api-test/nms-api-test.csproj
@@ -38,7 +38,7 @@ with the License.  You may obtain a copy of the License at
         <Company>Apache Software Foundation</Company>
         <Product>Apache NMS API</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>
         <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>
         <PackageLicense>https://github.com/apache/activemq-nms-api/blob/master/LICENSE.txt</PackageLicense>
         <PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>