summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/article.jats_publishing12
-rw-r--r--data/templates/default.jats_articleauthoring12
2 files changed, 12 insertions, 12 deletions
diff --git a/data/templates/article.jats_publishing b/data/templates/article.jats_publishing
index 47ab8f197..640e88572 100644
--- a/data/templates/article.jats_publishing
+++ b/data/templates/article.jats_publishing
@@ -174,15 +174,15 @@ $if(history)$
$endif$
$if(copyright)$
<permissions>
-$if(copyright.statement)$
+$for(copyright.statement)$
<copyright-statement>$copyright.statement$</copyright-statement>
-$endif$
-$if(copyright.year)$
+$endfor$
+$for(copyright.year)$
<copyright-year>$copyright.year$</copyright-year>
-$endif$
-$if(copyright.holder)$
+$endfor$
+$for(copyright.holder)$
<copyright-holder>$copyright.holder$</copyright-holder>
-$endif$
+$endfor$
$if(copyright.text)$
<license license-type="$copyright.type$" xlink:href="$copyright.link$">
<license-p>$copyright.text$</license-p>
diff --git a/data/templates/default.jats_articleauthoring b/data/templates/default.jats_articleauthoring
index 01042b001..90d98f2bf 100644
--- a/data/templates/default.jats_articleauthoring
+++ b/data/templates/default.jats_articleauthoring
@@ -51,15 +51,15 @@ $endfor$
$endif$
$if(copyright)$
<permissions>
-$if(copyright.statement)$
+$for(copyright.statement)$
<copyright-statement>$copyright.statement$</copyright-statement>
-$endif$
-$if(copyright.year)$
+$endfor$
+$for(copyright.year)$
<copyright-year>$copyright.year$</copyright-year>
-$endif$
-$if(copyright.holder)$
+$endfor$
+$for(copyright.holder)$
<copyright-holder>$copyright.holder$</copyright-holder>
-$endif$
+$endfor$
$if(copyright.text)$
<license license-type="$copyright.type$" xlink:href="$copyright.link$">
<license-p>$copyright.text$</license-p>