I have a client that is interested in having the homepage of their website look almost exactly like that of website ABC. They love everything about it. However, they either do not want to ask for or would not receive a license from ABC to copy their site. My question is: how closely can a website be copied without violating copyright.
Assume the following:
- All graphics from ABC would be changed (though they would still appear similar).
- Minor structural changes would be made to the layout of the page. New elements added. Small style changes. Css class names could be changed.
- There is nothing revolutionary or intrinsically proprietary about ABC's design.
- No custom javascript would be reused (though some jquery routines might be, at least in part)
So the pages would definitely look very similar. And a good look at the code would show very similar (but not 100% identical) structures and styles. Is this enough? How far does copyright extend, and to what degree can the styles/images/look/structure of a page be used as "inspiration" for a new page?
I am interested in answers from both a legal and ethical perspective (and I know that you are not lawyers - but I am interested in hearing from the community based on experience as well as the programmer's perspective).