diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/main.c | 2 | ||||
-rw-r--r-- | src/main/ui/ui.h | 2 | ||||
-rw-r--r-- | src/main/ui/x11/ui.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/main/main.c b/src/main/main.c index a83f1c3..83c40e5 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -1,4 +1,6 @@ /*- + * Copyright (C) 2025 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it> + * * This file is part of Tris Game. * * Tris Game is free software: you can redistribute it and/or modify diff --git a/src/main/ui/ui.h b/src/main/ui/ui.h index a98729e..1aa2aeb 100644 --- a/src/main/ui/ui.h +++ b/src/main/ui/ui.h @@ -1,4 +1,6 @@ /*- + * Copyright (C) 2025 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it> + * * This file is part of Tris Game. * * Tris Game is free software: you can redistribute it and/or modify diff --git a/src/main/ui/x11/ui.c b/src/main/ui/x11/ui.c index 349f49c..9018250 100644 --- a/src/main/ui/x11/ui.c +++ b/src/main/ui/x11/ui.c @@ -1,4 +1,6 @@ /*- + * Copyright (C) 2025 Alessandro Iezzi <aiezzi AT alessandroiezzi PERIOD it> + * * This file is part of Tris Game. * * Tris Game is free software: you can redistribute it and/or modify |