I recently found the game that was my first encounter with a computer, a DOS game running in text mode. It was released in 1984 and is available on abandonware sites, but I've started to wonder if I may make a modern version of it (hopefully being able to release it as open source).
In the game, there's a copyright notice, and a message that it's a "free copy" which may be copied and given away. All I've got is the binary file, i.e. no source code.
- Am I allowed to disassemble the program to study it?
- Does the copyright apply to the code (implementation), the behavior, or both?
- Does a clone need to be different or can I make a virtually exact duplicate as long as I write my own code?
- Assuming that I'm allowed to create a clone: Can't, may or must I include the original copyright owners in the new copyright notice?
- Finally, may I publish the code under a permissive license, or would that be a bad idea given that the original game was closed source?