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 2009/12/19 06:43:46 UTC

svn commit: r892437 [2/2] - in /incubator/trafficserver/traffic/trunk: ./ doc/ doc/man/ example/ example/add-header/ example/append-transform/ example/basic-auth/ example/blacklist-0/ example/blacklist-1/ example/bnull-transform/ example/cache_plugin/ ...

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 SUBDIRS = remote
 

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/remote/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/remote/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/remote/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/api2/remote/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \
   -I$(top_srcdir)/librecords \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli2/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli2/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli2/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/cli2/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 SUFFIXES = .java .class .jar .my .def .stb .html
 

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/cluster/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/cluster/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/cluster/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/cluster/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/cop/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/cop/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/cop/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/cop/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,2 +1,18 @@
+#  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.
+
 sysconfdir = $(pkgsysconfdir)
 dist_sysconf_DATA = english.dict

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/mrtg/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/mrtg/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/mrtg/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/mrtg/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1 +1,17 @@
+#  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.
+
 dist_DATA = detailed.ink overview.ink

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/tune/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/tune/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/tune/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/html2/tune/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,5 +1,20 @@
 # Makefile.am for mrtg
 #
+#  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.
 
 DEFS += @DEFS@
 

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/preparse/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/preparse/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/preparse/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/preparse/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \
   -I$(top_srcdir)/proxy/hdrs

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/stats/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/stats/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/stats/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/stats/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/tools/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/tools/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/tools/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/tools/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/utils/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/utils/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/utils/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/utils/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/mgmt2/web2/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/mgmt2/web2/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/mgmt2/web2/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/mgmt2/web2/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 #
 # Makefile.am for the Enterprise Management module.
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/proxy/stats/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/proxy/stats/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/proxy/stats/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/proxy/stats/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,5 +1,20 @@
 # Makefile.am for Stats
 #
+#  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.
 
 AM_CPPFLAGS = \
   -I$(top_srcdir)/libinktomi++ \

Modified: incubator/trafficserver/traffic/trunk/test/SDKtest/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/SDKtest/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/SDKtest/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/SDKtest/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 # 
 # Makefile.am for SDKtest
 #
+#  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.
 
 SUBDIRS = client synth_server
 

Modified: incubator/trafficserver/traffic/trunk/test/SDKtest/client/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/SDKtest/client/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/SDKtest/client/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/SDKtest/client/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 # 
 # Makefile.am for SDKtest client
 #
+#  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.
 
 INCLUDES = -I$(srcdir)/api
 

Modified: incubator/trafficserver/traffic/trunk/test/SDKtest/client/api/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/SDKtest/client/api/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/SDKtest/client/api/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/SDKtest/client/api/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,20 @@
+#  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.
+
+#
 # Makefile for SDKtest_client Examples.
 #
 #

Modified: incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,6 +1,21 @@
 # 
 # Makefile.am for SDKtest server
 #
+#  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.
 
 DEFS = @API_DEFS@ 
 

Modified: incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/api/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/api/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/api/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/SDKtest/synth_server/api/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,20 @@
+#  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.
+
+#
 #  This Makefile depends on gmake and having an executable called 
 #  'uname -m' to print the architecture name.  If these aren't 
 #  available, manually set ARCH, CC, and LIBS and delete or comment 

Modified: incubator/trafficserver/traffic/trunk/test/deft/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/deft/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/deft/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/deft/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,18 @@
+#  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.
 
 INCLUDES = -I$(top_srcdir)/libinktomi++
 

Modified: incubator/trafficserver/traffic/trunk/test/plugin/CacheAPITester/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/CacheAPITester/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/CacheAPITester/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/CacheAPITester/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/INKAction/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/INKAction/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/INKAction/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/INKAction/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,18 @@
+#  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.
 
 #CPLUSPLUS=g++
 CPLUSPLUS=CC

Modified: incubator/trafficserver/traffic/trunk/test/plugin/INKContinuations/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/INKContinuations/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/INKContinuations/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/INKContinuations/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/INKFopen/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/INKFopen/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/INKFopen/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/INKFopen/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/INKHttpHooksTrans/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/INKHttpHooksTrans/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/INKHttpHooksTrans/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/INKHttpHooksTrans/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,18 @@
+#  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.
 
 #CPLUSPLUS=g++
 CPLUSPLUS=CC

Modified: incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 API_HDR = ../include/InkAPI.h
 AM_CFLAGS = -g -Wall -fPIC
 AM_LDFLAGS = -g -Wall -shared

Modified: incubator/trafficserver/traffic/trunk/test/plugin/add-header-deprecated/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/add-header-deprecated/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/add-header-deprecated/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/add-header-deprecated/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/alt-info/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/alt-info/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/alt-info/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/alt-info/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/append-transform-deprecated/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/append-transform-deprecated/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/append-transform-deprecated/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/append-transform-deprecated/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/assembly/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/assembly/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/assembly/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/assembly/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=cc
 LD=ld
 CFLAGS= -g -KPIC -D_REENTRANT=1

Modified: incubator/trafficserver/traffic/trunk/test/plugin/basic-auth-deprecated/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/basic-auth-deprecated/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/basic-auth-deprecated/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/basic-auth-deprecated/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/blacklist-1-neg/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/blacklist-1-neg/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/blacklist-1-neg/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/blacklist-1-neg/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/check-constants/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/check-constants/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/check-constants/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/check-constants/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/check-http/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/check-http/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/check-http/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/check-http/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/check-mime-1/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/check-mime-1/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/check-mime-1/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/check-mime-1/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/check-mime/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/check-mime/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/check-mime/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/check-mime/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/check-url/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/check-url/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/check-url/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/check-url/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/climate/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/climate/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/climate/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/climate/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,4 +1,20 @@
 # Generated automatically from Makefile.in by configure.
+#  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.
+
 CC=cc
 LD=ld
 CFLAGS= -KPIC -g

Modified: incubator/trafficserver/traffic/trunk/test/plugin/cluster-RPC/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/cluster-RPC/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/cluster-RPC/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/cluster-RPC/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/fpmcp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/fpmcp/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/fpmcp/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/fpmcp/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,18 @@
+#  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.
 
 #CPLUSPLUS=g++
 CPLUSPLUS=CC

Modified: incubator/trafficserver/traffic/trunk/test/plugin/lookup/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/lookup/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/lookup/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/lookup/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/order/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/order/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/order/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/order/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/plugin_as_origin/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/plugin_as_origin/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/plugin_as_origin/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/plugin_as_origin/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-deprecated/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-deprecated/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-deprecated/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-deprecated/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-neg/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-neg/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-neg/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/redirect-1-neg/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/session-2/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/session-2/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/session-2/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/session-2/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/test-mgmt/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/test-mgmt/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/test-mgmt/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/test-mgmt/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/test-protocol/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/test-protocol/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/test-protocol/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/test-protocol/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/test-transform/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/test-transform/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/test-transform/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/test-transform/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@

Modified: incubator/trafficserver/traffic/trunk/test/plugin/write-server-ip/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/write-server-ip/Makefile.am?rev=892437&r1=892436&r2=892437&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/write-server-ip/Makefile.am (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/write-server-ip/Makefile.am Sat Dec 19 05:43:43 2009
@@ -1,3 +1,19 @@
+#  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.
+
 CC=@CC@
 LD=ld
 CFLAGS=@CFLAGS@ @SHARED_CFLAGS@