diff options
Diffstat (limited to 'client/src/lib.rs')
-rw-r--r-- | client/src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/lib.rs b/client/src/lib.rs index b208525..462dcb8 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -1,3 +1,8 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2023 metamuffin <metamuffin.org> +*/ use anyhow::Result; use jellycommon::NodePublic; use reqwest::{ |