Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

478
votes
81answers
20k views

Where can one find free software icons / images?

This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software. I currently have the need for some type of "green checkmark image", and ...
46
votes
11answers
1k views

What to do about open source ripoff?

I posted an open source project to Google Code a while back under the MIT License. Recently someone told me they saw a project on GitHub that looked "remarkably similar" to mine. So I go on there to ...
27
votes
14answers
4k views

Freelance work with no contract - who owns the code?

In a situation where code ownership was not mentioned and no contracts were signed who would you assume owns the code? The company or the freelancer? If it was taken to court is there some kind of ...
24
votes
15answers
3k views

What can I do about my employer's intellectual property policy?

I've just started a new job, and the company's policy is that they own all intellectual property I create - whether I create it on their time or on my own. That means I can't contribute to open ...
17
votes
6answers
1k views

GPL Code: What counts as a derivative work?

I'm working on an open-source project that I want to release under a permissive license, because it's a library, not an application and personally, I don't like copyleft for library code. If I were ...
16
votes
21answers
1k views

What about fixing actual bugs in an interview?

My primary responsibility is a software developer, but I have also been tasked with doing the first level technical interviews of perspective clients. I enjoy it, so I am glad to do it, but I am ...
10
votes
3answers
302 views

Code ownership, personal projects and work obligations

I've written code for my own projects - created before I got my full-time gig and maintained by me since - that would excel at solving some issues that we're having on one of my day-time projects. ...
10
votes
4answers
418 views

Intellectual Property for programmers: resources for understanding software patents [closed]

In the course of my work as a software developer, I'm asked more and more often to evaluate patents (competitors' or ours), and I find that I lack the necessary skills to do that effectively. I'm used ...
9
votes
12answers
771 views

Protection of code from its own developers

Perhaps the most obvious way of protecting a company's intellectual property from its own developers seems to be an NDA - Non Disclosure Agreement. Effectiveness of this approach may vary, depending ...
8
votes
3answers
612 views

Does your company place comment header blocks claiming copyright/trade secret/ etc. to all source code files?

If so, what is your policy on doing so? Do you claim copyright/trade secret for ALL source code files or do you claim copyrights for all and Trade Secrets for only those that contain Trade Secrets? ...
7
votes
10answers
1k views

Is an idea placed in the public domain protected from patent

I'm working on a number of different software ideas culminating in our product release later this year. Some of our ideas appear unique (nothing on Google, in the books etc), but I don't want the ...
6
votes
2answers
365 views

Do I Own the Source Code? [closed]

If I pay someone to write some software for me and our contract doesn't specify, do I own the rights to the source code, or does the company who wrote the software? Who does the intellectual property ...
6
votes
3answers
554 views

Can anyone offer legalese for retaining intellectual property as a programmer?

I was recently talking to one of the guys in charge of the contracts for employees. I kind of lamented about the work-for-hire clause that says anything I create at work, even if completely unrelated ...
5
votes
5answers
308 views

How to restrict code from developers [closed]

Possible Duplicate: Protection of code from its own developers My company is planning in hiring outsourcers to work for us, but concerned to give whole existing code to outside world. ...
5
votes
2answers
301 views

First-time software contractor, building a system for a multi-site client; who should own the intellectual property?

I'm very new to software contracting; this is my first project. I've just built a point-of-sale software system for a client, and neither of us put a lot of work into the contract. I wrote that the ...
5
votes
2answers
131 views

Remote access versus walking code

At my work we are growing to the point where we are becoming uncomfortable with "walking code". By that I mean code that goes home with developers such as myself on laptops. While I am a developer, ...
4
votes
6answers
156 views

Should a developer be a coauthor to a paper presented about the application they developed?

In our organization, project teams come up with a need and funding and developers are given a basic scope and are allowed to develop the solution. There is a certain degree of implementation freedom ...
4
votes
6answers
137 views

Do You Trust Hosted Services With Your Source Code and Intellectual Property?

As programming teams become less and less centralized, services such as Dropbox, Beanstalk, and Yammer make it easier than ever to share source code, intellectual property and confidential ...
4
votes
4answers
1k views

Mutually beneficial IP/copyright clauses for contract-based freelance work

I have a copyright section in the contract I give to my clients stating that I retain copyright on any works produced during my work for them as an independent contractor. This is most definitely not ...
4
votes
20answers
610 views

How can I prevent my web content from being repackaged by another site

I just noticed that one of my questions, http://stackoverflow.com/questions/449207/how-can-i-call-activatekeyboardlayout-from-64bit-windows-vista came up in a google search at another site. ...
4
votes
4answers
237 views

License question regarding Icon sets in web applications

