From b7f629a5e072b48fe7b991ec02d334032748ad82 Mon Sep 17 00:00:00 2001
From: Antoine Hoffmann <antoine.hoffmann@epfl.ch>
Date: Mon, 3 Oct 2022 18:08:58 +0200
Subject: [PATCH] added copyright to the top of the code

---
 src/main.F90 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main.F90 b/src/main.F90
index 0af24279..83f9d66e 100644
--- a/src/main.F90
+++ b/src/main.F90
@@ -1,7 +1,10 @@
+!GYACOMO (Gyrokinetic Advanced Collision Moment solver, 2021)
+!Copyright (C) 2022  A.C.D. Hoffmann
+
 PROGRAM main
   !    Main program
 
-  use prec_const 
+  use prec_const
   IMPLICIT NONE
 
   CALL control
-- 
GitLab