Add license info for new file
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/34ca6f2d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/34ca6f2d Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/34ca6f2d Branch: refs/heads/master Commit: 34ca6f2dce481a1a2bb5401778368508d8062773 Parents: 24262d8 Author: Sudheer Vinukonda <[email protected]> Authored: Mon Nov 17 21:12:32 2014 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Mon Nov 17 21:12:32 2014 +0000 ---------------------------------------------------------------------- .../sni_proto_nego/sni_proto_nego.cc | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/34ca6f2d/plugins/experimental/sni_proto_nego/sni_proto_nego.cc ---------------------------------------------------------------------- diff --git a/plugins/experimental/sni_proto_nego/sni_proto_nego.cc b/plugins/experimental/sni_proto_nego/sni_proto_nego.cc index cd1f4db..9a8ba0e 100644 --- a/plugins/experimental/sni_proto_nego/sni_proto_nego.cc +++ b/plugins/experimental/sni_proto_nego/sni_proto_nego.cc @@ -1,3 +1,26 @@ +/** @file + + Plugin to perform background fetches of certain content that would + otherwise not be cached. For example, Range: requests / responses. + + @section license License + + 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. +*/ #include <stdio.h> #include <ts/ts.h> #include <ts/apidefs.h>
