Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinewi committed May 7, 2024
1 parent 562d09c commit 8d4d858
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Part of NDLA common
* Copyright (C) 2024 NDLA
*
* See LICENSE
*/

package no.ndla.common.model.domain.draft

import com.scalatsi.TypescriptType.{TSLiteralNumber, TSUnion}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Part of NDLA common
* Copyright (C) 2024 NDLA
*
* See LICENSE
*/

package no.ndla.common.model.domain.draft

import io.circe.generic.semiauto.{deriveDecoder, deriveEncoder}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Part of NDLA draft-api
* Copyright (C) 2024 NDLA
*
* See LICENSE
*/

package no.ndla.draftapi.model.api

import io.circe.{Decoder, Encoder}
Expand Down

0 comments on commit 8d4d858

Please sign in to comment.