IBM's Defense Against SCO's Copyright Infringement Claims Continues - Part 2, as text

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News IBM's Defense Against SCO's Copyright Infringement Claims Continues - Part 2, as text
# 1  
Old 07-17-2010
IBM's Defense Against SCO's Copyright Infringement Claims Continues - Part 2, as text

Here's Part 2 of the 2006 IBM document Redacted Memorandum in Support of its Motion for Summary Judgment on its Claim for Declaratory Judgment of Non-Infringement [PDF] IBM'S Tenth Counterclaim, as text, the document where IBM presents all the reasons why SCO's claims of copyright infringement in Linux are bogus. If ever SCO or Son of SCO waives a list of allegedly infringed code, this is the document to have on hand.
Part 1 listed the reasons why IBM did nothing wrong, in that it has multiple licenses to use the code, for one thing, and this part continues that argument, but it then focuses on the files that SCO presented to the court, stating point blank that they are not protectable under copyright law. If you are not a programmer, and you see a list of header files allegedly infringed and don't know who is right, this is the document that will explain it all to you.
Just as we thought, SCO sued over essentially nothing at all, or as IBM puts it:
Despite SCO's grandiose description of its alleged evidence of IBM's infringement, it is now clear that SCO does not have (and never has had) any such evidence.
Is that not appalling?

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
hpionIBMblade(1)						      OpenHPI							  hpionIBMblade(1)

NAME
hpionIBMblade - An openhpi sample application that shows how two (2) openhpi plugins can be used to display and manage resources of an IBM Blade with Basedboard Management Controller (BMC). SYNOPSIS
hpionIBMblade [ -x ] DESCRIPTION
hpionIBMblade shows how two (2) openhpi plugins can be used to display and manage resources of an IBM Blade with Basedboard Management Controller (BMC). Both the ipmi and snmp_bc plugin have the same IBM Blade target. Resources from both plugins are combined to show a complete view of the IBM Blade. @@ WARNING @@ RESTRICTIONS @@ WARNING @@ RESTRICTIONS @@ WARNING @@ RESTRICTIONS @@ This client application is designed to run **only** inband on an IBM Blade with Basedboard Management Controller (BMC) OPTIONS
-x Display debug messages. SAMPLE CONFIGURATION FILE
handler libipmi { entity_root = "{SYSTEM_CHASSIS,2}" name = "smi" addr = 0 } handler libsnmp_bc { host = "bc.mm.ip.address" version = "3" community = "bc_community" entity_root = "{SYSTEM_CHASSIS,1}" security_name = "myid" passphrase = "mypassword" security_level = "authNoPriv" auth_type = "MD5" } SEE ALSO
AUTHORS
Authors of this man page: Peter D Phan (pdphan@users.sourceforge.net) 2.14.1 2009-11-23 hpionIBMblade(1)