You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/05/27 20:30:29 UTC

svn commit: r660637 - in /jakarta/jmeter/trunk/extras: execcode.bsh printvars.bsh remote.bsh startup.bsh

Author: sebb
Date: Tue May 27 11:30:26 2008
New Revision: 660637

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

Modified:
    jakarta/jmeter/trunk/extras/execcode.bsh
    jakarta/jmeter/trunk/extras/printvars.bsh
    jakarta/jmeter/trunk/extras/remote.bsh
    jakarta/jmeter/trunk/extras/startup.bsh

Modified: jakarta/jmeter/trunk/extras/execcode.bsh
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/extras/execcode.bsh?rev=660637&r1=660636&r2=660637&view=diff
==============================================================================
--- jakarta/jmeter/trunk/extras/execcode.bsh (original)
+++ jakarta/jmeter/trunk/extras/execcode.bsh Tue May 27 11:30:26 2008
@@ -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.
+ * 
+ */
+
 /**
 	Start an external application using the Java Runtime exec() method.
 	Display any output to the standard BeanShell output using print().

Modified: jakarta/jmeter/trunk/extras/printvars.bsh
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/extras/printvars.bsh?rev=660637&r1=660636&r2=660637&view=diff
==============================================================================
--- jakarta/jmeter/trunk/extras/printvars.bsh (original)
+++ jakarta/jmeter/trunk/extras/printvars.bsh Tue May 27 11:30:26 2008
@@ -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.
+ * 
+ */
+
 // Sample script to print JMeter variables
 print(">>>>");
 Iterator i = vars.getIterator();

Modified: jakarta/jmeter/trunk/extras/remote.bsh
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/extras/remote.bsh?rev=660637&r1=660636&r2=660637&view=diff
==============================================================================
--- jakarta/jmeter/trunk/extras/remote.bsh (original)
+++ jakarta/jmeter/trunk/extras/remote.bsh Tue May 27 11:30:26 2008
@@ -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.
+ * 
+ */
+
 // remote.bsh
 // Sample remote file for use with bshclient
 //

Modified: jakarta/jmeter/trunk/extras/startup.bsh
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/extras/startup.bsh?rev=660637&r1=660636&r2=660637&view=diff
==============================================================================
--- jakarta/jmeter/trunk/extras/startup.bsh (original)
+++ jakarta/jmeter/trunk/extras/startup.bsh Tue May 27 11:30:26 2008
@@ -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.
+ * 
+ */
+
 //
 // Sample BeanShell Server Startup file
 //



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org