Skip to content

Commit 5e31056

Browse files
committed
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 3738650
2 parents 27e9393 + 3738650 commit 5e31056

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/ipr/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77

88
LICENSE_CHOICES = (
9+
(0, ''),
910
(1, 'a) No License Required for Implementers.'),
1011
(2, 'b) Royalty-Free, Reasonable and Non-Discriminatory License to All Implementers.'),
1112
(3, 'c) Reasonable and Non-Discriminatory License to All Implementers with Possible Royalty/Fee.'),

0 commit comments

Comments
 (0)