|
|
|
Is this my intellectual property legally?
|
|
1 points
by iamjason89
5005 days ago
|
|
So I modified a version of OS Ticket, a PHP based ticketing system, for my company. Previously, our company used Quickbooks Online and used the 'estimate' feature as their inventory of systems. THis was horrible so on my own time at home, I slowly modified and made a new ticketing system. I started using it for myself to manage repairs better and it worked great. The manager caught notice of the system and suggested we used it to replace the current system. At the time, I programmed EVERYTHING at home in my spare time. I was not given any company time to work on this. I was an hourly employee what the system got implemented. Three months later I was promoted to a salary position(basically made me the 'Network Admin + Lead Tech'). They would give me input on problems here and there and I would write fixes for them. I did this a few times for them. Fast forward another 6 months, and I am ready to leave this company. The system I made is our primary and only system in place now and I believe it is my property. I realize the database information belongs to them and that is not what I want. I want to just prevent them from further use once I do leave. Any input would be appreciated. |
|
It's a gray area, but because the inspiration and much preliminary information came from your employment, it's one that favors your employer and all the other programmers who contributed to OSTicket under the GPL licensing rules.
If I were you, I would simply ask your employer if he minds that you release it under the GPL, under your own name. And why do I suggest GPL? Because OS Ticket is open-source and GPL (Version 2), and anything you derive from it must therefore also be open-source and GPL.
> I believe it is my property ...
Yes, and the property of everyone who ever wrote a line of code for OSTicket, all of whom deserve recognition and acknowledgment.
> I want to just prevent them from further use once I do leave.
What? OSTicket is open-source, which means your contributions are also open-source, which means you cannot prevent others from using your contributed code in any way they please.
Welcome to the world of open source, where people try to cooperate with each other.