On Wed, Sep 01, 2010, Robert Nelson wrote:
I'm the primary author for most of it, if I draw the 'significant' line before localizations..
Ok; I added Copyright 2010 Robert Nelson robertcnelson@gmail.com at the top of our fork; thanks!
(German(1) spelling versions of "Disk")
I just removed the need for the translation in our fork of the script (changed "sudo sfdisk [...]" calls to "sudo LC_ALL=C sfdisk [...]")
You might want to do the same for your script, to support any language.
So that leaves one author for dealing with "/dev/mmcblk0[p]" (2)
Apparently, we don't have this feature; I guess our script doesn't work on real MMC drives on laptops, only on USB ones.
Our version was GPLv3 licensed; I'm not sure whether it's GPLv3+ or GPLv3 though. I think it would be best to move to BSD style licensing, but that needs some kind of approval. Our version is in lp:linaro-image-tools BTW (linaro-media-create script).
Thanks for your help in sorting this out!