Repository: trafficserver Updated Branches: refs/heads/master 8822ae9d5 -> d33d43b7c
Fix header copyright. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d33d43b7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d33d43b7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d33d43b7 Branch: refs/heads/master Commit: d33d43b7cfed0416abf73b65b94c908c7d0ee627 Parents: 8822ae9 Author: Alan M. Carroll <[email protected]> Authored: Sat Nov 8 16:53:47 2014 -0600 Committer: Alan M. Carroll <[email protected]> Committed: Sat Nov 8 16:53:47 2014 -0600 ---------------------------------------------------------------------- example/ssl-preaccept/ats-util.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d33d43b7/example/ssl-preaccept/ats-util.h ---------------------------------------------------------------------- diff --git a/example/ssl-preaccept/ats-util.h b/example/ssl-preaccept/ats-util.h index 428b588..e8f0aef 100644 --- a/example/ssl-preaccept/ats-util.h +++ b/example/ssl-preaccept/ats-util.h @@ -1,3 +1,26 @@ +/** @file + + Copies of some ATS core utilities that aren't exposed to plugins. + + @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. + */ + # if !defined(_ats_util_h) # define _ats_util_h
