Skip to content

Commit

Permalink
readme and license updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Apr 3, 2022
1 parent 7ce9922 commit 02d02b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fortran CSV Module
https://github.com/jacobwilliams/fortran-csv-module

Copyright (c) 2017-2021, Jacob Williams
Copyright (c) 2017-2022, Jacob Williams
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
Binary file modified LICENSE.rtf
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ implicit none
type(csv_file) :: f
logical :: status_ok
! set optional inputs:
call f%initialize(verbose = .true.)
! open the file
call f%open('test.csv',n_cols=4,status_ok=status_ok)
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "fortran-csv-module"
version = "1.3.1"
author = "Jacob Williams"
maintainer = "Jacob Williams"
copyright = "Copyright (c) 2017-2021, Jacob Williams"
copyright = "Copyright (c) 2017-2022, Jacob Williams"
license = "BSD-3"
description = "Read and Write CSV Files Using Modern Fortran"
homepage = "https://github.com/jacobwilliams/fortran-csv-module"
Expand Down

0 comments on commit 02d02b1

Please sign in to comment.