TexLicense

org.gentoo.tex.ebuildomat.TexLicense
object TexLicense

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TexLicense.type

Members list

Value members

Concrete methods

def texToGentoo(texLicense: String, visitedLicenses: Set[String], resolvedLicenses: Seq[String]): Either[String, Seq[String]]
def texToGentoo(texLicenses: Seq[String]): Either[String, Seq[String]]
def texToGentooOrThrow(texLicenses: Seq[String]): Seq[String]