Skip to content

Commit

Permalink
feat: Add ISC license (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek authored May 24, 2024
1 parent b6bf502 commit 129bf68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const SYNCING_BLOCK_THRESHOLD = 5

export const LICENSE_OPTIONS = [
{ label: 'No License', key: 'None' },
{ label: 'ISC License', key: 'ISC' },
{ label: 'The Unlicense', key: 'Unlicense' },
{ label: 'MIT License', key: 'MIT' },
{ label: 'GNU General Public License v2.0', key: 'GNU GPLv2' },
Expand Down

0 comments on commit 129bf68

Please sign in to comment.