You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/08/07 22:01:15 UTC

svn commit: r1370481 - in /creadur/whisker/trunk/src/site: apt/ resources/examples/

Author: rdonkin
Date: Tue Aug  7 20:01:14 2012
New Revision: 1370481

URL: http://svn.apache.org/viewvc?rev=1370481&view=rev
Log:
Update DTDs to allow primary copyrght notice

Modified:
    creadur/whisker/trunk/src/site/apt/meta-data.apt
    creadur/whisker/trunk/src/site/resources/examples/3rd-party-corporate-sample.xml
    creadur/whisker/trunk/src/site/resources/examples/3rd-party-group-sample.xml
    creadur/whisker/trunk/src/site/resources/examples/3rd-party-individual-sample.xml
    creadur/whisker/trunk/src/site/resources/examples/james.xml
    creadur/whisker/trunk/src/site/resources/examples/license-family-sample.xml
    creadur/whisker/trunk/src/site/resources/examples/public-domain.xml
    creadur/whisker/trunk/src/site/resources/examples/template-license.xml

Modified: creadur/whisker/trunk/src/site/apt/meta-data.apt
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/meta-data.apt?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/meta-data.apt (original)
+++ creadur/whisker/trunk/src/site/apt/meta-data.apt Tue Aug  7 20:01:14 2012
@@ -145,7 +145,7 @@ Apache Whisker Meta-Data Model
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/3rd-party-corporate-sample.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/3rd-party-corporate-sample.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/3rd-party-corporate-sample.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/3rd-party-corporate-sample.xml Tue Aug  7 20:01:14 2012
@@ -56,7 +56,7 @@ maintained by a corporation. 
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/3rd-party-group-sample.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/3rd-party-group-sample.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/3rd-party-group-sample.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/3rd-party-group-sample.xml Tue Aug  7 20:01:14 2012
@@ -56,7 +56,7 @@ maintained by an informal group. 
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/3rd-party-individual-sample.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/3rd-party-individual-sample.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/3rd-party-individual-sample.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/3rd-party-individual-sample.xml Tue Aug  7 20:01:14 2012
@@ -56,7 +56,7 @@ maintained by an individual. 
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/james.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/james.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/james.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/james.xml Tue Aug  7 20:01:14 2012
@@ -52,7 +52,7 @@
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/license-family-sample.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/license-family-sample.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/license-family-sample.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/license-family-sample.xml Tue Aug  7 20:01:14 2012
@@ -56,7 +56,7 @@ with a template license. 
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/public-domain.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/public-domain.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/public-domain.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/public-domain.xml Tue Aug  7 20:01:14 2012
@@ -52,7 +52,7 @@
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>
 

Modified: creadur/whisker/trunk/src/site/resources/examples/template-license.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/resources/examples/template-license.xml?rev=1370481&r1=1370480&r2=1370481&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/resources/examples/template-license.xml (original)
+++ creadur/whisker/trunk/src/site/resources/examples/template-license.xml Tue Aug  7 20:01:14 2012
@@ -52,7 +52,7 @@
 <!ATTLIST organisation url CDATA #IMPLIED>
 
 <!-- The primary license for the application -->
-<!ELEMENT primary-license EMPTY>
+<!ELEMENT primary-license (copyright-notice?)>
 <!-- References the license by id attribute -->
 <!ATTLIST primary-license id IDREF #REQUIRED>