* Added BSD license to more .m files.
* Updated some copyright notices.
* Added some #imports to make the MYNetwork classes build without using the MYUtilities.pch prefix header.
1 sample_programs: mnencode mndecode
3 mnencode: mnencode.o mnemonic.o mn_wordlist.o
5 mndecode: mndecode.o mnemonic.o mn_wordlist.o
7 mn_wordlist.o: mn_wordlist.c mnemonic.h
9 mnemonic.o: mnemonic.c mnemonic.h
12 rm -f *.o mnencode mndecode *~