Browse Source

Merge pull request #296 from snoopdouglas/master

Add ISC license and change wording on adding new licenses
Emi 1 year ago
parent
commit
a5ef990448
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/constants.php
  2. 1 1
      templates/_asset_fields.phtml

+ 1 - 0
src/constants.php

@@ -92,6 +92,7 @@ return $constants = [
         'BSD-2-Clause' => 'BSD 2-clause License',
         'BSD-2-Clause' => 'BSD 2-clause License',
         'BSD-3-Clause' => 'BSD 3-clause License',
         'BSD-3-Clause' => 'BSD 3-clause License',
         'BSL-1.0' => 'Boost Software License',
         'BSL-1.0' => 'Boost Software License',
+        'ISC' => 'ISC License',
         'Unlicense' => 'The Unlicense License'
         'Unlicense' => 'The Unlicense License'
     ]
     ]
 ];
 ];

+ 1 - 1
templates/_asset_fields.phtml

@@ -71,7 +71,7 @@ $_asset_values = array_merge([
                 </option>
                 </option>
             <?php } ?>
             <?php } ?>
         </select>
         </select>
-        <span class="help-block">The license under which the asset is available. Check <a href="https://opensource.org/licenses">opensource.org</a> for a more detailed description of each. In case an OSI-approved license you are using is missing, you might <a href="https://github.com/godotengine/asset-library/issues">open an issue</a> about it.</span>
+        <span class="help-block">The license under which the asset is available. Check <a href="https://opensource.org/licenses">opensource.org</a> for a more detailed description of each. In case an OSI-approved license you are using is missing, please add the license in <a href="https://github.com/godotengine/godot-asset-library/blob/master/src/constants.php">this file</a> and open a pull request.</span>
         <span class="help-block"><strong>Note:</strong> The license you specify here should also be included in the repository you are submitting under a standard name, such as LICENSE or LICENSE.md</span>
         <span class="help-block"><strong>Note:</strong> The license you specify here should also be included in the repository you are submitting under a standard name, such as LICENSE or LICENSE.md</span>
     </div>
     </div>
 </div>
 </div>