You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deprecatedVersion should be set if and only if isDeprecated was true.
So instead of recording that information twice, tooling which consumes
this format should just check deprecatedVersion. If deprecatedVersion
is non-empty, the license is deprecated. If deprecatedVersion is
empty, the license is not deprecated.
This protects us from desynchronization like that fixed by cc1e05e
(added deprecated version, 2017-12-28), because it is now impossible
to deprecate a license without recording the deprecated version.
<xhtml:code>isDeprecated</xhtml:code> is true if and only if the short identifier has been superseded by another. See the <xhtml:code>deprecatedVersion</xhtml:code> documentation for more details.
0 commit comments