Revert "Add license info for new file" This reverts commit 34ca6f2dce481a1a2bb5401778368508d8062773.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d839f21e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d839f21e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d839f21e Branch: refs/heads/master Commit: d839f21efca8fbd5da31eb3e108cd23220188838 Parents: dafe0a3 Author: Sudheer Vinukonda <[email protected]> Authored: Wed Nov 19 16:23:53 2014 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Wed Nov 19 16:23:53 2014 +0000 ---------------------------------------------------------------------- .../sni_proto_nego/sni_proto_nego.cc | 23 -------------------- 1 file changed, 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d839f21e/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 9a8ba0e..cd1f4db 100644 --- a/plugins/experimental/sni_proto_nego/sni_proto_nego.cc +++ b/plugins/experimental/sni_proto_nego/sni_proto_nego.cc @@ -1,26 +1,3 @@ -/** @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>
