summaryrefslogtreecommitdiffstats
path: root/samples/codegen
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/codegen
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/codegen')
-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
8 files changed, 112 insertions, 0 deletions
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