You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/08/19 08:32:34 UTC

svn commit: r987028 [2/3] - in /axis/axis2/c/core/trunk: ./ axiom/ axiom/include/ axiom/src/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/ axiom/src/parser/guththila/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/src/util/ axiom/src/xpath/ a...

Modified: axis/axis2/c/core/trunk/samples/server/mtom_callback/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/mtom_callback/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/mtom_callback/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/server/mtom_callback/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/services/mtom_callback
 prglib_LTLIBRARIES = libmtom_callback.la
 prglib_DATA= services.xml

Modified: axis/axis2/c/core/trunk/samples/server/notify/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/notify/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/notify/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/server/notify/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/services/notify
 prglib_LTLIBRARIES = libnotify.la
 prglib_DATA= services.xml

Modified: axis/axis2/c/core/trunk/samples/server/session/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/session/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/session/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/server/session/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/services/session
 prglib_LTLIBRARIES = libsession.la
 prglib_DATA= services.xml

Modified: axis/axis2/c/core/trunk/samples/server/sg_math/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/sg_math/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/sg_math/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/server/sg_math/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/services/sg_math
 prglib_LTLIBRARIES = libadd.la libsub.la libmul.la libdiv.la
 prglib_DATA=services.xml

Modified: axis/axis2/c/core/trunk/samples/server/version/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/version/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/version/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/server/version/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/services/version
 prglib_LTLIBRARIES = libversion.la
 prglib_DATA=services.xml 

