Table of Contents

Class MitLicense

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

Represents the MIT license. See https://opensource.org/licenses/MIT.

public class MitLicense : ILicense
Inheritance
MitLicense
Implements
Inherited Members

Properties

Name

Gets the name.

public string Name { get; }

Property Value

string

ShortIdentifier

Gets the license identifier.

public string ShortIdentifier { get; }

Property Value

string

Text

Gets the license text.

public string Text { get; }

Property Value

string