Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 14281 invoked from network); 6 Dec 2006 12:31:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 12:31:41 -0000 Received: (qmail 87214 invoked by uid 500); 6 Dec 2006 12:31:28 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 87123 invoked by uid 500); 6 Dec 2006 12:31:28 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 87095 invoked by uid 500); 6 Dec 2006 12:31:28 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 87033 invoked by uid 99); 6 Dec 2006 12:31:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 04:31:27 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 04:31:02 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E09C41A9868; Wed, 6 Dec 2006 04:29:55 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r483049 [13/15] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/soap/ axiom/src/util/ axiom/test/soap/ guththila/include/ include/ modules/core/addr/ modules/core/clientapi/ modules/core/contex... Date: Wed, 06 Dec 2006 12:27:30 -0000 To: axis2-cvs@ws.apache.org From: pini@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061206122955.E09C41A9868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/binding_msg_ref.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/binding_msg_ref.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/binding_msg_ref.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/binding_msg_ref.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/binding_op.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/binding_op.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/binding_op.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/binding_op.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/component_model_builder.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/component_model_builder.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/component_model_builder.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/component_model_builder.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/desc.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/desc.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/desc.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/desc.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/endpoint.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/endpoint.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/endpoint.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/endpoint.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_deserializer.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_deserializer.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_deserializer.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_deserializer.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_exts.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_exts.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_exts.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_exts.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_fault_ref_exts.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_msg_ref_exts.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_binding_op_exts.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_deserializer.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_deserializer.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_deserializer.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_deserializer.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_header_block_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_deserializer.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_deserializer.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_deserializer.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_deserializer.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/soap_module_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_constants.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_constants.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_constants.h (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_constants.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/svc.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/svc.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/svc.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/svc.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/woden_component_model_builder.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/woden_component_model_builder.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/woden_component_model_builder.h (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/woden_component_model_builder.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/woden_constants.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_fault_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_fault_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_fault_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_fault_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_msg_ref_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_msg_ref_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_msg_ref_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_msg_ref_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_op_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_op_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_op_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_op_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/desc_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/desc_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/desc_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/desc_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/endpoint_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/endpoint_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/endpoint_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/endpoint_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/fault_ref_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/fault_ref_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/fault_ref_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/fault_ref_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_ref_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_ref_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_ref_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_ref_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_msg_ref_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_msg_ref_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_msg_ref_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_msg_ref_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/wsdl20/xml/svc_element.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/xml/svc_element.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/wsdl20/xml/svc_element.c (original) +++ webservices/axis2/trunk/c/woden/src/wsdl20/xml/svc_element.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/bool_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/bool_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/bool_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/bool_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/qname_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/qname_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/qname_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/qname_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/qname_list_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/qname_list_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/qname_list_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/qname_list_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/qname_list_or_token_any_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/qname_list_or_token_any_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/qname_list_or_token_any_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/qname_list_or_token_any_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/string_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/string_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/string_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/string_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/uri_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/uri_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/uri_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/uri_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/woden/src/xml/xml_attr.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/xml/xml_attr.c?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/woden/src/xml/xml_attr.c (original) +++ webservices/axis2/trunk/c/woden/src/xml/xml_attr.c Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotated.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotated.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotated.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotated.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotation.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotation.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotation.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotation.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_any.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_any.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_any.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_any.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_any_attribute.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_any_attribute.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_any_attribute.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_any_attribute.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_app_info.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_app_info.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_app_info.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_app_info.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group_ref.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group_ref.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group_ref.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group_ref.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_builder.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_builder.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_builder.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_builder.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_extension.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_extension.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_extension.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_extension.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_restriction.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_restriction.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_restriction.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_restriction.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_constants.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_constants.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_constants.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_constants.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_processing.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_processing.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_processing.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_processing.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_type.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_type.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_type.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_type.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_defines.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_defines.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_defines.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_defines.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_derivation_method.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_derivation_method.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_derivation_method.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_derivation_method.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_documentation.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_documentation.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_documentation.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_documentation.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_element.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_element.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_element.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_element.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_enum.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_enum.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_enum.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_enum.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_external.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_external.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_external.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_external.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_facet.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_facet.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_facet.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_facet.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_form.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_form.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_form.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_form.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_group.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_group.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_group.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_group.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_group_base.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_group_base.h?view=diff&rev=483049&r1=483048&r2=483049 ============================================================================== --- webservices/axis2/trunk/c/xml_schema/include/xml_schema_group_base.h (original) +++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_group_base.h Wed Dec 6 04:25:47 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2004,2005 The Apache Software Foundation. - * - * Licensed 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 + * 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 * --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org