Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

License

import type { License } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

License information.

interface License {
comments?: string;
expression?: string;
}

§Properties

§
comments?: string
[src]

Comments

§
expression?: string
[src]

Often a single license can be used to represent the licensing terms. Sometimes it is necessary to include a choice of one or more licenses or some combination of license identifiers. Examples: "LGPL-2.1-only OR MIT", "LGPL-2.1-only AND MIT", "GPL-2.0-or-later WITH Bison-exception-2.2".