1
0
Fork 0

refer to codeberg issue page, add missing copyright header

master
Florian Schrofner 2022-02-25 20:11:46 +01:00
parent 3bfa874afb
commit 3fc887b1ad
2 changed files with 10 additions and 0 deletions

View File

@ -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). 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. 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 ## Usage
Happy cat is split up into multiple subcommands, each of which have their own parameters. 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. To find out more about each command, check out the help pages by appending `--help` after the command.

View File

@ -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 package fi.schro.util
import kotlin.math.max import kotlin.math.max