Skip to content

Commit 6f6a7ab

Browse files
authored
Update MotisSourceLicense.php
1 parent 958265e commit 6f6a7ab

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)