From 3811e9930ddb1d2b3a1463ad6c876af324331335 Mon Sep 17 00:00:00 2001 From: Ningsheng Jian Date: Wed, 26 Oct 2016 14:08:23 +0800 Subject: Remove MyBenchmark.java and add copyrights. Change-Id: I0185a94cac7893e54474972dca72d986549b0c3f --- src/main/java/org/linaro/benchmarks/TestSIMDCopy.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/main/java/org/linaro/benchmarks/TestSIMDCopy.java') diff --git a/src/main/java/org/linaro/benchmarks/TestSIMDCopy.java b/src/main/java/org/linaro/benchmarks/TestSIMDCopy.java index 3afa083..9e9aeee 100644 --- a/src/main/java/org/linaro/benchmarks/TestSIMDCopy.java +++ b/src/main/java/org/linaro/benchmarks/TestSIMDCopy.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2016 Linaro Limited. All rights received. + * + * Licensed 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.linaro.benchmarks; import org.openjdk.jmh.annotations.*; -- cgit v1.2.3