Skip to content

Commit ef4f88f

Browse files
authored
✨️ Add Unlicense (#3588)
1 parent 2f2d786 commit ef4f88f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Models/MotisSourceLicense.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ class MotisSourceLicense extends Model
8787
'CC-BY-SA-3.0' => [
8888
'name' => 'Creative Commons Attribution Share Alike 3.0 Unported',
8989
'url' => 'https://spdx.org/licenses/CC-BY-SA-3.0.html'
90+
],
91+
'Unlicense' => [
92+
'name' => 'The Unlicense',
93+
'url' => 'https://spdx.org/licenses/Unlicense.html'
9094
]
9195
];
9296

0 commit comments

Comments
 (0)