aboutsummaryrefslogtreecommitdiff
path: root/client/src/model/FileRights.scala
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/model/FileRights.scala')
-rw-r--r--client/src/model/FileRights.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/model/FileRights.scala b/client/src/model/FileRights.scala
new file mode 100644
index 0000000..3b91d37
--- /dev/null
+++ b/client/src/model/FileRights.scala
@@ -0,0 +1,7 @@
+package yoga.model
+
+final case class FileRights(
+ licence: Licence,
+ author: String,
+ modification: Option[String] = None
+)