From 956ae4e61d224871eb4340a6d4717602215689e1 Mon Sep 17 00:00:00 2001 From: nandika Date: Thu, 19 Aug 2010 06:32:29 +0000 Subject: license added git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987028 13f79535-47bb-0310-9956-ffa450edef68 --- samples/codegen/client/calc_xml_inout/Makefile.am | 14 ++++++++++++++ samples/codegen/client/calculator/Makefile.am | 14 ++++++++++++++ samples/codegen/client/interop_doc1/Makefile.am | 14 ++++++++++++++ samples/codegen/client/interop_doc2/Makefile.am | 14 ++++++++++++++ samples/codegen/server/calc_xml_inout/Makefile.am | 14 ++++++++++++++ samples/codegen/server/calculator/Makefile.am | 14 ++++++++++++++ samples/codegen/server/interop_doc1/Makefile.am | 14 ++++++++++++++ samples/codegen/server/interop_doc2/Makefile.am | 14 ++++++++++++++ 8 files changed, 112 insertions(+) (limited to 'samples/codegen') 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 -- cgit v1.1-32-gdbae