PDA

View Full Version : Programmers Rights, Licenses, Copyrights.....


toad013
05-13-2006, 10:51 PM
I'm doing a paper at school about the rights a programmer has for licensing and copyrights. I've been doing a little research but i'm still a little confused on some areas.

Let me set up the situation. First I want to address the issue of a programmer copyrighting their own software. Then I want to address the issue of a program being put online (including source code) for further development and then another company using that source code and making it theirs. basically, i want to run this paper in conjuction with individualism and their rights.

For the first issue I think I may have ran across the Intellectual Property and Copyright laws.
For the second I stumbled upon the GPL. However, I really don't understand how this works. I think I understand that it must have a couple conditions: one being access to source code another being freedom to modify and redistribute.

Let's say I make a program and a company happens to get the source and use it in their own program without making it non-proprietary. Is there a way to tell that it was my program? (such as disassembly). Also, since there is freedom to modify and freedom to understand, if they modified the code what constitues such a significant change that it wouldn't be protected under the license anymore?

i'm totally lost on this. i hope you guys could help thanks.

PeteMann
10-07-2006, 06:48 PM
Your first problem would be to decide if you could 'afford' to take the company that ripped your software to court .. !!

Some, big companies steal software all the time, and basically, if their pocket is deeper than your own, you be better to forget it - rather than go broke my friend .. !!

As far as protection is concerned, unique methods are called for, and once you start to play the programming game with (against), teams of big company programmers, you'll see the difficulty in that line of defence .. :think:

No matter how deeply embedded, there will be some reaction at the surface that just asks, no, begs to be compromised .. :rolleyes:

Patents are the only things that offer protection (mainly to the rich of course), and it's difficult to get those on a software ..

Better to make your software so good that you have made your fortune before others can copy your scripts/code, then you move on to another developement .. :D

A bit of a personal view point my friend, but I hope it is useful to you .. ;)

Pete Mann ..