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 --- util/test/Makefile.am | 14 ++++++++++++++ util/test/allocator/Makefile.am | 14 ++++++++++++++ util/test/date_time/Makefile.am | 14 ++++++++++++++ util/test/duration/Makefile.am | 14 ++++++++++++++ util/test/link_list/Makefile.am | 14 ++++++++++++++ util/test/properties/Makefile.am | 14 ++++++++++++++ util/test/rand/Makefile.am | 14 ++++++++++++++ util/test/stack/Makefile.am | 14 ++++++++++++++ util/test/string_util/Makefile.am | 14 ++++++++++++++ util/test/uri/Makefile.am | 14 ++++++++++++++ util/test/url/Makefile.am | 14 ++++++++++++++ util/test/util/Makefile.am | 14 ++++++++++++++ util/test/utils/Makefile.am | 14 ++++++++++++++ 13 files changed, 182 insertions(+) (limited to 'util/test') diff --git a/util/test/Makefile.am b/util/test/Makefile.am index cfbf7f6..ebce2bf 100644 --- a/util/test/Makefile.am +++ b/util/test/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 = util allocator date_time duration link_list properties rand stack string_util uri url utils diff --git a/util/test/allocator/Makefile.am b/util/test/allocator/Makefile.am index d86b473..ac9a558 100644 --- a/util/test/allocator/Makefile.am +++ b/util/test/allocator/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. TESTS = allocator_test check_PROGRAMS = allocator_test noinst_PROGRAMS = allocator_test diff --git a/util/test/date_time/Makefile.am b/util/test/date_time/Makefile.am index 2bad3ec..c34e0bb 100644 --- a/util/test/date_time/Makefile.am +++ b/util/test/date_time/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. TESTS = date_time_test noinst_PROGRAMS = date_time_test check_PROGRAMS = date_time_test diff --git a/util/test/duration/Makefile.am b/util/test/duration/Makefile.am index 26a2ee4..b9d489d 100644 --- a/util/test/duration/Makefile.am +++ b/util/test/duration/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. TESTS = duration_test check_PROGRAMS = duration_test noinst_PROGRAMS = duration_test diff --git a/util/test/link_list/Makefile.am b/util/test/link_list/Makefile.am index 2693926..706f93e 100644 --- a/util/test/link_list/Makefile.am +++ b/util/test/link_list/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. TESTS = link_list_test check_PROGRAMS = link_list_test noinst_PROGRAMS = link_list_test diff --git a/util/test/properties/Makefile.am b/util/test/properties/Makefile.am index 2a385ea..6304468 100644 --- a/util/test/properties/Makefile.am +++ b/util/test/properties/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. TESTS = property_test check_PROGRAMS = property_test noinst_PROGRAMS = property_test diff --git a/util/test/rand/Makefile.am b/util/test/rand/Makefile.am index 81410d6..f5c527e 100644 --- a/util/test/rand/Makefile.am +++ b/util/test/rand/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. TESTS = rand_test check_PROGRAMS = rand_test noinst_PROGRAMS = rand_test diff --git a/util/test/stack/Makefile.am b/util/test/stack/Makefile.am index faf1c27..ed1b08f 100644 --- a/util/test/stack/Makefile.am +++ b/util/test/stack/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. TESTS = stack_test check_PROGRAMS = stack_test noinst_PROGRAMS = stack_test diff --git a/util/test/string_util/Makefile.am b/util/test/string_util/Makefile.am index cdbb983..6910171 100644 --- a/util/test/string_util/Makefile.am +++ b/util/test/string_util/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. TESTS = string_util_test noinst_PROGRAMS = string_util_test check_PROGRAMS = string_util_test diff --git a/util/test/uri/Makefile.am b/util/test/uri/Makefile.am index 55af523..dfac9a8 100644 --- a/util/test/uri/Makefile.am +++ b/util/test/uri/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. TESTS = uri_test check_PROGRAMS = uri_test noinst_PROGRAMS = uri_test diff --git a/util/test/url/Makefile.am b/util/test/url/Makefile.am index 31c9b14..c5f6c70 100644 --- a/util/test/url/Makefile.am +++ b/util/test/url/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. TESTS = url_test noinst_PROGRAMS = url_test check_PROGRAMS = url_test diff --git a/util/test/util/Makefile.am b/util/test/util/Makefile.am index 38c04df..0f04995 100644 --- a/util/test/util/Makefile.am +++ b/util/test/util/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. TESTS = test_thread test_util noinst_PROGRAMS = test_util test_thread noinst_HEADERS = test_log.h \ diff --git a/util/test/utils/Makefile.am b/util/test/utils/Makefile.am index d9daf95..a102afd 100644 --- a/util/test/utils/Makefile.am +++ b/util/test/utils/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. TESTS = utils_test check_PROGRAMS = utils_test noinst_PROGRAMS = utils_test -- cgit v1.1-32-gdbae