Repository: trafficserver Updated Branches: refs/heads/master 7d3aae14e -> 428c01471
Add 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/09cd73f1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/09cd73f1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/09cd73f1 Branch: refs/heads/master Commit: 09cd73f1ef7b2b353239a3442b660238f14c9621 Parents: 7d3aae1 Author: Leif Hedstrom <[email protected]> Authored: Wed Apr 30 14:58:40 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed Apr 30 14:58:40 2014 -0600 ---------------------------------------------------------------------- lib/atscppapi/examples/intercept/intercept.cc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/09cd73f1/lib/atscppapi/examples/intercept/intercept.cc ---------------------------------------------------------------------- diff --git a/lib/atscppapi/examples/intercept/intercept.cc b/lib/atscppapi/examples/intercept/intercept.cc index 54133dd..4cac4ae 100644 --- a/lib/atscppapi/examples/intercept/intercept.cc +++ b/lib/atscppapi/examples/intercept/intercept.cc @@ -1,3 +1,21 @@ +/** + 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 <atscppapi/GlobalPlugin.h> #include <atscppapi/InterceptPlugin.h> #include <atscppapi/PluginInit.h>
