Skip to main content

Questions tagged [attribution]

4 votes
2 answers
685 views

Sometimes code will need to be moved. A common example is some logic that exists in a controller needs to get moved to a helper class so it can be called from outside of that controller. So someone ...
chiliNUT's user avatar
  • 190
4 votes
1 answer
126 views

I'm making some modifications to an open source project licensed under the GPLv2 (which will of course be released under the GPLv2) but I'm unsure what to do with attribution notices adjacent to the ...
Kyle Rush's user avatar
2 votes
1 answer
169 views

In the program I'm making I have a pixtureBox (.NET) that is used to show related images. I found images after searching online, and some are CC BY-SA 2.0, 3.0, 4.0, and some belong to the public ...
Stavros D's user avatar
  • 131
6 votes
2 answers
3k views

Continuing from Author has inserted copyright into code with gnu public license notice - implications?, can I add my author name to a new file (with original code) that I added to a project that comes ...
Mr_and_Mrs_D's user avatar
1 vote
1 answer
77 views

If I found a post that properly quotes code (gives attribution) from an original source, is it ok if I attribute to that post only, or do I need to give attribution to the original source? For ...
bolov's user avatar
  • 456
3 votes
1 answer
153 views

Lets say I have a project which has evolved over the past year. When I began the project, I looked around for open source projects which provided as much of the base system as I could find, and ...
SnakeDoc's user avatar
  • 363
3 votes
2 answers
504 views

I have a question about the 3-clause BSD license based on its Wiki description. It states: Redistribution and use in source and binary forms, with or without modification, are permitted provided ...
Den's user avatar
  • 4,887
3 votes
1 answer
1k views

My company has a client-side web application that we would like to open-source. We don't want to impose any restrictions on usage, except that any modifications and derivative works should contain a ...
hmp's user avatar
  • 171
-1 votes
1 answer
175 views

Is it generally, to a reasonable developer, considered morally acceptable, to take a branch of an open-source repository, and start making changes to it and calling your own? You would be taking this ...
Eliza Wilson's user avatar
0 votes
2 answers
167 views

We just completed developing a web app for a client. And like I usually do, I added developed by "My Company" at the footer at a very small insignificant size. I sent the client an End user license ...
Smith's user avatar
  • 643
3 votes
1 answer
360 views

I have taken a small chunk of open-source code, around a hundred lines, and found that for whatever reason, I have modified it so drastically that my end result has essentially no resemblance to the ...
jscs's user avatar
  • 848
4 votes
1 answer
774 views

I'm developing a Javascript library, and I'm thinking about releasing it under an open source license (e.g. GPL, BSD, MIT) — but that requires that websites that use the software link back to my ...
KajMagnus's user avatar
  • 351
19 votes
3 answers
20k views

I have modified the source code of an MIT licensed project, and I have added new classes to it as well. Please correct me if I am wrong, but I think that it is legal to add my copyright notice above ...
kon psych's user avatar
  • 301
4 votes
2 answers
3k views

This is a continuation of me rewriting GPL project. What will be the correct way of attributing my project as being a derivative of some other GPL-licensed project? So far I came up with: HgSharp ...
Anton Gogolev's user avatar
3 votes
3 answers
692 views

I have used the web and Stack Overflow extensively during the past month or so in creating my final project for my C# class. I have used so much code that I didn't write myself that I feel I am being ...
HelpNeeder's user avatar