mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
12 lines
364 B
TypeScript
12 lines
364 B
TypeScript
import { LicenseInfo } from "types/LicenseInfo";
|
|
|
|
export const MockLicense: LicenseInfo = {
|
|
id: "MIT",
|
|
licenceType: "Mocked License",
|
|
footerImg:
|
|
"https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
|
|
explainLink: "example.com/explainLink",
|
|
name: "The Mocking License",
|
|
displayName: "MockLicense with Attribution",
|
|
};
|