Code Patent Riddle

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Code Patent Riddle

Post by Benjamin »

If one were to compare computer code to lego pieces, and one were to build a castle out of the lego pieces, could one then patent the castle?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Yes, as far as I know. You're patenting the idea, not the code itself. Patents suck, they prevent software from being improved through competition.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Code Patent Riddle

Post by RobertGonzalez »

astions wrote:If one were to compare computer code to lego pieces, and one were to build a castle out of the lego pieces, could one then patent the castle?
I think you can patent the process used for assembling the castle (the standardized workflow), the actual design of the castle (the architecture) and the functions performed by the castle. This is of course if you are not utilizing a patented method, patented architecture or patented functions. I believe, but I am not sure.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: Code Patent Riddle

Post by Roja »

astions wrote:If one were to compare computer code to lego pieces, and one were to build a castle out of the lego pieces, could one then patent the castle?
Technically, you don't patent the completed item. You patent methods.

So for example, you could patent something like "A method for building rectangular towering shapes with alcoves for firing arrows" (the process of building a castle tower).

But the tower itself you would *copyright*. Very different things.

Sadly, software patents cause quite a bit of damage. They prevent a substantial amount of innovation for truly trivial methods.
Post Reply