Questions tagged [attribution]
15 questions
17
votes
3 answers
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 the license and remove the other one. But how…

kon psych
- 281
- 1
- 2
- 7
6
votes
2 answers
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 with a GPL license - as in:
# GPL License and…

Mr_and_Mrs_D
- 113
- 9
4
votes
1 answer
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 GPL notice at the top of each file. Each file…

Kyle Rush
- 67
- 3
4
votes
1 answer
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 website.
Do you know about any such licenses? And how…

KajMagnus
- 351
- 1
- 9
4
votes
2 answers
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
Original Copyright Matt Mackall …

Anton Gogolev
- 1,447
- 2
- 15
- 23
3
votes
2 answers
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 else who didn't write that original logic will cut…

chiliNUT
- 181
- 8
3
votes
1 answer
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 finally settled on an Apache 2.0 Licensed project.
Over…

SnakeDoc
- 361
- 2
- 12
3
votes
2 answers
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 that the following conditions are
met: ...
What…

Den
- 4,827
- 2
- 32
- 48
3
votes
1 answer
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 visible attribution, e.g. show our name and/or…

hmp
- 171
- 5
3
votes
1 answer
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 original. Maybe a line or two, and a few variable…

jscs
- 828
- 9
- 17
3
votes
3 answers
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 unethical by not giving proper credit to the…

HelpNeeder
- 239
- 3
- 8
2
votes
1 answer
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 domain.
I read the related FAQ of Creative Commons,…

Stavros D
- 31
- 2
1
vote
1 answer
Code attribution to a post quoting an original source
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 instance: I found this StackExchange answer:…

bolov
- 456
- 1
- 5
- 10
0
votes
2 answers
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 stating some of the following in summary
you can't…

Smith
- 643
- 5
- 14
-1
votes
1 answer
Is it acceptable within the community of developers to copy open-source software and branch it?
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 to another open-source.
Assume that you will link…

Eliza Wilson
- 99
- 2