Skip to content

Commit 02d02b1

Browse files
committed
readme and license updates
1 parent 7ce9922 commit 02d02b1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Fortran CSV Module
22
https://github.com/jacobwilliams/fortran-csv-module
33

4-
Copyright (c) 2017-2021, Jacob Williams
4+
Copyright (c) 2017-2022, Jacob Williams
55
All rights reserved.
66

77
Redistribution and use in source and binary forms, with or without modification,

LICENSE.rtf

0 Bytes
Binary file not shown.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ implicit none
5656
type(csv_file) :: f
5757
logical :: status_ok
5858
59+
! set optional inputs:
60+
call f%initialize(verbose = .true.)
61+
5962
! open the file
6063
call f%open('test.csv',n_cols=4,status_ok=status_ok)
6164

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "fortran-csv-module"
22
version = "1.3.1"
33
author = "Jacob Williams"
44
maintainer = "Jacob Williams"
5-
copyright = "Copyright (c) 2017-2021, Jacob Williams"
5+
copyright = "Copyright (c) 2017-2022, Jacob Williams"
66
license = "BSD-3"
77
description = "Read and Write CSV Files Using Modern Fortran"
88
homepage = "https://github.com/jacobwilliams/fortran-csv-module"

0 commit comments

Comments
 (0)