summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorGravatar nandika2010-08-19 06:32:29 +0000
committerGravatar nandika2010-08-19 06:32:29 +0000
commit956ae4e61d224871eb4340a6d4717602215689e1 (patch)
tree4f4a148d9f475644cf979f7330acc74374e88e7a /samples
parentd0ae05ed17e8b80ac69d95c321494a3a67d7adca (diff)
downloadaxis2c-956ae4e61d224871eb4340a6d4717602215689e1.tar.gz
axis2c-956ae4e61d224871eb4340a6d4717602215689e1.tar.bz2
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r--samples/Makefile.am14
-rw-r--r--samples/client/Makefile.am14
-rw-r--r--samples/client/amqp/Makefile.am14
-rw-r--r--samples/client/amqp/echo/Makefile.am14
-rw-r--r--samples/client/amqp/mtom/Makefile.am14
-rw-r--r--samples/client/amqp/mtom/resources/Makefile.am14
-rw-r--r--samples/client/amqp/notify/Makefile.am14
-rw-r--r--samples/client/echo/Makefile.am14
-rw-r--r--samples/client/google/Makefile.am14
-rw-r--r--samples/client/math/Makefile.am14
-rw-r--r--samples/client/mtom/Makefile.am14
-rw-r--r--samples/client/mtom/resources/Makefile.am14
-rw-r--r--samples/client/mtom_callback/Makefile.am14
-rw-r--r--samples/client/notify/Makefile.am14
-rw-r--r--samples/client/session/Makefile.am14
-rw-r--r--samples/client/version/Makefile.am14
-rw-r--r--samples/client/yahoo/Makefile.am14
-rw-r--r--samples/codegen/client/calc_xml_inout/Makefile.am14
-rw-r--r--samples/codegen/client/calculator/Makefile.am14
-rw-r--r--samples/codegen/client/interop_doc1/Makefile.am14
-rw-r--r--samples/codegen/client/interop_doc2/Makefile.am14
-rw-r--r--samples/codegen/server/calc_xml_inout/Makefile.am14
-rw-r--r--samples/codegen/server/calculator/Makefile.am14
-rw-r--r--samples/codegen/server/interop_doc1/Makefile.am14
-rw-r--r--samples/codegen/server/interop_doc2/Makefile.am14
-rw-r--r--samples/mtom_caching_callback/Makefile.am14
-rw-r--r--samples/mtom_sending_callback/Makefile.am14
-rw-r--r--samples/server/Calculator/Makefile.am14
-rw-r--r--samples/server/Makefile.am14
-rw-r--r--samples/server/echo/Makefile.am14
-rw-r--r--samples/server/math/Makefile.am14
-rw-r--r--samples/server/mtom/Makefile.am14
-rw-r--r--samples/server/mtom_callback/Makefile.am14
-rw-r--r--samples/server/notify/Makefile.am14
-rw-r--r--samples/server/session/Makefile.am14
-rw-r--r--samples/server/sg_math/Makefile.am14
-rw-r--r--samples/server/version/Makefile.am14
-rw-r--r--samples/user_guide/Makefile.am14
-rw-r--r--samples/user_guide/clients/Makefile.am14
39 files changed, 546 insertions, 0 deletions
diff --git a/samples/Makefile.am b/samples/Makefile.am
index b66b5af..5d73643 100644
--- a/samples/Makefile.am
+++ b/samples/Makefile.am
@@ -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 = server client user_guide mtom_caching_callback mtom_sending_callback
dist-hook:
diff --git a/samples/client/Makefile.am b/samples/client/Makefile.am
index f57471d..63573e8 100644
--- a/samples/client/Makefile.am
+++ b/samples/client/Makefile.am
@@ -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 = echo math google notify mtom yahoo amqp version mtom_callback session
EXTRA_DIST= Makefile.am
diff --git a/samples/client/amqp/Makefile.am b/samples/client/amqp/Makefile.am
index 10429ae..5013aca 100644
--- a/samples/client/amqp/Makefile.am
+++ b/samples/client/amqp/Makefile.am
@@ -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 = echo notify mtom
diff --git a/samples/client/amqp/echo/Makefile.am b/samples/client/amqp/echo/Makefile.am
index e9541b7..2cc906b 100644
--- a/samples/client/amqp/echo/Makefile.am
+++ b/samples/client/amqp/echo/Makefile.am
@@ -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/amqp
prgbin_PROGRAMS = echo_blocking \
diff --git a/samples/client/amqp/mtom/Makefile.am b/samples/client/amqp/mtom/Makefile.am
index 5bf81bc..afc58ae 100644
--- a/samples/client/amqp/mtom/Makefile.am
+++ b/samples/client/amqp/mtom/Makefile.am
@@ -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 = resources
prgbindir = $(prefix)/samples/bin/amqp
diff --git a/samples/client/amqp/mtom/resources/Makefile.am b/samples/client/amqp/mtom/resources/Makefile.am
index 2d60ebd..19f6f02 100644
--- a/samples/client/amqp/mtom/resources/Makefile.am
+++ b/samples/client/amqp/mtom/resources/Makefile.am
@@ -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.
samplesdir = $(prefix)/samples/bin/amqp/resources
samples_DATA = axis2.jpg
diff --git a/samples/client/amqp/notify/Makefile.am b/samples/client/amqp/notify/Makefile.am
index fbb5cf8..0756689 100644
--- a/samples/client/amqp/notify/Makefile.am
+++ b/samples/client/amqp/notify/Makefile.am
@@ -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/amqp
prgbin_PROGRAMS = notify
diff --git a/samples/client/echo/Makefile.am b/samples/client/echo/Makefile.am
index dc298ae..4dde4e9 100644
--- a/samples/client/echo/Makefile.am
+++ b/samples/client/echo/Makefile.am
@@ -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
echo_SOURCES = echo.c
diff --git a/samples/client/google/Makefile.am b/samples/client/google/Makefile.am
index b44e9b8..59b3168 100644
--- a/samples/client/google/Makefile.am
+++ b/samples/client/google/Makefile.am
@@ -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 = google
google_SOURCES = google_client.c
diff --git a/samples/client/math/Makefile.am b/samples/client/math/Makefile.am
index bbdce07..e90e8a1 100644
--- a/samples/client/math/Makefile.am
+++ b/samples/client/math/Makefile.am
@@ -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 = math
noinst_HEADERS = axis2_math_stub.h
diff --git a/samples/client/mtom/Makefile.am b/samples/client/mtom/Makefile.am
index d53b63f..e091ec3 100644
--- a/samples/client/mtom/Makefile.am
+++ b/samples/client/mtom/Makefile.am
@@ -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=resources
prgbindir=$(prefix)/samples/bin
prgbin_PROGRAMS = mtom
diff --git a/samples/client/mtom/resources/Makefile.am b/samples/client/mtom/resources/Makefile.am
index ee7e84b..055ae8c 100644
--- a/samples/client/mtom/resources/Makefile.am
+++ b/samples/client/mtom/resources/Makefile.am
@@ -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.
samplesdir=$(prefix)/samples/bin/resources
samples_DATA=axis2.jpg
EXTRA_DIST=axis2.jpg
diff --git a/samples/client/mtom_callback/Makefile.am b/samples/client/mtom_callback/Makefile.am
index d89466d..89a497c 100644
--- a/samples/client/mtom_callback/Makefile.am
+++ b/samples/client/mtom_callback/Makefile.am
@@ -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 = mtom_callback
diff --git a/samples/client/notify/Makefile.am b/samples/client/notify/Makefile.am
index 3dd63e0..a4b7240 100644
--- a/samples/client/notify/Makefile.am
+++ b/samples/client/notify/Makefile.am
@@ -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 = notify
notify_SOURCES = notify_client.c
diff --git a/samples/client/session/Makefile.am b/samples/client/session/Makefile.am
index 47431ff..efb09cc 100644
--- a/samples/client/session/Makefile.am
+++ b/samples/client/session/Makefile.am
@@ -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 = session
session_SOURCES = session.c
diff --git a/samples/client/version/Makefile.am b/samples/client/version/Makefile.am
index ac8983a..50d1cca 100644
--- a/samples/client/version/Makefile.am
+++ b/samples/client/version/Makefile.am
@@ -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 = version
noinst_HEADERS = axis2_version_stub.h
diff --git a/samples/client/yahoo/Makefile.am b/samples/client/yahoo/Makefile.am
index 3d8c3c8..4ca04bf 100644
--- a/samples/client/yahoo/Makefile.am
+++ b/samples/client/yahoo/Makefile.am
@@ -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 = yahoosearch
yahoosearch_SOURCES = yahoo_client.c
diff --git a/samples/codegen/client/calc_xml_inout/Makefile.am b/samples/codegen/client/calc_xml_inout/Makefile.am
index d14e820..68b4dcf 100644
--- a/samples/codegen/client/calc_xml_inout/Makefile.am
+++ b/samples/codegen/client/calc_xml_inout/Makefile.am
@@ -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/samples
prgbin_PROGRAMS = Calculator
samplesdir=$(prefix)/samples/client/Calculator
diff --git a/samples/codegen/client/calculator/Makefile.am b/samples/codegen/client/calculator/Makefile.am
index 96a88ac..c300775 100644
--- a/samples/codegen/client/calculator/Makefile.am
+++ b/samples/codegen/client/calculator/Makefile.am
@@ -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/samples
prgbin_PROGRAMS = Calculator
samplesdir=$(prefix)/samples/client/Calculator
diff --git a/samples/codegen/client/interop_doc1/Makefile.am b/samples/codegen/client/interop_doc1/Makefile.am
index b391822..89d8930 100644
--- a/samples/codegen/client/interop_doc1/Makefile.am
+++ b/samples/codegen/client/interop_doc1/Makefile.am
@@ -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/samples
samplesdir=$(prefix)/samples/client/InteropTestPortTypeDocService
prgbin_PROGRAMS = test_echo_date test_echo_struct_array
diff --git a/samples/codegen/client/interop_doc2/Makefile.am b/samples/codegen/client/interop_doc2/Makefile.am
index 7f39d3b..892a9d9 100644
--- a/samples/codegen/client/interop_doc2/Makefile.am
+++ b/samples/codegen/client/interop_doc2/Makefile.am
@@ -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/samples
prgbin_PROGRAMS = test_echo_string test_echo_struct test_echo_string_array
samplesdir = $(prefix)/samples/client/WSDLInteropTestDocLitService
diff --git a/samples/codegen/server/calc_xml_inout/Makefile.am b/samples/codegen/server/calc_xml_inout/Makefile.am
index 145ef08..9e3eb7b 100644
--- a/samples/codegen/server/calc_xml_inout/Makefile.am
+++ b/samples/codegen/server/calc_xml_inout/Makefile.am
@@ -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/Calculator
samplesdir=$(prefix)/samples/server/Calculator
prglib_LTLIBRARIES = libCalculator.la
diff --git a/samples/codegen/server/calculator/Makefile.am b/samples/codegen/server/calculator/Makefile.am
index 308673c..033ece7 100644
--- a/samples/codegen/server/calculator/Makefile.am
+++ b/samples/codegen/server/calculator/Makefile.am
@@ -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/Calculator
samplesdir=$(prefix)/samples/server/Calculator
prglib_LTLIBRARIES = libCalculator.la
diff --git a/samples/codegen/server/interop_doc1/Makefile.am b/samples/codegen/server/interop_doc1/Makefile.am
index 1abe530..7bb878b 100644
--- a/samples/codegen/server/interop_doc1/Makefile.am
+++ b/samples/codegen/server/interop_doc1/Makefile.am
@@ -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/interop_doc1
samplesdir=$(prefix)/samples/server/interop_doc1
prglib_LTLIBRARIES = libInteropTestPortTypeDocService.la
diff --git a/samples/codegen/server/interop_doc2/Makefile.am b/samples/codegen/server/interop_doc2/Makefile.am
index 7b46d88..7ef924e 100644
--- a/samples/codegen/server/interop_doc2/Makefile.am
+++ b/samples/codegen/server/interop_doc2/Makefile.am
@@ -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/interop_doc2
samplesdir=$(prefix)/samples/server/interop_doc2
prglib_LTLIBRARIES = libWSDLInteropTestDocLitService.la
diff --git a/samples/mtom_caching_callback/Makefile.am b/samples/mtom_caching_callback/Makefile.am
index 1d8b2a9..fdccbbd 100644
--- a/samples/mtom_caching_callback/Makefile.am
+++ b/samples/mtom_caching_callback/Makefile.am
@@ -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)/samples/lib/mtom_caching_callback
prglib_LTLIBRARIES = libmtom_caching_callback.la
libmtom_caching_callback_la_SOURCES = mtom_caching_callback.c
diff --git a/samples/mtom_sending_callback/Makefile.am b/samples/mtom_sending_callback/Makefile.am
index 991bff9..8270d95 100644
--- a/samples/mtom_sending_callback/Makefile.am
+++ b/samples/mtom_sending_callback/Makefile.am
@@ -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)/samples/lib/mtom_sending_callback
prglib_LTLIBRARIES = libmtom_sending_callback.la
libmtom_sending_callback_la_SOURCES = mtom_sending_callback.c
diff --git a/samples/server/Calculator/Makefile.am b/samples/server/Calculator/Makefile.am
index 65f95ce..3d769a8 100644
--- a/samples/server/Calculator/Makefile.am
+++ b/samples/server/Calculator/Makefile.am
@@ -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/Calculator
prglib_LTLIBRARIES = libCalculator.la
prglib_DATA=services.xml Calculator.wsdl
diff --git a/samples/server/Makefile.am b/samples/server/Makefile.am
index 258d096..b0dfe07 100644
--- a/samples/server/Makefile.am
+++ b/samples/server/Makefile.am
@@ -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 = echo math notify sg_math mtom Calculator version mtom_callback session
EXTRA_DIST = axis2.xml
diff --git a/samples/server/echo/Makefile.am b/samples/server/echo/Makefile.am
index 8413c5a..3ca0ae0 100644
--- a/samples/server/echo/Makefile.am
+++ b/samples/server/echo/Makefile.am
@@ -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/echo
prglib_LTLIBRARIES = libecho.la
prglib_DATA= services.xml
diff --git a/samples/server/math/Makefile.am b/samples/server/math/Makefile.am
index d8e6f82..507249e 100644
--- a/samples/server/math/Makefile.am
+++ b/samples/server/math/Makefile.am
@@ -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/math
prglib_LTLIBRARIES = libmath.la
prglib_DATA=services.xml
diff --git a/samples/server/mtom/Makefile.am b/samples/server/mtom/Makefile.am
index 198cad3..cce8327 100644
--- a/samples/server/mtom/Makefile.am
+++ b/samples/server/mtom/Makefile.am
@@ -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
prglib_LTLIBRARIES = libmtom.la
prglib_DATA= services.xml
diff --git a/samples/server/mtom_callback/Makefile.am b/samples/server/mtom_callback/Makefile.am
index 11a107e..49fe656 100644
--- a/samples/server/mtom_callback/Makefile.am
+++ b/samples/server/mtom_callback/Makefile.am
@@ -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
diff --git a/samples/server/notify/Makefile.am b/samples/server/notify/Makefile.am
index 2e2bf2c..5c892ea 100644
--- a/samples/server/notify/Makefile.am
+++ b/samples/server/notify/Makefile.am
@@ -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
diff --git a/samples/server/session/Makefile.am b/samples/server/session/Makefile.am
index 146e073..314b0fd 100644
--- a/samples/server/session/Makefile.am
+++ b/samples/server/session/Makefile.am
@@ -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
diff --git a/samples/server/sg_math/Makefile.am b/samples/server/sg_math/Makefile.am
index 82cc1ba..3cd3eb9 100644
--- a/samples/server/sg_math/Makefile.am
+++ b/samples/server/sg_math/Makefile.am
@@ -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
diff --git a/samples/server/version/Makefile.am b/samples/server/version/Makefile.am
index 9e6f94a..e7bcfb2 100644
--- a/samples/server/version/Makefile.am
+++ b/samples/server/version/Makefile.am
@@ -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
diff --git a/samples/user_guide/Makefile.am b/samples/user_guide/Makefile.am
index fc8e098..13041d6 100644
--- a/samples/user_guide/Makefile.am
+++ b/samples/user_guide/Makefile.am
@@ -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
diff --git a/samples/user_guide/clients/Makefile.am b/samples/user_guide/clients/Makefile.am
index 1031dfa..74a5701 100644
--- a/samples/user_guide/clients/Makefile.am
+++ b/samples/user_guide/clients/Makefile.am
@@ -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