Skip to content

Commit

Permalink
update info box
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jul 24, 2023
1 parent 980befa commit 1d6f577
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/fgimic/gimic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,14 @@ subroutine program_header
call msg_out('****************************************************************')
call msg_out('*** ***')
call msg_out('*** GIMIC '// PROJECT_VERSION // &
' (' // GIT_HASH // ') ***')
call msg_out('*** Written by Jonas Juselius ***')
' (' // GIT_HASH // ') ***')
call msg_out('*** Written by Jonas Juselius and co-authors ***')
call msg_out('*** ***')
call msg_out('*** This software is copyright (c) 2003-2011 by ***')
call msg_out('*** Jonas Juselius, University of Tromso. ***')
call msg_out('*** This software is copyright (c) 2003-2023 by ***')
call msg_out('*** GIMIC authors. ***')
call msg_out('*** ***')
call msg_out('*** You are free to distribute this software under the ***')
call msg_out('*** terms of the GNU General Public License ***')
call msg_out('*** ***')
call msg_out('*** A Pretty Advanced ''Hello World!'' Program ***')
call msg_out('****************************************************************')
call nl
end subroutine
Expand Down

0 comments on commit 1d6f577

Please sign in to comment.