Repository: logging-log4j2 Updated Branches: refs/heads/master 5fff529bc -> ca4259085
LOG4J2-1297 added license header to perf test script Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ca425908 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ca425908 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ca425908 Branch: refs/heads/master Commit: ca4259085071b623f87225f2431c963053031e18 Parents: 5fff529 Author: rpopma <[email protected]> Authored: Sun May 8 14:32:57 2016 +0900 Committer: rpopma <[email protected]> Committed: Sun May 8 14:32:57 2016 +0900 ---------------------------------------------------------------------- .../src/test/resources/perf/runResponseTm.sh | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ca425908/log4j-core/src/test/resources/perf/runResponseTm.sh ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/resources/perf/runResponseTm.sh b/log4j-core/src/test/resources/perf/runResponseTm.sh index 3953a41..a043a30 100644 --- a/log4j-core/src/test/resources/perf/runResponseTm.sh +++ b/log4j-core/src/test/resources/perf/runResponseTm.sh @@ -1,4 +1,23 @@ -#!/bin/bash +#!/bin/sh +# +# +# 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. +# NOW=$(date +%Y%m%d-%H%M%S)
