summaryrefslogtreecommitdiff
path: root/java/perftests/example
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-08-12 16:45:58 +0000
committerRobert Gemmell <robbie@apache.org>2012-08-12 16:45:58 +0000
commitfb32bae16344393f7678d875d2c7ca8e15a81e77 (patch)
tree89ad5eb0c8cf617484fee80da30b900ecbc92e0a /java/perftests/example
parent28ec929f830ddcc05b72bcc726413b91d8a3d68c (diff)
downloadqpid-python-fb32bae16344393f7678d875d2c7ca8e15a81e77.tar.gz
QPID-4111: add licence header to various files
trunk equivalent of the changes made in r1372144 on the 0.18 release branch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1372149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/example')
-rw-r--r--java/perftests/example/perftests.js21
1 files changed, 20 insertions, 1 deletions
diff --git a/java/perftests/example/perftests.js b/java/perftests/example/perftests.js
index 51160e7214..be7d5e0be4 100644
--- a/java/perftests/example/perftests.js
+++ b/java/perftests/example/perftests.js
@@ -1,4 +1,23 @@
-
+/*
+ *
+ * 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.
+ *
+ */
var jsonObject = {
_tests:[]
};