diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-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 |
5 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ceab8e..c27a87a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 @@ -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/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 |