@atomist/org-visualizer
Version:
Organization Visualizer using Atomist project scanning
16 lines • 475 B
TypeScript
import { Aspect } from "@atomist/sdm-pack-fingerprints";
export declare const NoLicense = "None";
export interface LicenseData {
path: string;
/**
* What we've classified the license as by parsing the license file.
*/
classification: string;
content?: string;
}
/**
* License aspect. Every repository gets a license fingerprint, which may have unknown
* as a license.
*/
export declare const License: Aspect;
//# sourceMappingURL=license.d.ts.map