summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--Makefile2
-rw-r--r--src/main/main.c2
-rw-r--r--src/main/ui/ui.h2
-rw-r--r--src/main/ui/x11/ui.c2
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
diff --git a/Makefile b/Makefile
index 5b5c277..81b2732 100644
--- a/Makefile
+++ b/Makefile
@@ -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