Modified: axis/axis2/c/core/trunk/samples/user_guide/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = clients

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/Makefile.am (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir=$(prefix)/samples/bin
 prgbin_PROGRAMS = echo_blocking echo_non_blocking echo_blocking_addr echo_rest echo_blocking_dual echo_non_blocking_dual echo_blocking_soap11 echo_blocking_auth
 

Modified: axis/axis2/c/core/trunk/src/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = core modules

Modified: axis/axis2/c/core/trunk/src/core/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = addr context description phaseresolver receivers util clientapi deployment transport/http/util transport/http/common engine transport

Modified: axis/axis2/c/core/trunk/src/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/addr/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/addr/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/addr/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_addr.la
 
 libaxis2_addr_la_SOURCES =	relates_to.c \

Modified: axis/axis2/c/core/trunk/src/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/clientapi/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/clientapi/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/clientapi/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_clientapi.la
 libaxis2_clientapi_la_SOURCES = async_result.c \
                                 callback.c \

Modified: axis/axis2/c/core/trunk/src/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/context/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/context/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/context/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_context.la
 
 libaxis2_context_la_SOURCES =	ctx.c \

Modified: axis/axis2/c/core/trunk/src/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/deployment/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/deployment/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/deployment/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_deployment.la
 
 noinst_HEADERS = axis2_deployment.h \

Modified: axis/axis2/c/core/trunk/src/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/description/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/description/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/description/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_description.la
 
 libaxis2_description_la_SOURCES =desc.c \

Modified: axis/axis2/c/core/trunk/src/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/engine/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/engine/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/engine/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES=libaxis2_engine.la
 
 libaxis2_engine_la_SOURCES= ../transport/transport_receiver.c handler.c \

Modified: axis/axis2/c/core/trunk/src/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/phaseresolver/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/phaseresolver/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/phaseresolver/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_phaseresolver.la
 
 libaxis2_phaseresolver_la_SOURCES =	phase_holder.c \

Modified: axis/axis2/c/core/trunk/src/core/receivers/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/receivers/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/receivers/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/receivers/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_receivers.la
 
 libaxis2_receivers_la_SOURCES = msg_recv.c \

Modified: axis/axis2/c/core/trunk/src/core/transport/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS=http $(TCP_DIR) $(AMQP_DIR)
 DIST_SUBDIRS=http tcp amqp
 EXTRA_DIST=Makefile.am amqp/server/axis2_amqp_server/axis2_amqp_server.h \

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS = util \
 		  receiver \
 		  server \

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS = qpid_receiver
 
 lib_LTLIBRARIES = libaxis2_amqp_receiver.la

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS = request_processor
 
 lib_LTLIBRARIES = libaxis2_qpid_receiver.la

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/request_processor/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/request_processor/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/request_processor/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/receiver/qpid_receiver/request_processor/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_amqp_request_processor.la
 
 libaxis2_amqp_request_processor_la_SOURCES = axis2_amqp_request_processor.c

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/sender/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/sender/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/sender/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/sender/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS = qpid_sender
 
 lib_LTLIBRARIES = libaxis2_amqp_sender.la

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/sender/qpid_sender/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/sender/qpid_sender/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/sender/qpid_sender/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/sender/qpid_sender/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_qpid_sender.la
 
 libaxis2_qpid_sender_la_SOURCES = axis2_qpid_sender.cpp \

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/server/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/server/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/server/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/server/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = axis2_amqp_server

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/server/axis2_amqp_server/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/server/axis2_amqp_server/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/server/axis2_amqp_server/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/server/axis2_amqp_server/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir = $(bindir)
 
 prgbin_PROGRAMS = axis2_amqp_server

Modified: axis/axis2/c/core/trunk/src/core/transport/amqp/util/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/amqp/util/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/amqp/util/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/amqp/util/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_amqp_util.la
 
 libaxis2_amqp_util_la_SOURCES = axis2_amqp_util.c

Modified: axis/axis2/c/core/trunk/src/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = sender receiver server

Modified: axis/axis2/c/core/trunk/src/core/transport/http/common/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/common/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/common/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/common/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_http_common.la
 
 libaxis2_http_common_la_LIBADD=$(top_builddir)/util/src/libaxutil.la\

Modified: axis/axis2/c/core/trunk/src/core/transport/http/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/receiver/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/receiver/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/receiver/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_http_receiver.la
 libaxis2_http_receiver_la_LIBADD=$(top_builddir)/util/src/libaxutil.la\
                                  $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la 

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS=ssl libcurl
 lib_LTLIBRARIES = libaxis2_http_sender.la
 

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/libcurl/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/libcurl/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/libcurl/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/libcurl/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,2 +1,16 @@
+# 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.
 EXTRA_DIST= axis2_libcurl.h axis2_libcurl.c libcurl_stream.h libcurl_stream.c
 

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/ssl/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,2 +1,16 @@
+# 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.
 EXTRA_DIST= ssl_stream.c ssl_stream.h ssl_utils.c ssl_utils.h
 

Modified: axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/server/CGI/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir=$(bindir)
 prgbin_PROGRAMS = axis2.cgi
 SUBDIRS =

Modified: axis/axis2/c/core/trunk/src/core/transport/http/server/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/server/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/server/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/server/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,2 +1,16 @@
+# 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=@APACHE2BUILD@ simple_axis2_server ${CGI_DIR}
 EXTRA_DIST=IIS CGI

Modified: axis/axis2/c/core/trunk/src/core/transport/http/server/apache2/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/server/apache2/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/server/apache2/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/server/apache2/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libmod_axis2.la
 libmod_axis2_la_SOURCES = mod_axis2.c\
                        apache2_stream.c\

Modified: axis/axis2/c/core/trunk/src/core/transport/http/server/simple_axis2_server/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/server/simple_axis2_server/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/server/simple_axis2_server/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/server/simple_axis2_server/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir=$(bindir)
 prgbin_PROGRAMS = axis2_http_server
 SUBDIRS =

Modified: axis/axis2/c/core/trunk/src/core/transport/http/util/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/util/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/util/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/util/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 NSUBDIRS = 
 noinst_LTLIBRARIES = libaxis2_http_util.la
 

Modified: axis/axis2/c/core/trunk/src/core/transport/tcp/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/tcp/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/tcp/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/tcp/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 SUBDIRS = sender receiver server
 EXTRA_DIST=axis2_simple_tcp_svr_conn.h axis2_tcp_svr_thread.h axis2_tcp_transport_sender.h axis2_tcp_server.h axis2_tcp_transport.h axis2_tcp_worker.h
 

Modified: axis/axis2/c/core/trunk/src/core/transport/tcp/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/tcp/receiver/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/tcp/receiver/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/tcp/receiver/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_tcp_receiver.la
 libaxis2_tcp_receiver_la_LIBADD=$(top_builddir)/util/src/libaxutil.la\
                                  $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la

Modified: axis/axis2/c/core/trunk/src/core/transport/tcp/sender/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/tcp/sender/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/tcp/sender/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/tcp/sender/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 lib_LTLIBRARIES = libaxis2_tcp_sender.la
 
 libaxis2_tcp_sender_la_SOURCES = tcp_transport_sender.c

Modified: axis/axis2/c/core/trunk/src/core/transport/tcp/server/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/tcp/server/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/tcp/server/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/tcp/server/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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=simple_tcp_server

Modified: axis/axis2/c/core/trunk/src/core/transport/tcp/server/simple_tcp_server/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/tcp/server/simple_tcp_server/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/tcp/server/simple_tcp_server/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/transport/tcp/server/simple_tcp_server/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir=$(bindir)
 prgbin_PROGRAMS = axis2_tcp_server
 SUBDIRS =

Modified: axis/axis2/c/core/trunk/src/core/util/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/util/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/util/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/core/util/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_LTLIBRARIES = libaxis2_core_utils.la
 #noinst_HEADERS = axis2_core_utils.h
 

Modified: axis/axis2/c/core/trunk/src/modules/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/modules/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/modules/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/modules/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = mod_addr mod_log

Modified: axis/axis2/c/core/trunk/src/modules/mod_addr/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/modules/mod_addr/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/modules/mod_addr/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/modules/mod_addr/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/modules/addressing
 prglib_LTLIBRARIES = libaxis2_mod_addr.la
 prglib_DATA= module.xml

Modified: axis/axis2/c/core/trunk/src/modules/mod_log/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/modules/mod_log/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/modules/mod_log/Makefile.am (original)
+++ axis/axis2/c/core/trunk/src/modules/mod_log/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prglibdir=$(prefix)/modules/logging
 prglib_LTLIBRARIES = libaxis2_mod_log.la
 prglib_DATA= module.xml

Modified: axis/axis2/c/core/trunk/test/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS =
 SUBDIRS = core
 noinst_HEADERS = cutest/include/cut_defs.h cutest/include/cut_http_server.h

Modified: axis/axis2/c/core/trunk/test/core/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS =
 SUBDIRS = description context engine deployment addr transport clientapi
 

Modified: axis/axis2/c/core/trunk/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/addr/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/addr/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/addr/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_addr
 check_PROGRAMS = test_addr
 noinst_PROGRAMS = test_addr

Modified: axis/axis2/c/core/trunk/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/clientapi/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/clientapi/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/clientapi/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_client test_clientapi test_svc_client_handler_count
 noinst_PROGRAMS = test_client test_clientapi test_svc_client_handler_count
 check_PROGRAMS = test_client test_clientapi test_svc_client_handler_count

Modified: axis/axis2/c/core/trunk/test/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/context/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/context/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/context/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_context
 check_PROGRAMS = test_context
 noinst_PROGRAMS = test_context

Modified: axis/axis2/c/core/trunk/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/deployment/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/deployment/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/deployment/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_deployment
 noinst_PROGRAMS = test_deployment
 SUBDIRS =

Modified: axis/axis2/c/core/trunk/test/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/description/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/description/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/description/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_description
 noinst_PROGRAMS = test_description
 SUBDIRS =

Modified: axis/axis2/c/core/trunk/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/engine/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/engine/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/engine/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_engine
 check_PROGRAMS = test_engine
 noinst_PROGRAMS = test_engine

Modified: axis/axis2/c/core/trunk/test/core/transport/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/transport/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/transport/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/transport/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = http

Modified: axis/axis2/c/core/trunk/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/core/transport/http/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/core/transport/http/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/core/transport/http/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 TESTS = test_http_transport
 check_PROGRAMS = test_http_transport
 noinst_PROGRAMS = test_http_transport

Modified: axis/axis2/c/core/trunk/test/itest/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/itest/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/itest/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/itest/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = 

Modified: axis/axis2/c/core/trunk/test/itest/whitemesa/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/itest/whitemesa/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/itest/whitemesa/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/itest/whitemesa/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,2 +1,16 @@
+# 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.
 TESTS =
 SUBDIRS = round1 round2

Modified: axis/axis2/c/core/trunk/test/itest/whitemesa/round1/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/itest/whitemesa/round1/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/itest/whitemesa/round1/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/itest/whitemesa/round1/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_PROGRAMS = round1 
 round1_SOURCES = round1_client.c
 

Modified: axis/axis2/c/core/trunk/test/itest/whitemesa/round2/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/test/itest/whitemesa/round2/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/test/itest/whitemesa/round2/Makefile.am (original)
+++ axis/axis2/c/core/trunk/test/itest/whitemesa/round2/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 noinst_PROGRAMS = round2 
 round2_SOURCES = round2_client.c
 

Modified: axis/axis2/c/core/trunk/tools/md5/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/md5/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/md5/Makefile.am (original)
+++ axis/axis2/c/core/trunk/tools/md5/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 datadir=$(prefix)/bin/tools/md5
 SUBDIRS = src 
 includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}

Modified: axis/axis2/c/core/trunk/tools/md5/src/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/md5/src/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/md5/src/Makefile.am (original)
+++ axis/axis2/c/core/trunk/tools/md5/src/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir=$(prefix)/bin/tools/md5
 
 prgbin_PROGRAMS = md5

Modified: axis/axis2/c/core/trunk/tools/md5/test/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/md5/test/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/md5/test/Makefile.am (original)
+++ axis/axis2/c/core/trunk/tools/md5/test/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1 +1,15 @@
+# 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 = unit

Modified: axis/axis2/c/core/trunk/tools/tcpmon/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/tcpmon/Makefile.am (original)
+++ axis/axis2/c/core/trunk/tools/tcpmon/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 datadir=$(prefix)/bin/tools/tcpmon
 SUBDIRS = src 
 includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}

Modified: axis/axis2/c/core/trunk/tools/tcpmon/src/Makefile.am
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/src/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/tcpmon/src/Makefile.am (original)
+++ axis/axis2/c/core/trunk/tools/tcpmon/src/Makefile.am Thu Aug 19 06:32:29 2010
@@ -1,3 +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.
 prgbindir=$(prefix)/bin/tools/tcpmon
 
 prgbin_PROGRAMS = tcpmon