Merged [7924] from rcross@amsl.com: allow no IPR license selection on update.

- Legacy-Id: 7931
Note: SVN reference [7924] has been migrated to Git commit 373865076c
This commit is contained in:
Henrik Levkowetz 2014-06-24 21:41:22 +00:00
commit 5e31056023

View file

@ -6,6 +6,7 @@ from ietf.doc.models import DocAlias
LICENSE_CHOICES = (
(0, ''),
(1, 'a) No License Required for Implementers.'),
(2, 'b) Royalty-Free, Reasonable and Non-Discriminatory License to All Implementers.'),
(3, 'c) Reasonable and Non-Discriminatory License to All Implementers with Possible Royalty/Fee.'),