Tagged Questions
The cpl tag has no wiki summary.
7
votes
6answers
615 views
Can you write GPL software using CPL libraries?
The specific case I'm thinking about is writing Clojure programs that are GPLed. I've seen cases where GPLed software was using incompatible licenses (Erlang's, which is like MPL) just by adding an ...
3
votes
1answer
336 views
Assembly - Privilege Levels
How can I perform restricted instructions such as IN and OUT from protected mode?
I've found out that It would require privilege level (CPL) high enough to perform the IO instruction. How can I run ...
2
votes
2answers
494 views
Common Public License (CPL) and static linking
Is it possible to statically link a library released under the CPL into a commerical application?
I'm contemplating using the libqxt library which is released under both the lgpl and cpl licenses. ...
0
votes
1answer
22 views
CPL and Subclasses
Two questions really, I'm fairly confident about the first but not sure on the second.
Firstly: If I write a subclass of a class from a library released under the CPL, do I also need to release this ...