|
|
|
|
|
by whatisyour
833 days ago
|
|
Not really. Including code in your code would always be a copyright violation.
The Oracle vs Google case is very different. The OP is talking about copying implementations while Oracle vs Google is about copying APIs. The equivalent of Oracle vs Google here would be if you rewrote the exact same python module with exact same API names, but all your implementation was clean-room implementation. Here the question is, if the APIs themselves are copyrightable. |
|
Well, not quite - shipping code with your code would be, because that is direct distributing. But if I ship a script to download your GPL library from PYPI and just use it as it comes, the argument on whether my application is a "derivative" of yours, is not an easy one.