Table of Contents

Class LicenseDefinitions

Namespace
Loehnert.Lisrt.ThirdPartyLicenses.Licenses
Assembly
Loehnert.Lisrt.dll

Represents the predefined license definitions.

public static class LicenseDefinitions
Inheritance
LicenseDefinitions
Inherited Members

Properties

Apache20

Gets the Apache20License instance.

[Export(typeof(ILicense))]
public static Apache20License Apache20 { get; }

Property Value

Apache20License

Bsd2ClauseViews

Gets the Bsd2ClauseViewsLicense instance.

[Export(typeof(ILicense))]
public static Bsd2ClauseViewsLicense Bsd2ClauseViews { get; }

Property Value

Bsd2ClauseViewsLicense

Bsd3Clause

Gets the Bsd3ClauseLicense instance.

[Export(typeof(ILicense))]
public static Bsd3ClauseLicense Bsd3Clause { get; }

Property Value

Bsd3ClauseLicense

Mit

Gets the MitLicense instance.

[Export(typeof(ILicense))]
public static MitLicense Mit { get; }

Property Value

MitLicense

Mpl20

Gets the MozillaPublicLicenseVersion20 instance.

[Export(typeof(ILicense))]
public static MozillaPublicLicenseVersion20 Mpl20 { get; }

Property Value

MozillaPublicLicenseVersion20

MsPl

Gets the MsPlLicense instance.

[Export(typeof(ILicense))]
public static MsPlLicense MsPl { get; }

Property Value

MsPlLicense