Any Storm In A Port?
June 12, 2009 3:10 PM
Subscribe
Can I port an open-source project to another language without violating its
BSD License?
I'm writing a Twitter client and using a great open source library that's hosted at Google Code. Problem is that it's written in c#.
I'd like to port it to VB.Net, both for my own benefit and so that other VB developers who don't have C# chops can use it. m I also plan to host at Google Code under the BSD license.
I've contacted the project's founder but I have heard no reply.
Questions:
1. With his code released under BSD, can I port it without his express permission? I would, of course, credit his original work.
2. Does the BSD license give him the ability to "pull the plug" on my project since it's based on his work?
3. Does this sort of thing constitute a "fork"?
4. Am I asking for legal trouble or just plain drama if I proceed without his permission?
Thanks for your input.
posted by DWRoelands to computers & internet (12 comments total)
1 user marked this as a favorite
From the BSD:This says to me that you can modify the source and/or binary and redistribute as long as you 1) release your work under the same BSD License, whether in source or binary form, and accompany your release with the necessary information, and 2) don't use the other project or its founder for any sort of promotion of your project.
Lawyers, please correct me.
posted by The Michael The at 3:17 PM on June 12