Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A Blizzard of Motions in Limine in SCO v. Novell Post 302393619 by Linux Bot on Tuesday 9th of February 2010 08:45:03 AM
Old 02-09-2010
A Blizzard of Motions in Limine in SCO v. Novell

Motions in limine are flying in Utah like snowflakes in a winter storm, filed by both parties in SCO v. Novell. But there are a lot more from Novell than from SCO.
Novell has filed 19 more motions in limine, all filed on February 8, for a total of 20, as well as motions for a Daubert hearing to disqualify Dr. Christine A. Botosan, Dr. Gary Pisano, and G. Gervaise Davis III, three of SCO's experts. The Novell motions in limine are mainly to exclude testimony from certain witnesses of SCO's "for lack of personal knowledge," among other reasons. Like Ed Chatlos. Remember when Judge Dale Kimball was on the case, and Novell filed motions to disqualify that same testimony? Well, now they are raising it again.
SCO has filed 5 motions in limine, but they are not described in the docket, and I haven't read them yet. We can read them together. But I see one of them is titled a motion asking that certain statements of Michael Anderer "as an independent contractor" be excluded. You remember Darl McBride's once longtime friend and business associate, Mr. Anderer, the man who said that proprietary software companies would keep suing Linux until they killed it? And they don't want the jury to hear about what Judge Kimball earlier ruled about who owned the copyrights, I gather. Well, would you, if you were SCO? And they want witnesses to be told they can't mention Groklaw. Say, what? Why would anyone ever mention Groklaw in the trial? I can't imagine any circumstance where that would happen. Anyway, jurors are told not to do outside research, so even if it happened, jurors couldn't visit Groklaw, not that they wouldn't find it enlightening, until the trial was all over.
In other words, as is normal in filing motions in limine, both parties are asking the judge to decide what the trial is going to be about, in essence, by determining before anything goes before a jury what evidence will be allowed to be presented. Of course, Novell has already filed a motion in limine pointing out that one of Judge Ted Stewart's earlier orders seems to provide the meets and bounds of the trial. If he grants that first Novell motion in limine, I think this list will get pruned. Should he not grant that motion, however, he faces all of them.

More...
 
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.12.1 2008-04-04 URI::URL(3)
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy