Tagged Questions
3
votes
1answer
129 views
Legal aspects of Java specification implementations in other programming languages
I am planning to implement an official Java specification in a different programming language. Would this be a copyright violation?
Hypothetical examples:
a JMX "wrapper" library for C++ which can ...