You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/08/14 12:20:20 UTC

svn commit: r1756313 - in /jmeter/trunk/test/src/org/apache/jmeter: testelement/TestNumberProperty.java visualizers/TestRenderAsJson.java

Author: sebb
Date: Sun Aug 14 12:20:19 2016
New Revision: 1756313

URL: http://svn.apache.org/viewvc?rev=1756313&view=rev
Log:
Add missing AL headers

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/testelement/TestNumberProperty.java
    jmeter/trunk/test/src/org/apache/jmeter/visualizers/TestRenderAsJson.java

Modified: jmeter/trunk/test/src/org/apache/jmeter/testelement/TestNumberProperty.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/testelement/TestNumberProperty.java?rev=1756313&r1=1756312&r2=1756313&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/testelement/TestNumberProperty.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/testelement/TestNumberProperty.java Sun Aug 14 12:20:19 2016
@@ -1,3 +1,21 @@
+/*
+ * 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.jmeter.testelement;
 
 import static org.junit.Assert.*;

Modified: jmeter/trunk/test/src/org/apache/jmeter/visualizers/TestRenderAsJson.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/visualizers/TestRenderAsJson.java?rev=1756313&r1=1756312&r2=1756313&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/visualizers/TestRenderAsJson.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/visualizers/TestRenderAsJson.java Sun Aug 14 12:20:19 2016
@@ -1,3 +1,21 @@
+/*
+ * 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.jmeter.visualizers;
 
 import static org.junit.Assert.assertEquals;