1 2 3 4 5 6 7
package yoga.model final case class FileRights( licence: Licence, author: String, modification: Option[String] = None )