Table of Contents

Class Bsd3ClauseLicense

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

Represents the BSD 3 clause license. See https://opensource.org/licenses/BSD-3-Clause.

public class Bsd3ClauseLicense : ILicense
Inheritance
Bsd3ClauseLicense
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