Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
7answers
673 views

When is someone else's code I use from the internet “mine”?

EDIT: I thought my original question was too wordy, so here's the condensed version: If you get some code snippet from the internet and end up rewriting most of it, changing names, adding exception ...
14
votes
13answers
945 views

How do you protect code from leaking outside?

Besides open-sourcing your project and legislation, are there ways to prevent, or at least minimize the damages of code leaking outside your company/group? We obviously can't block Internet access ...
11
votes
8answers
3k views

Cost and ownership of source code as a freelance programmer

in the context of freelance programming (for the web), how do you calculate the cost and ownership of the source code. So, say I'm working on a project for a client, and I've worked how long the ...
9
votes
12answers
531 views

How do you promote joint code ownership? [closed]

A strong Agile concept is Joint Code Ownership - no single member of the team owns a piece of code, but rather the entire team. This means the code is up for editing, improvement, refactoring... How ...
5
votes
5answers
534 views

Code ownership while working as an employee

I am working on a contract (in USA) where I will become an employee of a company and provide them with a software solution for their operation. In the contract it is clearly indicated that I am ...
5
votes
4answers
305 views

What are good ways to handle ownership in a common code base?

We are in a project with a dozen members, working on some fairly cutting edge stuff, and want to work out a good approach to code ownership. On the one hand you always want at least two people ...
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
6answers
336 views

What is the reason to retain proprietorship on commissioned work?

I have always included clauses to transfer to my clients full author, ownership and use rights for all the source code, original images, original resources, etc. I develop/create for them. Of course, ...
3
votes
1answer
47 views

How to give credit / keep track of contributions?

We're using Redmine & SVN to manage a community project with lots of small code submissions. Starting to run into the problem of losing track of who coded what part, as often times code is added ...
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
6answers
141 views

How to promote shared code-ownership in teams with fast turnover?

Im involved with an academic software project in which 2 half-time PhD students manage 4-8 students. Turnover in this project is high, because students join for their 10 weeks Bachelors thesis or six ...
2
votes
5answers
138 views

Maintaining Ownership of Code Released on the Internet

Long ago, I released a Visual C++ CPing class on codeguru. It was a really long time ago and the class demonstrated my lack of experience at the time, honestly. Some time later, I did a search for ...
2
votes
5answers
189 views

How to go about copyrights for original programs, games, etc?

I just finished a game for a certain mobile device. I'm just entertaining the idea of copyrighting my work. How does one do this? I really have no idea so any help is great! A friend who has some ...
1
vote
2answers
80 views

How to mark a zlib licensed library as altered/edited by my name?

Hey so i've recently taken some pretty old source code from a GUI library, code that has been abandoned and forgotten, and did a massive amount of editing/fixing on it to the point where 50% of the ...
1
vote
1answer
68 views

Best way to keep track of contributions / give “credit” [closed]

Possible Duplicate: How to give credit / keep track of contributions? We're using Redmine & SVN to manage a community project with lots of small code submissions. Starting to run into ...
1
vote
3answers
183 views

Who owns non-work applications developed on work computers

While I plan on asking at work to see if there is an official policy, I wonder in general. If you're working on a non-work application on a work computer, who owns that application? Work, or you?
1
vote
8answers
1k views

Generally speaking, Who owns the source code and program developed?

If not specifically spelled out in any contract language, who would own the source code and the subsequent program developed? the programmer the company employing the programmer or the company who ...
0
votes
1answer
67 views

Code ownership: large generic codebase and custom programming. How to seperate?

First of all, I have read the questions on code ownership that exist already, but have not found an answer that answers my question. We are currently in the progress of starting a new project which ...