Now it's Canadian Nortel Group Filing a Reservation of Rights

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Now it's Canadian Nortel Group Filing a Reservation of Rights
# 1  
Old 11-20-2010
Now it's Canadian Nortel Group Filing a Reservation of Rights

The Canadian Nortel Group has now filed a Reservation of Rights regarding SCO's Notice of Cure Amounts in connection with SCO trying to assume and assign contracts and leases as part of their planned sale of most of the assets in the bankruptcy. Interestingly, their objection isn't to the cure amount:
3. The Canadian Nortel Group has no objection to the proposed cure amount set forth in the Notice or to any contemplated assumption and assignment of the Agreements in these chapter 11 cases. However, the Canadian Nortel Group reserves all rights under applicable law and in the Canadian Proceedings, including the right to repudiate the Agreements, or any agreements ancillary thereto.
I gather they care about who buys the assets, but it could be something else I haven't thought of. When you are the most hated tech company in the land, so to speak, folks get cautious.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. HP-UX

HP-UX check SCSI reservation

Hi guys, I need some help to better understand how to determine if a disk have persistent SCSI reservation. I know that we should use the "Persisten Reservation Utility" but we are not allowed to run that tool. Since we have the output from some grab utility and specifically we have the... (0 Replies)
Discussion started by: cecco16
0 Replies

2. UNIX for Dummies Questions & Answers

Changing rights without touching user and group?

Hello, I have a small problem and would be happy if someone could help me to find a solution: A machine ("server") makes backups of different computers ("clients") using rsync. Users and groups are keept, so that it's possible to copy them back to the client if required. The number of groups... (3 Replies)
Discussion started by: tracer
3 Replies

3. AIX

LUN Reservation and Clearence

Hello Everyone, I wud like to knw what we mean by LUN reservation and how to clear the LUN reservation in AIX. Regards, nivas (2 Replies)
Discussion started by: nivaspIND
2 Replies

4. UNIX for Dummies Questions & Answers

How to give Admin rights to a group

Hi can some one help me in giving a group Administrative rights in Linux. So that who ever is added to that group has the rights equal to the Admin. (1 Reply)
Discussion started by: vamsi_mantena
1 Replies

5. News, Links, Events and Announcements

Nortel exams

Hey everyone . iam taking some nortel exams in coming few weeks . around 4 of them and came hotcerts.com which is offering $85 all exams package . can anyone tell me how good are their exam materials in reference to real exams ? . i dont want to miss this package if they are good as iam going to... (0 Replies)
Discussion started by: puthupari
0 Replies
Login or Register to Ask a Question
Finance::Quote::FinanceCanada(3)			User Contributed Perl Documentation			  Finance::Quote::FinanceCanada(3)

NAME
Finance::Quote::FinanceCanada - Obtain stock and mutual fund prices from finance.canada.com SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; # Can failover to other methods %quotes = $q->fetch("canada", "stock_fund-code"); # Use this module only %quotes = $q->fetch("financecanada", "stock_fund-code"); DESCRIPTION
This module obtains information about Canadian Stock and Mutual Funds from finanace.canada.com. The information source "canada" can be used if the information source is unimportant, or "financecanada" to specifically use finance.canada.com. STOCK_FUND-CODE Canadian stocks/mutual funds do not have a unique symbol identifier. This module uses the symbols as used on finance.canada.com. The simplest way to fetch the ID for a particular stock/fund is to go to finance.canada.com, search for your particular stock or mutual fund, and note the symbol ID. This is helpfully provided by the site in their returned HTML quote. LABELS RETURNED
Information available from financecanada may include the following labels: method source name symbol currency date nav last price SEE ALSO
Finance Canada.com website - http://finance.canada.com/ Finance::Quote perl v5.12.1 2009-10-05 Finance::Quote::FinanceCanada(3)