aboutsummaryrefslogtreecommitdiff
path: root/client/src/model/Licence.scala
diff options
context:
space:
mode:
authorJoris2019-05-16 09:40:02 +0200
committerJoris2019-05-16 09:40:02 +0200
commit7bf58894761742d4da8e6f52ce113ea7327e7114 (patch)
tree388785f65e258e956296977cff4bd1f7ac6e1526 /client/src/model/Licence.scala
parentf015a216f5ee1e335d5ae90dbc8f3efafdca6fec (diff)
downloadyoga-7bf58894761742d4da8e6f52ce113ea7327e7114.tar.gz
yoga-7bf58894761742d4da8e6f52ce113ea7327e7114.tar.bz2
yoga-7bf58894761742d4da8e6f52ce113ea7327e7114.zip
Bootstrap
Diffstat (limited to 'client/src/model/Licence.scala')
-rw-r--r--client/src/model/Licence.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/model/Licence.scala b/client/src/model/Licence.scala
new file mode 100644
index 0000000..883d01d
--- /dev/null
+++ b/client/src/model/Licence.scala
@@ -0,0 +1,8 @@
+package yoga.model
+
+import java.net.URI
+
+final case class Licence(
+ name: String,
+ uri: URI
+)