diff --git a/README.md b/README.md index 2802d47..2be6e80 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A commandline utility to control your [Elgato Key Light](https://www.elgato.com/en/key-light) and [Key Light Air](https://www.elgato.com/en/key-light-air). Change your light settings easily inside scripts or use configuration files to automatically apply your preferred setup over the course of the day, possibly even exploring the use as a [light therapy](https://en.wikipedia.org/wiki/Light_therapy) device. +Please report issues, bugs or feature requests [here](https://codeberg.org/schrofi/happy-cat/issues). + ## Usage Happy cat is split up into multiple subcommands, each of which have their own parameters. To find out more about each command, check out the help pages by appending `--help` after the command. diff --git a/src/nativeMain/kotlin/fi/schro/util/NumberExt.kt b/src/nativeMain/kotlin/fi/schro/util/NumberExt.kt index e20a9a4..fd0c00b 100644 --- a/src/nativeMain/kotlin/fi/schro/util/NumberExt.kt +++ b/src/nativeMain/kotlin/fi/schro/util/NumberExt.kt @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2022 Florian Schrofner + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. + */ + package fi.schro.util import kotlin.math.max