Class Apache20License
- Namespace
- Loehnert.Lisrt.ThirdPartyLicenses.Licenses
- Assembly
- Loehnert.Lisrt.dll
Represents the apache 2.0 license. See https://opensource.org/licenses/Apache-2.0.
public class Apache20License : ILicense
- Inheritance
-
Apache20License
- Implements
- Inherited Members
Properties
Name
Gets the name.
public string Name { get; }
Property Value
ShortIdentifier
Gets the license identifier.
public string ShortIdentifier { get; }
Property Value
Text
Gets the license text.
public string Text { get; }