legal

Is it legal to quote from the Microsoft Reference Source or from reflected BCL code?

I've noticed that some questions here on StackOverflow (example) are answered by quoting either some part of the .net Reference Code or some decompiled parts of the .net base class library (using Reflector). On one hand, the MS Reference Source License does not allow redistribution of the code "outside your company", and I'm pretty s...

Is it legal to do this?

Someone created a program that was GNU GPL licensed. Then some other people took that source code and added features to it. They refuse to reveal the source code for the upgraded program. Edit: They are distributing the program from this website: http://pokerbot.proboards.com/ ...

Can I use GPL3 code and keep a web app proprietary

I have a proprietary web application that I host. If I added 3rd party code to it (in the form of a Python module) that is licensed under the GPL3 do I have to licence my app under GPL3 too? My understanding was that under GPL2 you didn't have to release your code if it was SaaS , but under GPL3 you do. Is my understanding correct? ...

Legal implication in exploiting a security hole

Please refer to the answer provided here. Just wanted to understand what are the legal implication if someone really exploited such a security hole to disrupt the system. Will he be legally charged for such act, and what kind of punishment / penalty will be levied. As Cyber laws differ from country to country, please refer to the loca...

Opensource legal question

Hey everyone, Is there any part of the GNU General Public License that would prevent someone from redistributing an open source project with new code added that is not open source. Such that the open source project except for minor structural changes will be released under GPL, but additional code that will add new functionality to the ...

Can you use Google's geocoding service in a commercial iPhone application?

Is it legal to charge for an iPhone app, lets say .99 cents, for an app that uses Apple's mapkit and a request to google to use their geocoding service? The geocoding is not the main part of the app and it is not advertised to be a geocoding app. Is it ok to do this? Someone mentioned that google has an iphone terms of service, but I c...

Ms-Pl license: Do I have to disclose the source code of a program using a Ms-Pl licensed library?

Here is what I want to do: Modify an MS-PL licensed library so that it suits my needs Use the compiled form of said library in my closed source program (linked dynamically) Ship the program and the library in binary form Ship the source of the modified library with the program and continue licensing it under MS-PL (if legally necessar...

Query regarding GPL and LGPL ?

Hello All, I want to clarify between GPL and LGPL licence. I have taken open source library which is under GPL licence. If i integrate it in my project and i sell in the market then i have to distribute my code to open source community right ? if i don't change any library code then also i have to distribute my code ? what are the othe...

Are there legal concerns for creating add ons for large applications?

I know this is more of a legal/lawyer question, but I'm sure others have run across this at some point so any insight is helpful. I'm looking to build and sell add on tools for large enterprise applications. The products I want to work with don't have APIs for directly accessing information, but store the majority of their data in a SQ...

Is the future of Java doomed in light ofthe current Google Oracle lawsuit?

I want to know from current Java developers on what/how they feel about the situation. I like Java and was in the process of adding it to my technology stack when I read the news. I understand that this is not a strictly programming related question however it is a pretty clear cut question. Not trying to start any flame wars. Just am tr...

If I use an Apache v2 licensed JavaScript library in my web-application, do I have to include the copyright notice?

I have a commercial web application and just found a great JavaScript library I'd like to use. This library is licensed under Apache v2. How do I properly (and legally) use the library in my public web application? Since I like to achieve as much performance as possible in my web application, can I do the following: Can I remove the ...

Would Reflector be technically illegal to use based on most EULAs?

My company just bought Reflector, but our lawyers are saying that we legally cannot use it except for open source code (i.e. cannot use it for most Microsoft and almost all 3rd party code). They claim that because EULA's typically prevent a user from "reverse engineering" the code, that Reflector breaks the EULA by definition. Any expe...

I've found my software as cracked download on Internet, what to do?

So, after 6 months of hard work finally released my application. Today I found the first web site where people download it cracked, and I was wondering if any of you fellow programmers know how to react to such stuff? Is there anything the software author can do to get the cracked version offline, or I'm just boned and shouldn't create...

automatically generated code copyright

hello What would be copyright if the following took place: f2c program.f > program.c where fortran program is automatic converted to C program. in general, what is the copyright of automatically converted programs? I am not looking for legal advice, just curious ...

Legal issues in using FFmpeg in compiled binaries form?

We're planning on using compiled FFmpeg binaries with our website. We use the conversion in a very minor way. We are not sharing our source code and are NOT including the source code of FFmpeg (or modifying it any way). We do not sell our software, only offer it as a commercial service. Has anyone else used FFmpeg similarly? If so, is t...

Do I need a EULA in my iPhone app?

I'm writing an application for the iPhone that lets users create 3D models which they can then upload to a website so that other people can rate and comment on them. Should I force the user to accept some type of EULA before allowing them to upload their content? I'm just thinking that I may be in trouble if some day I decide to stop t...

Website related legal resources

I'm not quite sure if I can post non-programming questions.. But it's certainly related to web dev. I'm looking for good legal resources/content for our company site.. specifically about terms of use, what's "proper" to post in our forums, etc. Stackoverflow has a nice legal page with comprehensive info. I googled variations of legal...

Is proprietary code legally safe on bitbucket or github?

I know this slightly in the legal realm but its unclear who owns the code if you put proprietary code on github or bitbucket in a private repository. From Bitbucket we have: By submitting public (non-private) Content to Avantlumiere for inclusion on your Website, you grant Avantlumiere a world-wide, royalty-free, and non-exc...

Redistribution of LGPL licensed SDK (such as Qt 4.6.x)

Hello everyone, I was wondering if under the LGPL(v2.1) one could re-distribute a complete pre-compiled SDK that is linked to dynamically in my own project? Background: Qt is licensed under LGPL and many applications I develop are linking with it. More recently we created our own SDK that uses Qt. Now, other people may extend and write...

Looking for case studies of managing open-sourcing code from a company.

How do you go about open sourcing - and then managing - the code developed from within your company? This has happened quite a bit: Google, Google Android, RedHat, Canonical/Ubuntu, Apple, Apple CUPS etc. In my company we've developed some ancillary code to help us make the products that we sell. We're not in the business of developi...