"""Constants relating to ownership.""" OWNERSHIP_TYPE_MAPPING = { 'I am the original master copyright owner': 'original_owner', 'I have acquired the master rights': 'exclusive_licensee', 'I am the exclusive licensee': 'exclusive_licensee', 'I am a non-exclusive licensee': 'non_exclusive_licensee', 'I have no master rights': 'no_rights' }