Repository: trafficserver Updated Branches: refs/heads/master b4c340033 -> c5655676f
Fixing license header Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c5655676 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c5655676 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c5655676 Branch: refs/heads/master Commit: c5655676f3d04d9e82222c3ae1ab880f39394186 Parents: b4c3400 Author: Brian Geffon <[email protected]> Authored: Thu Mar 6 12:56:18 2014 -0800 Committer: Brian Geffon <[email protected]> Committed: Thu Mar 6 12:56:18 2014 -0800 ---------------------------------------------------------------------- lib/atscppapi/examples/intercept/Makefile.am | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c5655676/lib/atscppapi/examples/intercept/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/atscppapi/examples/intercept/Makefile.am b/lib/atscppapi/examples/intercept/Makefile.am index 2400a10..ef39f1d 100644 --- a/lib/atscppapi/examples/intercept/Makefile.am +++ b/lib/atscppapi/examples/intercept/Makefile.am @@ -1,14 +1,19 @@ # -# Copyright (c) 2013 LinkedIn Corp. All rights reserved. -# Licensed 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 +## 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 # -# 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. +## 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. AM_CPPFLAGS = -I$(top_srcdir)/src/include target=intercept.so
