diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..318ad6e
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,2 @@
+* @nnyyxxxx
+* @adamperkowski
diff --git a/man/hyprwall.1 b/man/hyprwall.1
index 43568cd..1c10c21 100644
--- a/man/hyprwall.1
+++ b/man/hyprwall.1
@@ -69,7 +69,7 @@ Please consider submitting feedback if you encounter any issues.
https://github.com/nnyyxxxx/hyprwall/issues
.SH COPYRIGHT
-Copyright (c) 2024 Nyx, Adam Perkowski.
+Copyright (c) 2024 HyprUtils.
.br
GPL-2.0 License.
https://www.gnu.org/licenses/old-licenses/gpl-2.0
diff --git a/readme.md b/readme.md
index 7231d3d..50892fb 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,7 @@
-## Hyprwall
+
Hyprwall
+
An unofficial GUI for setting wallpapers with multiple backends, built with GTK4 and Rust. 🚀🦀
![Logo](.github/hyprwall.png)
@@ -75,3 +76,5 @@ paru -S
- [Vaxry](https://github.com/vaxerski) - Hyprpaper
- [rust-gtk](https://github.com/gtk-rs/gtk4-rs) - The GTK4 library
- [Hyprland](https://github.com/hyprwm/Hyprland) - The window manager
+
+Copyright (C) 2024 HyprUtils
diff --git a/src/main.rs b/src/main.rs
index 9bc13ce..846bdea 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -83,7 +83,7 @@ fn main() {
.expect("Time went backwards")
.as_secs()
/ (365 * 24 * 60 * 60));
- println!("Copyright (C) {} Nyx, Adam Perkowski", current_year);
+ println!("Copyright (C) {} HyprUtils", current_year);
println!(
"\nThis program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License