package yoga.model final case class FileRights( licence: Licence, author: String, modification: Option[String] = None )