dschnelldavis / parse-full-name

A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.
74 stars 15 forks source link

License #4

Open larsgw opened 7 years ago

larsgw commented 7 years ago

Not much explanation needed, I think. Does this code have a license?

AndrewJo commented 6 years ago

Looking at the package.json, looks like it's an MIT license.