docs: add licence template to main.rs
1 files changed, 8 insertions(+), 0 deletions(-) M client/src/main.rs
M client/src/main.rs => client/src/main.rs +8 -0
@@ 1,3 1,11 @@ +/* + * This file is part of laurelin_client + * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com> + * + * Licensed under GPL-3.0-only. + * See LICENSE for licensing information. + */ + fn main() { println!("Hello, world!"); }