diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-14 21:57:23 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-14 21:57:23 +0200 |
commit | 66cfc6f5a6352d65f1b198547baaebdd2366b8a4 (patch) | |
tree | 308c88d86db55831e50340a27f24a7d6ba5e0228 /pixel-client/src | |
parent | c44b86bcd86762dcdf1268ebfd3be9899ccf24ba (diff) | |
download | hurrycurry-66cfc6f5a6352d65f1b198547baaebdd2366b8a4.tar hurrycurry-66cfc6f5a6352d65f1b198547baaebdd2366b8a4.tar.bz2 hurrycurry-66cfc6f5a6352d65f1b198547baaebdd2366b8a4.tar.zst |
small fixes and book in tc
Diffstat (limited to 'pixel-client/src')
-rw-r--r-- | pixel-client/src/config.rs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pixel-client/src/config.rs b/pixel-client/src/config.rs index 6d74fbe7..8f051b99 100644 --- a/pixel-client/src/config.rs +++ b/pixel-client/src/config.rs @@ -1,3 +1,20 @@ +/* + Hurry Curry! - a game about cooking + Copyright 2024 metamuffin + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, version 3 of the License only. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +*/ use anyhow::{anyhow, Result}; use serde::{Deserialize, Serialize}; use std::{ |