Add more license information

This commit is contained in:
Pieter Vander Vennet 2021-04-09 02:56:48 +02:00
parent f11930892e
commit a16745d0d1
61 changed files with 508 additions and 4 deletions

6
Models/smallLicense.ts Normal file
View file

@ -0,0 +1,6 @@
export default interface SmallLicense {
path: string,
authors: string[],
license: string,
sources: string[]
}