Tuesday, May 8, 2012

Twitter Apparently Not Handing Over Jack Without A Search Warrant

When last we checked in with the legal struggle over Occupy Wall Street and Twitter accounts, it didn’t look great for anyone looking to keep their DMs out of court. At issue: The state wants data associated with a protestor charged with disorderly conduct. A judge ruled the defense can’t fight a subpoena, because–as the legal thinking went–the information on Twitter belongs to the company, not to the individual user. And Twitter’s policies seem to suggest they’ll hand material over in the event of a subpoena.

But it appears it won’t be quite that simple for the DA’s office. Rather than complying with the order, Twitter just filed a motion to quash it.

We reached out to Twitter for comment and received a statement from Legal Counsel Ben Lee: “As we said in our brief, “Twitter’s Terms of Service make absolutely clear that its users *own* their content.” Our filing with the court reaffirms our steadfast commitment to defending those rights for our users.”

The motion identifies several problems with the order, starting with the idea users don’t own their tweets. Apparently, according to the company’s terms of service, users do retain rights to the content posted on the site, and the document “expressly permits users to challenge demands for their account records.” The motion also alleges that the order for Twitter to produce ”basic user information” compels the company to violate the Fourth Amendment (that would be the one regarding search and seizure), as well as the Stored Communications Act.

The document concludes that, “Twitter respectfully requests that the Court quash the Order and direct the District Attorney to request a search warrant for the desired records.”

Translation: Come at me, bro.

The ACLU’s blog explains the implications:

This is a big deal. Law enforcement agencies—both the federal government and state and city entities—are becoming increasingly aggressive in their attempts to obtain information about what people are doing on the Internet. And while the individual Internet users can try to defend their rights in the rare circumstances in which they find out about the requests before their information is turned over, that may not be enough.

For the curious and/or legally inclined, the motion is here.

Source: Beta Beat

Oracle v. Google and the Dangerous Implications of Treating APIs as Copyrightable

There has been no lack of ink spilled on the legal battle between Oracle and Google surrounding Google’s use of Java APIs in its Android OS. And no wonder, what with testimony by both Larrys (Page and Ellison), claims of damages up to $1 billion, and rampant speculation that a ruling in Oracle’s favor could change the way we all use the Internet. Today, we got our first taste of where this all might be heading: the jury came back with a finding that, assuming APIs are subject to copyright, Google has infringed at least some of Oracle's. But significant outstanding questions remain, including whether copyright can in fact apply (the judge alone will decide this) and whether Google made a legal fair use of those APIs (we believe it did).

What’s really at stake here? This first stage of the trial concerns whether Oracle can claim a copyright on Java’s APIs and, if so, whether Google infringes those copyrights. (In 2010, Oracle bought Sun Microsystems, which developed Java.) When it implemented the Android OS, Google wrote its own version of Java. But in order to allow developers to write their own programs for Android, Google relied on Java’s APIs. (For non-developers out there, APIs (Application Programming Interfaces) are specifications that allow programs to communicate with each other. So when you read an article online, and click on the icon to share that article via Twitter, for example, you are using a Twitter API that the site’s developer got directly from Twitter.)

Here’s the problem: Treating APIs as copyrightable would have a profound negative impact on interoperability, and, therefore, innovation. APIs are ubiquitous and fundamental to all kinds of program development. It is safe to say that all software developers use APIs to make their software work with other software. For example, the developers of an application like Firefox use APIs to make their application work with various OSes by asking the OS to do things like make network connections, open files, and display windows on the screen. Allowing a party to assert control over APIs means that a party can determine who can make compatible and interoperable software, an idea that is anathema to those who create the software we rely on everyday. Put clearly, the developer of a platform should not be able to control add-on software development for that platform.

Take, for example, a free and open source project like Samba, which runs the shared folders and network drives in millions of organizations. If Samba could be held to have infringed the Microsoft’s copyright in its SMB protocol and API, with which it inter-operates, it could find itself on the hook for astronomical damages or facing an injunction requiring that it stop providing its API and related services, leaving users to fend for themselves.

Another example is the AOL instant messaging program, which used a proprietary API. AOL tried to prevent people from making alternative IM programs that could speak to AOL's users. Despite that, others successfully built their own implementations of the API from the client's side. If copyright had given AOL a weapon to prevent interoperability by its competitors, the outcome for the public would have been unfortunate.

Setting aside the practical consequences, there’s a perfectly good legal reason not to treat APIs as copyrightable material: they are purely functional. The law is already clear that copyright cannot cover programming languages, which are merely mediums for creation (instead, copyright may potentially cover what one creatively writes in that language). Indeed, the European Court of Justice came to just that conclusion last week. (Ironically enough, when Sun Microsystems was an independent company, one of its lawyers wrote amicus briefs arguing that interoperability concerns should limit copyright protection for computer programs.)

Improvidently granting copyright protection to functional APIs would allow companies to dangerously hold up important interoperability functionality that developers and users rely on everyday. Let’s hope the judge agrees.

Source: Electronic Frontier Foundation