aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-23 00:09:30 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-23 00:09:30 +0100
commit50fb488baa7e7a54a6e8aadc71a5314c25bf0355 (patch)
tree228a6b9fb767a4009e22cca6652edf9e0ea52df8 /src/main.rs
parent1d5640c009dd993969c9aba749ecbbd2efe1b634 (diff)
downloadgnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar
gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.bz2
gnix-50fb488baa7e7a54a6e8aadc71a5314c25bf0355.tar.zst
license notices everywhere
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b39eea7..af9c30b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,8 @@
+/*
+ This file is part of gnix (https://codeberg.org/metamuffin/gnix)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2025 metamuffin <metamuffin.org>
+*/
#![feature(
try_trait_v2,
slice_split_once,