diff --git a/bin/find-device-port-macos b/bin/find-device-port-macos index 93aed8aa..464eed9e 100644 --- a/bin/find-device-port-macos +++ b/bin/find-device-port-macos @@ -1,5 +1,9 @@ #!/usr/bin/env perl +# Based on listArduinos.pl from https://github.com/todbot/usbSearch (License: MIT) +# Original (C) 2012, Tod E. Kurt, http://todbot.com/blog/ +# This version by Michael Richters + use warnings; use strict;