Added missing AL2 license.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9143c90a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9143c90a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9143c90a Branch: refs/heads/master Commit: 9143c90ab8bafdc587854a29c4a673404a0e8703 Parents: 09cd73f Author: Leif Hedstrom <[email protected]> Authored: Wed Apr 30 14:59:33 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Apr 30 14:59:33 2014 -0600 ---------------------------------------------------------------------- plugins/experimental/metalink/test/headers | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9143c90a/plugins/experimental/metalink/test/headers ---------------------------------------------------------------------- diff --git a/plugins/experimental/metalink/test/headers b/plugins/experimental/metalink/test/headers index 0d3a93d..717c0c3 100755 --- a/plugins/experimental/metalink/test/headers +++ b/plugins/experimental/metalink/test/headers @@ -1,4 +1,20 @@ #!/usr/bin/env python +# +# 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. print '''1..1 headers # The response isn't held up until the server starts sending content'''
