diff options
| author | Keith Wall <kwall@apache.org> | 2013-03-12 22:17:43 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-03-12 22:17:43 +0000 |
| commit | 47f46001a634423d57c093242d5676014ba1f186 (patch) | |
| tree | 7150081288ddeb23c9cf249c1e6ea4cfab36a71b /java | |
| parent | d0b49f4acfb1dfe787289866893197f4cf571955 (diff) | |
| download | qpid-python-47f46001a634423d57c093242d5676014ba1f186.tar.gz | |
QPID-4597: Missing licence on new java test added by rev 1449342. No other change.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1455732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java b/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java index cb89511389..88e76e667c 100644 --- a/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java +++ b/java/perftests/visualisation-jfc/src/test/java/org/apache/qpid/disttest/charting/chartbuilder/TimeSeriesBuilderCallbackTest.java @@ -1,3 +1,22 @@ +/* + * 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.qpid.disttest.charting.chartbuilder; import static org.mockito.Mockito.mock; |
