From 872ef7890d564228402992d12df631a51d20f41a Mon Sep 17 00:00:00 2001 From: "Tom A. Wagner" Date: Fri, 28 Jan 2022 12:10:51 +0100 Subject: [PATCH] readme: Credit gtk-rust-template --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4a3cd..761cfdd 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ $ meson install in the repository root. This will install the compiled project files into `/usr/local`. -# License +# License and Credits Helvum is distributed under the terms of the GPL3 license. See LICENSE for more information. + +Parts of the build system were taken from the [gtk-rust-template](https://gitlab.gnome.org/World/Rust/gtk-rust-template) project, +which is provided under the terms of the [MIT license](https://gitlab.gnome.org/World/Rust/gtk-rust-template/-/blob/master/LICENSE.md).