This is just a quick note to anyone who is working on a Visual Basic project (of which there are many) --
I wanted to let everyone know that I have released the VB Sources for my XMPC-CAR radio application under a BSD license. I have decided to switch from Windows to Linux for my car pc, and since I’m never going to finish the Windows software, I’m giving it out. I was originally going to release it under the GPL, but that would cause problems for other projects that wanted to implement the code without having to release their own sources also. Since the feature is so often requested, I thought I’d use a license that would be compatible with the existing projects.
It should be fairly easy to implement into any project as it's simply one form and a couple modules. There are no external dependencies, DLL's or OCX's, though you do need to use the MsCommCtl..
If you use it, I simply ask that you respect the terms of the license. I’d also ask you to consider releasing any improvements or enhancements you make to the codebase back as open source, though you are under no obligation to do this.
You can find the information on the release
in the original XMPC-CAR thread My code is pretty sloppy but I was forced to work in the confines of VB, which I tend to dislike a lot.
Share and Enjoy!