Skip to content

Commit

Permalink
HPND: Drop redundant <optional> for related entities
Browse files Browse the repository at this point in the history
The wrapping <optional> is redundant since the "or" moved inside the
<alt> tag in 143940d (moved "or" to inside alt tag and fixed line
breaks, 2016-11-10, spdx#89).
  • Loading branch information
wking committed Oct 27, 2017
1 parent e5da40e commit ae6974f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/HPND.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
<optional>the</optional> copyright notice
and this permission notice appear in supporting documentation<optional>, and that the name <optional>of</optional>
<alt match=".*" name="copyrightHolder0">&lt;copyright holder&gt;</alt>
<optional>
<alt match=".*" name="orRelated">&lt;or related entities&gt;</alt>
</optional>
<alt match=".*" name="orRelated">&lt;or related entities&gt;</alt>
not be used in advertising or publicity pertaining to distribution of the software without specific, written
prior permission</optional>. <optional>
<alt match=".*" name="copyrightHolder1">&lt;copyright holder&gt;</alt> makes no representations
Expand Down

0 comments on commit ae6974f

Please sign in to comment.