You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/08/18 16:24:30 UTC

svn commit: r986694 - in /axis/axis2/c/core/trunk/util/test: allocator/ date_time/ duration/ link_list/ properties/ rand/ stack/ string_util/ uri/ url/ utils/

Author: nandika
Date: Wed Aug 18 14:24:29 2010
New Revision: 986694

URL: http://svn.apache.org/viewvc?rev=986694&view=rev
Log:
license added

Modified:
    axis/axis2/c/core/trunk/util/test/allocator/allocator_test.c
    axis/axis2/c/core/trunk/util/test/date_time/date_time_test.c
    axis/axis2/c/core/trunk/util/test/duration/duration_test.c
    axis/axis2/c/core/trunk/util/test/link_list/link_list_test.c
    axis/axis2/c/core/trunk/util/test/properties/property_test.c
    axis/axis2/c/core/trunk/util/test/rand/rand_test.c
    axis/axis2/c/core/trunk/util/test/stack/stack_test.c
    axis/axis2/c/core/trunk/util/test/string_util/string_util_test.c
    axis/axis2/c/core/trunk/util/test/uri/uri_test.c
    axis/axis2/c/core/trunk/util/test/url/url_test.c
    axis/axis2/c/core/trunk/util/test/utils/utils_test.c

Modified: axis/axis2/c/core/trunk/util/test/allocator/allocator_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/allocator/allocator_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/allocator/allocator_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/allocator/allocator_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_log_default.h>
 #include <axutil_error_default.h>
 #include <axiom_node.h>

Modified: axis/axis2/c/core/trunk/util/test/date_time/date_time_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/date_time/date_time_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/date_time/date_time_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/date_time/date_time_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_date_time.h>
 #include <time.h>
 #include <axutil_date_time_util.h>

Modified: axis/axis2/c/core/trunk/util/test/duration/duration_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/duration/duration_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/duration/duration_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/duration/duration_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_duration.h>
 #include <cut_defs.h>
 #include "../util/create_env.h"

Modified: axis/axis2/c/core/trunk/util/test/link_list/link_list_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/link_list/link_list_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/link_list/link_list_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/link_list/link_list_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_linked_list.h>
 #include <cut_defs.h>
 #include "../util/create_env.h"

Modified: axis/axis2/c/core/trunk/util/test/properties/property_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/properties/property_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/properties/property_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/properties/property_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_env.h>
 #include "../util/create_env.h"
 #include <axutil_string.h>

Modified: axis/axis2/c/core/trunk/util/test/rand/rand_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/rand/rand_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/rand/rand_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/rand/rand_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_rand.h>
 #include <cut_defs.h>

Modified: axis/axis2/c/core/trunk/util/test/stack/stack_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/stack/stack_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/stack/stack_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/stack/stack_test.c Wed Aug 18 14:24:29 2010
@@ -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 <cut_defs.h>
 #include <axutil_stack.h>

Modified: axis/axis2/c/core/trunk/util/test/string_util/string_util_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/string_util/string_util_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/string_util/string_util_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/string_util/string_util_test.c Wed Aug 18 14:24:29 2010
@@ -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 <string.h>   
 #include "../util/create_env.h"
 #include <axutil_string_util.h>

Modified: axis/axis2/c/core/trunk/util/test/uri/uri_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/uri/uri_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/uri/uri_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/uri/uri_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_uri.h>
 #include <cut_defs.h>
 #include "../util/create_env.h"

Modified: axis/axis2/c/core/trunk/util/test/url/url_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/url/url_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/url/url_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/url/url_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_url.h>
 #include <cut_defs.h>
 #include "../util/create_env.h"

Modified: axis/axis2/c/core/trunk/util/test/utils/utils_test.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/utils/utils_test.c?rev=986694&r1=986693&r2=986694&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/utils/utils_test.c (original)
+++ axis/axis2/c/core/trunk/util/test/utils/utils_test.c Wed Aug 18 14:24:29 2010
@@ -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 <axutil_utils.h>
 #include <cut_defs.h>