Hello and good day to you.
I have a GPL/LGPL-related question.
Let's say that I made a derived work based on GPL-licensed or LGPL-licensed software (not much of a difference - derived work means I made change to source code and have to release source code to public), and decided to sell it as commercial application (or as a part of commercial application - in case of LGPL).
Am I allowed to grant access to source code (which includes all standard GPL rights to modify/redistribute) ONLY to people that actually got the software directly from me, and refuse to give source code to everybody else?. (If a somebody got software got it from somewhere else, I would tell him/her to contact the person he got software from). Such approach would make a lot of sense. However, I'm not sure if this is actually allowed by GPL.
Illustration:
I sell software. A person "A" purchases software from me and asks for source. I provide source code to "A". A person "B" gets a copy from "A", and asks me for a source code. I refuse to give him source code, and tell him that he should contact "A" regarding that matter. This is clearly not a proprietary license. Is it allowed or not?
What do you think?