add missing license headers

This commit is contained in:
Evgenii Alekseev 2019-11-02 14:52:01 +03:00
parent 50acecd97e
commit 0bf1edfff8
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,3 @@
* [ ] items improvements
* [ ] multiple parties support
* [x] items improvements
* [x] multiple parties support
* [ ] pretty UI

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2019 Evgeniy Alekseev.
*
* This file is part of ffxivbis
* (see https://github.com/arcan1s/ffxivbis).
*
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/
package me.arcanis.ffxivbis.http.api.v1
import akka.http.scaladsl.model._

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2019 Evgeniy Alekseev.
*
* This file is part of ffxivbis
* (see https://github.com/arcan1s/ffxivbis).
*
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/
package me.arcanis.ffxivbis.http.api.v1.json
import io.swagger.v3.oas.annotations.media.Schema

View File

@ -1,3 +1,11 @@
/*
* Copyright (c) 2019 Evgeniy Alekseev.
*
* This file is part of ffxivbis
* (see https://github.com/arcan1s/ffxivbis).
*
* License: 3-clause BSD, see https://opensource.org/licenses/BSD-3-Clause
*/
package me.arcanis.ffxivbis.http.api.v1.json
import io.swagger.v3.oas.annotations.media.Schema