there are a few posts asking about free icon sets (http://stackoverflow.com/questions/139944/where-can-one-find-free-software-icons-images), but I couldn't find anything that specifically answered ...
3
votes
1answer
219 views

Distributing gpl javascript code — by using in website, including in desktop app

I'm not a lawyer, and I realize most participants here probably aren't either, but I'm looking for some general guidance before talking to an IP lawyer. First - If I want to use a javascript library ...
3
votes
3answers
275 views

Encrypting R script under MS-Windows

I have a bunch of R scripts which I am running on a Windows machine and want to ensure that the code remains unread by those not intended to see it. On a Linux box, I could wrap the R code in a bash ...
3
votes
7answers
344 views

Does JavaScript obfuscation provide much intellectual property protection for your code?

I have some code that I'd like to "hide" from potential plagiarism. I'm thinking of running it through the YUI compressor. Would this provide much defense against would-be code thieves?
3
votes
4answers
465 views

How to protect copyright on large web applications?

Recently I have read about Myows, described as "the universal copyright management and protection app for smart creatives". It is used to protect copyright and more. Currently I am working on a ...
3
votes
8answers
542 views

How to protect intellectual property in java app

What product / technology can I you use to protect my java code in a commercial application? Is there a obfuscator that does the job? On the other side, it would be great to have anything that ...
3
votes
2answers
240 views

Why is there so much legal paranoia surrounding Boost?

It seems from reading SO that there's a lot of legal concern about Boost in some companies. Some people are apparently prohibited from using it. Since Boost is licensed under about the most ...
3
votes
6answers
206 views

Would it be so tragic not to Obfuscate my product?

Disclaimer: I'm not sure if this is for a programming or startup forum, anyway... Hello, I'm building a software (a concept-mind-mapping/diagramming product in .NET) and seeing trouble with ...
3
votes
6answers
253 views

How to work on a new Product idea?

I was thinking about a software product. There are products that do similar tasks but as far as my market research goes, there are no specific products that this one replaces. So I guess I have a good ...
3
votes
3answers
438 views

Code ownership of personal tools used and created by employee

Are personal tools that were created by an employee of a company owned by the employee if they were not commissioned by the company he worked for? The scenario is as follows: The employee has long ...
2
votes
1answer
73 views

Intellectual property on the android market [closed]

I intend to code a small app for the android market using some sprites and images from a game (let's say mario), no protions of code or a similar name. The app is going to be free (with ads though). ...
2
votes
3answers
76 views

How to share javascript application with others safely?

I have a JavaScript application that I want to share its source with a colleague for the sake of helping/supporting him in his research. Still, I want to make sure that he won't use it for commercial ...
2
votes
2answers
69 views

Hosting a website with a 3rd party host (keeping intellectual property safe)

I have a client that is going to be hosting their public website and web applications (user will have to login) with GoDaddy. They are concerned about internal theft of intellectual property. Their ...
2
votes
3answers
202 views

Protection without Obfuscation?

We have a shipping product where the end consumer is often in a very secure environment from a machine and software perspective. This seems to result in a number of strange exceptions thrown in my ...
2
votes
2answers
48 views

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 ...
2
votes
3answers
59 views

Protecting IP for scripting projects

There are some tasks where the obvious language choice is with scripting languages: bash, Python, Ruby, Tcl... however I find it hard to protect a company IP once the product is delivered because the ...
2
votes
1answer
136 views

Can I include other open-source packages in the distribution of my own software?

Is it okay to include other open-source packages in my own software package? In particular, I want to distribute my software (using Apache 2.0 license), and I would like to include another package, ...
2
votes
3answers
257 views

Legal preparation/NDA when shopping a new technology around

Several years ago I created some custom algorithms and code for processing CNC files (basically ways of controlling automated machines for manufacturing). Now, years later, I found suddenly that my ...
2
votes
5answers
243 views

Protecting your ideas

I've developed a little software package and will now go and do the sell to various companies in the target industry. I was wondering what people do to protect their ideas from being stolen by the ...
2
votes
3answers
562 views

Pros and Cons of Copyleft

From your perspective as a programmer, what are some of the pros and cons of releasing open-source hobby projects under permissive vs. copyleft licenses? My personal opinion is that there's nothing ...
2
votes
11answers
556 views

How do I use .NET without loss of control over intellectual property?

Am I correct in assuming that .NET is a kind of Claytons Open Source (the open source you have when you're not having open source) given that it is so readily decompiled into a variety of ...
1
vote
0answers
12 views

Copyright statement when using data from 3rd party API

Most websites have a copyright statement in one form or another: © 2012 Xyz corp All rights reserved 2012. Xyz corp If my web application makes use of some data from 3rd parties (e.g ...
1
vote
3answers
332 views

build a standalone application from Matlab code

I have some Matlab code and a GUI for it and I want to make a standalone app to Protect my Source Code. How can I build this standalone? Thank you for any guide. ...
1
vote
1answer
132 views

Intellectual Property Patent Search Web Application [closed]

I have seen a lot of web applications which provide intellectual property patent search functionalities. for example: http://patft.uspto.gov/netahtml/PTO/search-adv.htm Right now i would like to ...
1
vote
0answers
77 views

UK Intellectual Property rights law [closed]

I was wondering if anyone had any information on IP (Intellectual Property) law in the UK? Specifically the development of Software in and outside work hours and who owns the rights to that Software? ...
1
vote
2answers
90 views

building a software which already patented in US by IBM [closed]

I was in process of researching web for potential competitors for a software (web site) I was going to start building, when I found that a patent for a similar software already exist in US (US ...
1
vote
5answers
207 views

Patents and intellectual property [closed]

A colleague of mine made an assertion that "your employer owns all patents that you file while an employee". Is this accurate? For example: Suppose I'm an employee of company xyz where I make ...
1
vote
2answers
147 views

How to protect I.P. in Rails code when outsourcing to dispersed developers?

I am thinking of outsourcing development of a Rails app to dispersed developers overseas. But I am concerned that I would be exposed to having the entire system stolen, with the stealee setting up a ...
1
vote
3answers
121 views

Please give opinions on this hypothetical open source license

I've concocted an open source license in my head that I feel is a good compromise between copyleft and permissive licenses. I think it extracts many of the benefits of copyleft with few of the ...
1
vote
2answers
103 views

What license might help me maximize the value of the intellectual property of my system?

So I've written a vertical market application that has interest from a large corporation. Hurrah! What kind of software license should I use? In particular: Currently I own the company that wrote ...

1 2