diff options
Diffstat (limited to 'json2csv.py')
-rwxr-xr-x | json2csv.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json2csv.py b/json2csv.py index 719319e..5c25ecb 100755 --- a/json2csv.py +++ b/json2csv.py @@ -1,8 +1,10 @@ #!/usr/bin/env python3 # +# Copyright (c) 2016 Aaron LI +# MIT license +# # Read results in JSON format and output as CSV format. # -# Aaron LI # Created: 2016-04-27 # Updated: 2016-05-06 # |