You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2021/08/04 09:03:26 UTC

[activemq-nms-amqp] branch 2.0.x updated: NO-JIRA: Add missing license headers

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

michaelpearce pushed a commit to branch 2.0.x
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git


The following commit(s) were added to refs/heads/2.0.x by this push:
     new fdb31b5  NO-JIRA: Add missing license headers
     new 93d82b6  Merge pull request #74 from lukeabsent/Merge_NOJIRA
fdb31b5 is described below

commit fdb31b5d4e9a1d44def6ceb8b61b424fc8e2d0d5
Author: Michael André Pearce <mi...@apache.org>
AuthorDate: Tue Jul 27 22:34:45 2021 +0100

    NO-JIRA: Add missing license headers
---
 test/Apache-NMS-AMQP-Interop-Test/NmsSessionTest.cs | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/test/Apache-NMS-AMQP-Interop-Test/NmsSessionTest.cs b/test/Apache-NMS-AMQP-Interop-Test/NmsSessionTest.cs
index 849f684..b9f1d7a 100644
--- a/test/Apache-NMS-AMQP-Interop-Test/NmsSessionTest.cs
+++ b/test/Apache-NMS-AMQP-Interop-Test/NmsSessionTest.cs
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 using System.Threading.Tasks;
 using Apache.NMS;
 using NUnit.Framework;
@@ -19,4 +36,4 @@ namespace NMS.AMQP.Test
             });
         }
     }
-}
\ No newline at end of file
+}