From 79c53d472425f56afb89a19666c99d877030f7e6 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 18 Aug 2010 14:24:29 +0000 Subject: license added git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986694 13f79535-47bb-0310-9956-ffa450edef68 --- util/test/allocator/allocator_test.c | 17 +++++++++++++++++ util/test/date_time/date_time_test.c | 17 +++++++++++++++++ util/test/duration/duration_test.c | 17 +++++++++++++++++ util/test/link_list/link_list_test.c | 17 +++++++++++++++++ util/test/properties/property_test.c | 17 +++++++++++++++++ util/test/rand/rand_test.c | 17 +++++++++++++++++ util/test/stack/stack_test.c | 17 +++++++++++++++++ util/test/string_util/string_util_test.c | 17 +++++++++++++++++ util/test/uri/uri_test.c | 17 +++++++++++++++++ util/test/url/url_test.c | 17 +++++++++++++++++ util/test/utils/utils_test.c | 17 +++++++++++++++++ 11 files changed, 187 insertions(+) (limited to 'util') diff --git a/util/test/allocator/allocator_test.c b/util/test/allocator/allocator_test.c index a2369d7..e696022 100644 --- a/util/test/allocator/allocator_test.c +++ b/util/test/allocator/allocator_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include #include diff --git a/util/test/date_time/date_time_test.c b/util/test/date_time/date_time_test.c index 644bd78..11469f1 100644 --- a/util/test/date_time/date_time_test.c +++ b/util/test/date_time/date_time_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include #include diff --git a/util/test/duration/duration_test.c b/util/test/duration/duration_test.c index 5de2974..4af0c4b 100644 --- a/util/test/duration/duration_test.c +++ b/util/test/duration/duration_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include #include "../util/create_env.h" diff --git a/util/test/link_list/link_list_test.c b/util/test/link_list/link_list_test.c index d9c9a60..d5640ff 100644 --- a/util/test/link_list/link_list_test.c +++ b/util/test/link_list/link_list_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include #include "../util/create_env.h" diff --git a/util/test/properties/property_test.c b/util/test/properties/property_test.c index 45c45ba..639f32c 100644 --- a/util/test/properties/property_test.c +++ b/util/test/properties/property_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include "../util/create_env.h" #include diff --git a/util/test/rand/rand_test.c b/util/test/rand/rand_test.c index 71dc232..e94a74a 100644 --- a/util/test/rand/rand_test.c +++ b/util/test/rand/rand_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include "../util/create_env.h" #include #include diff --git a/util/test/stack/stack_test.c b/util/test/stack/stack_test.c index f294f72..09e8d41 100644 --- a/util/test/stack/stack_test.c +++ b/util/test/stack/stack_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include "../util/create_env.h" #include #include diff --git a/util/test/string_util/string_util_test.c b/util/test/string_util/string_util_test.c index 24bb42f..2006971 100644 --- a/util/test/string_util/string_util_test.c +++ b/util/test/string_util/string_util_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include "../util/create_env.h" #include diff --git a/util/test/uri/uri_test.c b/util/test/uri/uri_test.c index cbb0e87..1449cd3 100644 --- a/util/test/uri/uri_test.c +++ b/util/test/uri/uri_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include #include "../util/create_env.h" diff --git a/util/test/url/url_test.c b/util/test/url/url_test.c index 69c88d8..0c47a16 100644 --- a/util/test/url/url_test.c +++ b/util/test/url/url_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include #include #include "../util/create_env.h" diff --git a/util/test/utils/utils_test.c b/util/test/utils/utils_test.c index d75a4cd..76cde51 100644 --- a/util/test/utils/utils_test.c +++ b/util/test/utils/utils_test.c @@ -1,3 +1,20 @@ +/* +* 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. +*/ + #include "../util/create_env.h" #include #include -- cgit v1.1-32-gdbae