Questions tagged [attribution]
The attribution tag has no summary.
15 questions
4
votes
2
answers
685
views
How to keep attribution in version control (git) when one author moves another author's code?
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 ...
4
votes
1
answer
126
views
Source File Derivatives and Copyright Attribution Notices
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 ...
2
votes
1
answer
169
views
How should I treat image licenses in my program?
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 ...
6
votes
2
answers
3k
views
Adding a new file to a GPL project - how do I carry along/modify copyright information?
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 ...
1
vote
1
answer
77
views
Code attribution to a post quoting an original source [closed]
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 ...
3
votes
1
answer
153
views
At what point do you drop attribution to original work?
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 ...
3
votes
2
answers
504
views
What is considered to be a "modification" of sources under the BSD license?
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 ...
3
votes
1
answer
1k
views
Open source license that requires visible attribution in derivative works?
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 ...
-1
votes
1
answer
175
views
Is it acceptable within the community of developers to copy open-source software and branch it? [duplicate]
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 ...
0
votes
2
answers
167
views
Software attribution / design credits
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 ...
3
votes
1
answer
360
views
Marking specific pieces of drastically changed open source code
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 ...
4
votes
1
answer
774
views
Open source license with backlink requirement
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 ...
19
votes
3
answers
20k
views
How do I properly credit authors of software released under the MIT license?
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 ...
4
votes
2
answers
3k
views
Proper attribution of derived work in a GPL project
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
...
3
votes
3
answers
692
views
What is ethical/unethical while seeking help on the web with programming assignments?
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 ...