Quote:
Originally Posted by leebase
I can't write a book with the characters Captain Kirk, Mr Spock who explore the universe in a spaceship named the enterprise. Even if "the story" is my original implementation of the universe defined by Star Trek. Yes, people write fan fiction, but that too is copyright infringement that authors/publishers may ignore or promote or stop as is their choice.
Why anyone would think that you could just write your own implementation of another companies product in such a way that it's customers could switch to your implementation with no change whatsoever....that's copyright infringement.
Google knew this when they came out with Android and simply took a chance rather than sign up for a license. I hope they get hammered.
|
According to that logic...
Code:
/**
* AddTwoPlusTwo.java
*
* A basic program to add 2 + 2.
*
* Copyright June 30 2015 by Eli Schwartz. All Rights Reserved.
*/
class AddTwoPlusTwo
{
public static void main(String[] args)
{
int ans = 2 + 2;
System.out.println("The answer is: "+ans);
}
}
The mathematical equation "2 + 2 = 4" as expressed through the java programming language is now copyrighted by me. Profit!