I am borrowing and heavily modifying code from an open source repo (let's call this A). However, the code I am borrowing also contains code borrowed from another open source project (let's call this B). Naturally, I would include the license of A into my project, and since A has some code from B, I am assuming that I should include B's license as well.
However, I modified the code borrowed from A in such a way that only one line from B remains (in my project, only the start of the for loop remains). Do I still include B's license?
for line in content.splitlines():. – Sean Francis N. Ballais Oct 18 '19 at 01:20