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/client/Makefile.am | 14 ++++++++++++++ samples/client/amqp/Makefile.am | 14 ++++++++++++++ samples/client/amqp/echo/Makefile.am | 14 ++++++++++++++ samples/client/amqp/mtom/Makefile.am | 14 ++++++++++++++ samples/client/amqp/mtom/resources/Makefile.am | 14 ++++++++++++++ samples/client/amqp/notify/Makefile.am | 14 ++++++++++++++ samples/client/echo/Makefile.am | 14 ++++++++++++++ samples/client/google/Makefile.am | 14 ++++++++++++++ samples/client/math/Makefile.am | 14 ++++++++++++++ samples/client/mtom/Makefile.am | 14 ++++++++++++++ samples/client/mtom/resources/Makefile.am | 14 ++++++++++++++ samples/client/mtom_callback/Makefile.am | 14 ++++++++++++++ samples/client/notify/Makefile.am | 14 ++++++++++++++ samples/client/session/Makefile.am | 14 ++++++++++++++ samples/client/version/Makefile.am | 14 ++++++++++++++ samples/client/yahoo/Makefile.am | 14 ++++++++++++++ 16 files changed, 224 insertions(+) (limited to 'samples/client') 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 -- cgit v1.1-32-gdbae