SCO Wants to Sell Java Patent and (Mostly) Pay the Professionals

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SCO Wants to Sell Java Patent and (Mostly) Pay the Professionals
# 1  
Old 03-30-2010
SCO Wants to Sell Java Patent and (Mostly) Pay the Professionals

SCO Chapter 11 Trustee Edward Cahn has now reported to the bankruptcy court that he's closed on the loan from Ralph Yarro and his friends, and now Cahn wants to pay most of the bills in the bankruptcy from SCO's numerous professionals. And he wants to sell the Java patent, since SCO's never used it and has no use for it going forward. He has a buyer, Liberty Lane, LLC, and so he asks the court to approve the sale to Liberty Lane "or another higher and better bidder." That seems unlikely, in that they claim to have shopped the patent to around 40 potential purchasers. Liberty Lane is offering $100,000.
Cahn says he "will pay 80% of fees and 100% of expenses to all of the estates' professionals who have filed (i) monthly and/or interim fee applications for such fees and expenses and (ii) certifications of no objections with respect thereto pursuant to the Interim Compensation Order", but doesn't yet want to pay the last 20% of PSZ&J's bill "until such time as the Trustee has reviewed and evaluated the reasonableness of all fees and expenses generated by the Debtors' and these estates' professionals".
So that's where the loan goes, for starters. He's not singling them out, by the way, except for the fact that he wants to wait until all the final bills are in, so he can evaluate reasonableness in a context, and so far they are the only ones that have filed a final bill.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. SCO

Issue using SCO java SerialDemo

I recently installed the Java Communications API (v2.0Aa) on SCO and I'm having some issues running the SerialDemo application that comes with it. I can open a connection and send text from SCO to a toy windows app I wrote - that works fine. However, when I try and close the connection, I get... (2 Replies)
Discussion started by: jdsnatl
2 Replies
Login or Register to Ask a Question
pdfoutline(1)						      General Commands Manual						     pdfoutline(1)

NAME
pdfoutline - add outlines (aka bookmarks) to PDF files SYNOPSIS
pdfoutline input.pdf outlines.txt output.pdf DESCRIPTION
pdfoutline reads input file given as first argument, adds outlines from text file given as second argument, and saves result to file with name given as third argument. File with outlines information should consist of lines in the following format: <level> <page> Outline text <level> and <page> should be integers. Each field should be separated by exactly one space symbol. All values for <level> should be greater or equal than that of the first line. Page numeration starts with 1. Outlines file can contain comments that start with # in first column. Comments and empty lines are ignored. OPTIONS
pdfoutline accepts no options. EXAMPLES
Here is example of outlines data file: 0 1 Document title 1 1 Chapter 1 2 1 Chapter 1.1 2 2 Chapter 1.2 1 3 Chapter 2 Using this file will result in outlines like the following: Document title +-Chapter 1 | +-Chapter 1.1 | +-Chapter 1.2 +-Chapter 2 AUTHOR
pdfoutline author is Eugeniy Meshcheryakov <eugen@debian.org> pdfoutline is part of fntsample and can be downoaded from <http://fntsample.sourceforge.net/>. 2010-10-14 pdfoutline(1)