0.2.1
F/OSS License Texts as ESM
Repository
Current version released
3 years ago
Versions
F/OSS License Texts as ESM
In short:
import licenses from "https://deno.land/x/foss_license_texts_esm/mod.mjs";
console.log(licenses["GPL-3.0-only"]);
Or you can import a module for only a single license text:
import text
from "https://deno.land/x/foss_license_texts_esm/licenses/GPL-3.0-only.mjs";
console.log(text);
This repository in itself is in the public domain.