You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2012/01/29 01:43:20 UTC

[2/2] git commit: Added Apache License to RecHttp.cc

Added Apache License to RecHttp.cc


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ddb32f64
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ddb32f64
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ddb32f64

Branch: refs/heads/master
Commit: ddb32f64af8df3daa908661928577284e6d86edd
Parents: 1b5e2b8
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sat Jan 28 17:38:18 2012 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sat Jan 28 17:38:18 2012 -0700

----------------------------------------------------------------------
 lib/records/RecHttp.cc |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ddb32f64/lib/records/RecHttp.cc
----------------------------------------------------------------------
diff --git a/lib/records/RecHttp.cc b/lib/records/RecHttp.cc
index c691206..acef9a8 100644
--- a/lib/records/RecHttp.cc
+++ b/lib/records/RecHttp.cc
@@ -1,3 +1,26 @@
+/** @file
+
+    HTTP configuration support.
+
+    @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 <records/I_RecCore.h>
 # include <records/I_RecHttp.h>
 # include <ts/ink_defs.h>