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 2022/07/07 09:12:07 UTC

[activemq-nms-openwire] branch main updated: NO-JIRA Add missing header

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b3ce8c7  NO-JIRA Add missing header
b3ce8c7 is described below

commit b3ce8c7ea37bca52ba23761c2d3899a9068366d6
Author: lukeabsent <tr...@interia.pl>
AuthorDate: Mon Jul 4 11:54:48 2022 +0200

    NO-JIRA Add missing header
---
 test/Extensions/ExpectedExceptionAttribute.cs | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/test/Extensions/ExpectedExceptionAttribute.cs b/test/Extensions/ExpectedExceptionAttribute.cs
index 5959b17..5f296e4 100644
--- a/test/Extensions/ExpectedExceptionAttribute.cs
+++ b/test/Extensions/ExpectedExceptionAttribute.cs
@@ -1,4 +1,21 @@
-using System;
+/*
+ * 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;
 using NUnit.Framework;
 using NUnit.Framework.Interfaces;
 using NUnit.Framework.Internal;