object License
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- License
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final class AGPLv3 extends License
- final class AGPLv3Only extends License
- final class AGPLv3OrLater extends License
- final class ALv2 extends License
- final class BSD2Clause extends License
- final class BSD3Clause extends License
- final case class Custom(text: String) extends License with Product with Serializable
- final class GPLv3 extends License
- final class GPLv3Only extends License
- final class GPLv3OrLater extends License
- final class LGPLv3 extends License
- final class LGPLv3Only extends License
- final class LGPLv3OrLater extends License
- final class MIT extends License
- final class MPLv2 extends License
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object AGPLv3 extends SpdxLicense with Product with Serializable
- object AGPLv3Only extends SpdxLicense with Product with Serializable
- object AGPLv3OrLater extends SpdxLicense with Product with Serializable
- object ALv2 extends SpdxLicense with Product with Serializable
- object BSD2Clause extends SpdxLicense with Product with Serializable
- object BSD3Clause extends SpdxLicense with Product with Serializable
- object GPLv3 extends SpdxLicense with Product with Serializable
- object GPLv3Only extends SpdxLicense with Product with Serializable
- object GPLv3OrLater extends SpdxLicense with Product with Serializable
- object LGPLv3 extends SpdxLicense with Product with Serializable
- object LGPLv3Only extends SpdxLicense with Product with Serializable
- object LGPLv3OrLater extends SpdxLicense with Product with Serializable
- object MIT extends SpdxLicense with Product with Serializable
- object MPLv2 extends SpdxLicense with Product with Serializable
- object MPLv2_NoCopyright extends License