THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx

Legal Team/Old/License Template Issues

From SPDX Wiki
< Legal Team‎ | Old
Revision as of 17:15, 2 March 2011 by Pezra (Talk | contribs)

Jump to: navigation, search

paragraph rearrangement<h2>

The consensus was that this is outside the scope of templatization.

x <h2>Whitespace normalization

How to deal with whitespace repeation and newlines vs space vs tab

  1. replace all whitespace characters with SPACE
  2. collapse repeated spaces to one space character

Replaceable parts

Dealing with copyright owner, copyright year, etc.

Some sort of demarcation of replaceable elements in a license. These would be limited to a discrete list of supported element types. For example, year and copyright holder.

We could allow replaceable elements to be used in any license text at the risk of colliding with non-template parts of the license text. Alternatively, we could explicitly indicate that the license text of a particular licenses has replaceable elements. An explicit indication of templatization would allow us to simply not use replaceable elements for licenses which would have collisions. However, it would prevent us from templatizing licenses that would have collisions

Perhaps an esoteric template syntax would allow us to avoid the collision issue. Maybe something like "{{{YEAR}}}"?

section/bullet numbering/lettering

What if in one license a list has a,b,c and in another i,ii,iii?

this issue has not been explored

Different spellings of same word

color vs colour

Issue not dealt with. Perhaps a stemming algorithm of some sort?