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:42:06 UTC

svn commit: r987036 - in /axis/axis2/c/core/trunk/samples: client/echo/ client/google/ client/math/ client/mtom/ client/mtom_callback/ client/notify/ client/session/ client/yahoo/ server/Calculator/ server/echo/ server/math/ server/mtom/ server/mtom_ca...

Author: nandika
Date: Thu Aug 19 06:42:05 2010
New Revision: 987036

URL: http://svn.apache.org/viewvc?rev=987036&view=rev
Log:
license added

Modified:
    axis/axis2/c/core/trunk/samples/client/echo/echo.mk
    axis/axis2/c/core/trunk/samples/client/google/google.mk
    axis/axis2/c/core/trunk/samples/client/math/math.mk
    axis/axis2/c/core/trunk/samples/client/mtom/mtom.mk
    axis/axis2/c/core/trunk/samples/client/mtom_callback/mtom_callback.mk
    axis/axis2/c/core/trunk/samples/client/notify/notify.mk
    axis/axis2/c/core/trunk/samples/client/session/session.mk
    axis/axis2/c/core/trunk/samples/client/yahoo/yahoo.mk
    axis/axis2/c/core/trunk/samples/server/Calculator/Calculator.mk
    axis/axis2/c/core/trunk/samples/server/echo/echo.mk
    axis/axis2/c/core/trunk/samples/server/math/math.mk
    axis/axis2/c/core/trunk/samples/server/mtom/mtom.mk
    axis/axis2/c/core/trunk/samples/server/mtom_callback/mtom_callback.mk
    axis/axis2/c/core/trunk/samples/server/notify/notify.mk
    axis/axis2/c/core/trunk/samples/server/session/session.mk
    axis/axis2/c/core/trunk/samples/server/sg_math/sg_math.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_addr.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_auth.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_dual.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_soap11.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking_dual.mk
    axis/axis2/c/core/trunk/samples/user_guide/clients/echo_rest.mk

Modified: axis/axis2/c/core/trunk/samples/client/echo/echo.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/echo/echo.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/echo/echo.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/echo/echo.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo echo.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo.exe

Modified: axis/axis2/c/core/trunk/samples/client/google/google.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/google/google.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/google/google.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/google/google.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:google.exe

Modified: axis/axis2/c/core/trunk/samples/client/math/math.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/math/math.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/math/math.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/math/math.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:math.exe

Modified: axis/axis2/c/core/trunk/samples/client/mtom/mtom.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/mtom/mtom.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/mtom/mtom.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/mtom/mtom.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom.exe

Modified: axis/axis2/c/core/trunk/samples/client/mtom_callback/mtom_callback.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/mtom_callback/mtom_callback.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/mtom_callback/mtom_callback.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/mtom_callback/mtom_callback.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:mtom_callback.exe

Modified: axis/axis2/c/core/trunk/samples/client/notify/notify.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/notify/notify.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/notify/notify.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/notify/notify.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:notify.exe

Modified: axis/axis2/c/core/trunk/samples/client/session/session.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/session/session.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/session/session.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/session/session.mk Thu Aug 19 06:42:05 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.
 session:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo session.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:session.exe

Modified: axis/axis2/c/core/trunk/samples/client/yahoo/yahoo.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/client/yahoo/yahoo.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/client/yahoo/yahoo.mk (original)
+++ axis/axis2/c/core/trunk/samples/client/yahoo/yahoo.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:yahoo.exe

Modified: axis/axis2/c/core/trunk/samples/server/Calculator/Calculator.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/Calculator/Calculator.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/Calculator/Calculator.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/Calculator/Calculator.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "AXIS2_DECLARE_EXPORT" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:Calculator.dll

Modified: axis/axis2/c/core/trunk/samples/server/echo/echo.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/echo/echo.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/echo/echo.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/echo/echo.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:echo.dll

Modified: axis/axis2/c/core/trunk/samples/server/math/math.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/math/math.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/math/math.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/math/math.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "AXIS2_DECLARE_EXPORT" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:math.dll

Modified: axis/axis2/c/core/trunk/samples/server/mtom/mtom.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/mtom/mtom.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/mtom/mtom.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/mtom/mtom.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:mtom.dll

Modified: axis/axis2/c/core/trunk/samples/server/mtom_callback/mtom_callback.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/mtom_callback/mtom_callback.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/mtom_callback/mtom_callback.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/mtom_callback/mtom_callback.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:mtom_callback.dll

Modified: axis/axis2/c/core/trunk/samples/server/notify/notify.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/notify/notify.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/notify/notify.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/notify/notify.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:notify.dll

Modified: axis/axis2/c/core/trunk/samples/server/session/session.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/session/session.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/session/session.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/session/session.mk Thu Aug 19 06:42:05 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.
 session:
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" *.C /I.\..\..\..\include /c
 	@link.exe /nologo *.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:session.dll

Modified: axis/axis2/c/core/trunk/samples/server/sg_math/sg_math.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/server/sg_math/sg_math.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/server/sg_math/sg_math.mk (original)
+++ axis/axis2/c/core/trunk/samples/server/sg_math/sg_math.mk Thu Aug 19 06:42:05 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.
 echo:
 	@cl.exe /nologo /D "WIN32" /D "AXIS2_DECLARE_EXPORT" /D "_WINDOWS" /D "_MBCS" add.c add_skeleton.c /I.\..\..\..\include /c
 	@link.exe /nologo add.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /DLL /OUT:add.dll

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_blocking.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_addr.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_addr.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_addr.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_addr.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking_addr.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_blocking_addr.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking_addr.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_auth.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_auth.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_auth.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_auth.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking_auth.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_blocking_auth.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking_auth.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_dual.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_dual.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_dual.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_dual.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking_dual.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_blocking_dual.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking_dual.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_soap11.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_soap11.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_soap11.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_blocking_soap11.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_blocking_soap11.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_blocking_soap11.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_blocking_soap11.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_non_blocking.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_non_blocking.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_non_blocking.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking_dual.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking_dual.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking_dual.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_non_blocking_dual.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_non_blocking_dual.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_non_blocking_dual.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_non_blocking_dual.exe

Modified: axis/axis2/c/core/trunk/samples/user_guide/clients/echo_rest.mk
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/user_guide/clients/echo_rest.mk?rev=987036&r1=987035&r2=987036&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/user_guide/clients/echo_rest.mk (original)
+++ axis/axis2/c/core/trunk/samples/user_guide/clients/echo_rest.mk Thu Aug 19 06:42:05 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.
 echo: 
 	@cl.exe /nologo /D "WIN32" /D "_WINDOWS" /D "AXIS2_DECLARE_EXPORT" /D "_MBCS" echo_rest.C echo_util.c /I.\..\..\..\include /c
 	@link.exe /nologo echo_rest.obj echo_util.obj /LIBPATH:.\..\..\..\lib axiom.lib axutil.lib axis2_engine.lib axis2_parser.lib /OUT:echo_rest.exe