Skip to main content
Latest
File
export { default as ApacheLicense20 } from "./apache-license-2.0.ts";export { default as BoostSoftwareLicense10 } from "./boost-software-license-1.0.ts";export { default as GNU_AGPLv3 } from "./gnu-agplv3.ts";export { default as GNU_GPLv3 } from "./gnu-gplv3.ts";export { default as GNU_LGPLv3 } from "./gnu-lgplv3.ts";export { default as MIT } from "./mit.ts";export { default as MozillaPublicLicense20 } from "./mozilla-public-license-2.0.ts";export { default as TheUnlicense } from "./the-unlicense.ts";