Skip to content

Commit

Permalink
Add "refer to LICENSE.TXT comment to top of files" to another file
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed Jun 16, 2024
1 parent f9ff237 commit 1ccf8f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/julienne_m.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
! Copyright (c) 2024, Sourcery Institute
! Terms of use are as specified in LICENSE.txt
module julienne_m
use julienne_command_line_m, only : command_line_t
use julienne_formats_m, only : separated_values
Expand All @@ -21,9 +23,3 @@ module julienne_m
public :: vector_function_strategy_t
public :: vector_test_description_t
end module julienne_m

!"___julienne_formats_m_MOD_separated_values_1d", referenced from:
! ___formats_test_m_MOD_check_new_line_separated_integers in test_formats_test.F90.o
! ___formats_test_m_MOD_check_csv_character in test_formats_test.F90.o
! ___formats_test_m_MOD_check_space_separated_complex in test_formats_test.F90.o
! ___formats_test_m_MOD_check_csv_reals in test_formats_test.F90.o

0 comments on commit 1ccf8f5

Please sign in to comment.