You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2021/01/26 17:45:03 UTC

[jmeter] branch master updated: Add missing license header and add thanks for Nikola

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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ab44e7  Add missing license header and add thanks for Nikola
6ab44e7 is described below

commit 6ab44e7929b3b04c322463c414e5758db57fdbd8
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Jan 26 18:43:44 2021 +0100

    Add missing license header and add thanks for Nikola
---
 .../jorphan/util/TestAlphaNumericKeyComparator.java      | 16 ++++++++++++++++
 xdocs/changes.xml                                        |  1 +
 2 files changed, 17 insertions(+)

diff --git a/src/jorphan/src/test/java/org/apache/jorphan/util/TestAlphaNumericKeyComparator.java b/src/jorphan/src/test/java/org/apache/jorphan/util/TestAlphaNumericKeyComparator.java
index a626d3c..fc0637e 100644
--- a/src/jorphan/src/test/java/org/apache/jorphan/util/TestAlphaNumericKeyComparator.java
+++ b/src/jorphan/src/test/java/org/apache/jorphan/util/TestAlphaNumericKeyComparator.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.jorphan.util;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 2d0c1fd..140c0f4 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -172,6 +172,7 @@ Summary
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>
+  <li>Nikola Aleksic (nalexic at gmail.com)</li>
 </ul>
 <p>
 Apologies if we have omitted anyone else.