forked from MapComplete/MapComplete
Add more license information
This commit is contained in:
parent
f11930892e
commit
a16745d0d1
61 changed files with 508 additions and 4 deletions
6
Models/smallLicense.ts
Normal file
6
Models/smallLicense.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default interface SmallLicense {
|
||||
path: string,
|
||||
authors: string[],
|
||||
license: string,
|
||||
sources: string[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue