License

The type of license for an application.

This enumeration can be expanded at later date.

Entries

Link copied to clipboard

No license specified

Link copied to clipboard

A license text is going to be specified by the developer

Link copied to clipboard

The GNU General Public License, version 2.0 or later

Link copied to clipboard

The GNU General Public License, version 3.0 or later

Link copied to clipboard

The GNU Lesser General Public License, version 2.1 or later

Link copied to clipboard

The GNU Lesser General Public License, version 3.0 or later

Link copied to clipboard

The BSD standard license

Link copied to clipboard

The MIT/X11 standard license

Link copied to clipboard

The Artistic License, version 2.0

Link copied to clipboard

The GNU General Public License, version 2.0 only

Link copied to clipboard

The GNU General Public License, version 3.0 only

Link copied to clipboard

The GNU Lesser General Public License, version 2.1 only

Link copied to clipboard

The GNU Lesser General Public License, version 3.0 only

Link copied to clipboard

The GNU Affero General Public License, version 3.0 or later

Link copied to clipboard

The GNU Affero General Public License, version 3.0 only

Link copied to clipboard

The 3-clause BSD licence

Link copied to clipboard

The Apache License, version 2.0

Link copied to clipboard

The Mozilla Public License, version 2.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): License

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.