6
12
2008
It accuses clone maker of breaking Mac OS copy-protection scheme
function showHideShare() {
var share_link;
share_link = document.getElementById(“share_link”);
if (share_link.className == “share”) {
share_link.className = “share_expanded”;
}
else {
share_link.className = “share”;
}
var element;
element = document.getElementById(“share_container”)
if (element.style.display == “none”){
element.style.display = “”;
} else {
element.style.display = “none”;
}
}
By Gregg Keizer
Computerworld
November 30, 2008 (Computerworld) Apple Inc. last week added new charges to the federal lawsuit it filed nearly five months ago against a Florida clone maker, claiming that Psystar Corp. broke antipiracy defenses that lock Apple’s operating system to its own hardware.
more
« RIAA Faces Web 2.0
Internet tops pirated disks in copyright suits: China »
Actions
Informations
Leave a comment
You must be logged in to post a comment