This commit is contained in:
2025-08-22 13:00:04 -06:00
parent 8e760b44e3
commit 52735b97c6
16 changed files with 258 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ function getCheckedApplications() {
</optgroup>
<optgroup label="Proprietary / Other">
<option value="All Rights Reserved">All Rights Reserved</option>
<option value="NASA Open-Source">NASA Open-Source</option>
</optgroup>
<option value="">Select a license</option> document.getElementById('licenses').addEventListener('change', function() {
document.getElementById('licenses-hidden').value = this.value;