From 373865076c9d9306f1d8ac8e72074d5ecc50972e Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Wed, 18 Jun 2014 16:47:10 +0000 Subject: [PATCH] allow no IPR license selection on update. Commit ready for merge - Legacy-Id: 7924 --- ietf/ipr/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/ipr/models.py b/ietf/ipr/models.py index c481e65a8..09395a46c 100644 --- a/ietf/ipr/models.py +++ b/ietf/ipr/models.py @@ -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.'),