Interval Licensing v. Google Scheduling Conference Notes: It's Back to Go, and the Judge Asks Defend

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Interval Licensing v. Google Scheduling Conference Notes: It's Back to Go, and the Judge Asks Defend
# 1  
Old 12-15-2010
Interval Licensing v. Google Scheduling Conference Notes: It's Back to Go, and the Judge Asks Defend

The parties in the Paul Allen v. the World-and-its-Dog patent infringement litigation, Interval Licensing v. Google et al, met with the judge assigned to this case, Marsha J. Pechman, on December 13. I don't think it looks too promising for severance, judging from the Order Memorializing the Conference. I gather Interval must have promised to file more specifics that will tie them all together in the amended complaint it intends to file. We'll see.
It must have been a circus, with so many defendants, all lawyered up, because one thing the judge asks for is that the defendants choose one spokesman, which she calls "a whip", to speak for all the defendants at future status conferences which the judge would prefer to hold by telephone. The judge suggests the parties find a way to all cooperate and not bother her unless it's necessary.
Meanwhile, all the motions for severance are terminated without prejudice, and the judge won't rule on them until after Interval Licensing files its amended complaint, at which point the defendants can refile or file amended motions. So, it's back to go. Interval has to start over, and do it right this time. We'll see.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

SEO Update: Back On Page 1 for Google SERPs (between #6 and #8)

Well, good news... Just checked a number of browsers set to the US region of Google , NCR https://www.google.com/ncr unix.com was back on the first page, between #6 and #8. Will be interesting to see if we can make it back to our highest #4 ranking in 2019. Google Webmaster Tools... (4 Replies)
Discussion started by: Neo
4 Replies
Login or Register to Ask a Question
RUNALARM(1)						      General Commands Manual						       RUNALARM(1)

NAME
runalarm - enforce a time limit on execution of a process SYNOPSYS
runalarm [ -h ] runalarm [ -d ] [ -t timeout ] command [ args ] DESCRIPTION
runalarm tries to execute a command and, if the subprocess does not exit before a timer expires, tries to terminate that subprocess. Oth- erwise, the exit status of the command is returned. USAGE
-d Debug mode; send log messages to standard error as well as to the system log. -t timeout Specifies the duration, in seconds, for runalarm to allow the command to run. The default is 1d duration (86400 seconds). -h Prints some basic help. BUGS
Sending SIGALRM to runalarm before the timer has expired will cause the subprocess to be killed. SEE ALSO
runlock(1), runstat(1) AUTHOR
runalarm was written by Jamie Wilkinson <jaq@google.com>, based on some Python code by Craig Silverstein COPYRIGHT
This program is copyright (C) 2000-2010 Google, Inc. It is licensed under the Apache License, Version 2.0 Google, Inc. October 18, 2010 RUNALARM(1)