Author: ltheussl
Date: Wed Apr  5 16:53:42 2006
New Revision: 391855

URL: http://svn.apache.org/viewcvs?rev=391855&view=rev
Log:
Beautify license, add public and system identifier.

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc-1.10.dtd
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc.dtd

Modified: maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc-1.10.dtd
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc-1.10.dtd?rev=391855&r1=391854&r2=391855&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc-1.10.dtd (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/dtd/maven-xdoc-1.10.dtd Wed Apr  5 
16:53:42 2006
@@ -1,25 +1,29 @@
 <!--
-   Xdoc DTD
+    Xdoc DTD
 
-   This is derived from XHTML version 1.0 Transitional.
+    This is based on: Extensible HTML version 1.0 Transitional DTD
+        http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
+    For further information, see: http://www.w3.org/TR/xhtml1
 
-   For further information, see: 
 
+    This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
-   Copyright 2001-2005 The Apache Software Foundation.
+    PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+    SYSTEM "http://www.apache.org/dtds/xdoc_1_0.dtd";
 
-   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
+    Copyright 2006 The Apache Software Foundation.
 
-        http://www.apache.org/licenses/LICENSE-2.0
+    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
 
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+        http://www.apache.org/licenses/LICENSE-2.0
 
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
 -->
 
 <!--================ Character mnemonic entities =========================-->

Modified: 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc.dtd
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc.dtd?rev=391855&r1=391854&r2=391855&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc.dtd 
(original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/dtd/maven-xdoc.dtd 
Wed Apr  5 16:53:42 2006
@@ -1,25 +1,29 @@
 <!--
-   Xdoc DTD
+    Xdoc DTD
 
-   This is derived from XHTML version 1.0 Transitional.
+    This is based on: Extensible HTML version 1.0 Transitional DTD
+        http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
+    For further information, see: http://www.w3.org/TR/xhtml1
 
-   For further information, see: 
 
+    This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
-   Copyright 2001-2005 The Apache Software Foundation.
+    PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
+    SYSTEM "http://www.apache.org/dtds/xdoc_1_0.dtd";
 
-   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
+    Copyright 2006 The Apache Software Foundation.
 
-        http://www.apache.org/licenses/LICENSE-2.0
+    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
 
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+        http://www.apache.org/licenses/LICENSE-2.0
 
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
 -->
 
 <!--================ Character mnemonic entities =========================-->


Reply via email to