diff --git a/csv2tab b/csv2tab index 925a570..9172a39 100755 --- a/csv2tab +++ b/csv2tab @@ -1,6 +1,6 @@ #!/usr/bin/python -# https://github.com/ekaf/wordnet-prolog/raw/master/csv2tab -# (c) 2017 Eric Kafe, License: CC BY 4.0, https://creativecommons.org/licenses/by/4.0/ +# https://github.com/ekaf/wncsv/raw/master/csv2tab +# (c) 2017-20 Eric Kafe, License: CC BY 4.0, https://creativecommons.org/licenses/by/4.0/ # Convert all comma-separated .csv files in "csvdir" to tab-separated records from os import listdir