diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 08:47:18 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-15 08:47:18 +0000 |
commit | 08e6e379e7137d257b1f9ded4ed6f5dda2786006 (patch) | |
tree | 14fbe25eed2d2fd002c905af5772ef2dd052a686 /java | |
parent | 9809e9e0951c0aa90726381bf5ea5f774998dd76 (diff) |
TUSCANY-2626 fix a non-UTF character in the LICENSE file.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/assembly-xsd/LICENSE | 2 | ||||
-rw-r--r-- | java/sca/modules/assembly-xsd/src/main/resources/wsdli.xsd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/assembly-xsd/LICENSE b/java/sca/modules/assembly-xsd/LICENSE index ea18d5f03c..646cd58e09 100644 --- a/java/sca/modules/assembly-xsd/LICENSE +++ b/java/sca/modules/assembly-xsd/LICENSE @@ -245,7 +245,7 @@ No other rights are granted by implication, estoppel or otherwise. This module includes XSD files under the following W3C(r) Software License: -W3CŪ SOFTWARE NOTICE AND LICENSE +W3C(r) SOFTWARE NOTICE AND LICENSE http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 This work (and included software, documentation such as READMEs, or other related items) diff --git a/java/sca/modules/assembly-xsd/src/main/resources/wsdli.xsd b/java/sca/modules/assembly-xsd/src/main/resources/wsdli.xsd index 321a6568bb..79af5e9363 100644 --- a/java/sca/modules/assembly-xsd/src/main/resources/wsdli.xsd +++ b/java/sca/modules/assembly-xsd/src/main/resources/wsdli.xsd @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> +<!--DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"--> <!-- $Id: wsdl-instance.xsd,v 1.1 2004/08/03 16:02:04 hugo Exp $ --> <!-- W3C XML Schema defined in the Web Services Description (WSDL) |