Tagged Questions

5
votes
4answers
276 views

Who has the rights to a University assignment?

I'm currently taking a class, and I'd like to release the software I've developed for it under the GPL. It's nothing special (in my opinion), but someone might find some use for i …
4
votes
3answers
155 views

Transfer ownership within STL containers?

Is it possible to transfer ownership of a vector contents from one vector to another? vector<T> v1; // fill v1 vector<T> v2 = OvertakeContents(v1); // now v1 would be …
4
votes
4answers
238 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 c …
3
votes
2answers
111 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. …
2
votes
3answers
55 views

Verify domain ownership

When setting up Google Adsense or Gmail as a site owner, you are required to modify a CNAME record for verification. Microsoft does the same thing. I am building a website wher …
1
vote
2answers
115 views

Hey, Why nobody remembers who wrote Notepad? [closed]

It surprises me to know that the original authorship of Notepad was lost to the mists of time. Is it so? Does (Why) Nobody remember who wrote Notepad?
1
vote
4answers
192 views

Ownership of iPhone applications

I am developing my first iPhone application, but I am not sure how to go about handling the ownership end of it. Do most people just own it in their own (personal) name? Do peopl …
0
votes
5answers
71 views

How to validate the ownership of the website ?

e.g. Google Webmaster Console does it by asking website owners to upload a file with specific name. Other services use the same approach. Is there any reason why not verify owner …
0
votes
2answers
114 views

php script 403 forbidden error

Hello, I have a script giving me error 403 Forbidden error, its just a copy of another script but the different in this is that both use another mysql class to access database. M …
0
votes
2answers
144 views

Facebook Content and Ownership

Hello, I am working on an app that imports photos from facebook. It creates a few "auto albums" for the users including one called "Photos of Me", which I think is pretty self exp …
0
votes
1answer
315 views

workflow runtime ownership expired

Hello all, I am facing a strange problem in windows workflow foundation, need help from you guys. I have creatd a State Machine Workflow ,it worked very fine in one build , …