JATS template: unconditionally include permissions element

Fixes a bug that caused license information to be omitted when no copyright
information was provided.

Fixes: #8040
This commit is contained in:
Albert Krewinkel 2022-04-26 17:48:27 +02:00
parent 4c485fbf41
commit 3f354ce4b8
No known key found for this signature in database
GPG key ID: 388DC0B21F631124
2 changed files with 0 additions and 4 deletions

View file

@ -172,7 +172,6 @@ $if(history)$
<history>
</history>
$endif$
$if(copyright)$
<permissions>
$for(copyright.statement)$
<copyright-statement>$copyright.statement$</copyright-statement>
@ -194,7 +193,6 @@ $for(license)$
</license>
$endfor$
</permissions>
$endif$
$if(abstract)$
<abstract>
$abstract$

View file

@ -49,7 +49,6 @@ $endif$
$endfor$
</contrib-group>
$endif$
$if(copyright)$
<permissions>
$for(copyright.statement)$
<copyright-statement>$copyright.statement$</copyright-statement>
@ -71,7 +70,6 @@ $for(license)$
</license>
$endfor$
</permissions>
$endif$
<abstract>
$abstract$
</abstract>