diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-04-22 19:10:50 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-04-22 19:10:50 +0200 |
commit | b618514904b005ea5d2d51ae174b2ca5e24b31c5 (patch) | |
tree | 5b99924948ae762015670b17a091059fd11725bd /cli/src/api/client.rs | |
parent | 9c45e4fd70ed83bd2c203da225777ad670c2c15c (diff) | |
download | faktura-b618514904b005ea5d2d51ae174b2ca5e24b31c5.tar.gz faktura-b618514904b005ea5d2d51ae174b2ca5e24b31c5.tar.bz2 faktura-b618514904b005ea5d2d51ae174b2ca5e24b31c5.zip |
Add license information to all files.
Diffstat (limited to 'cli/src/api/client.rs')
-rw-r--r-- | cli/src/api/client.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/src/api/client.rs b/cli/src/api/client.rs index 4e6a2b0..eee59b0 100644 --- a/cli/src/api/client.rs +++ b/cli/src/api/client.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri +// SPDX-FileCopyrightText: 2024 Harald Eilertsen +// +// SPDX-License-Identifier: AGPL-3.0-or-later use serde::Deserialize; use std::error::Error; |