Showing posts with label computer-implemented inventions. Show all posts
Showing posts with label computer-implemented inventions. Show all posts

Monday, November 22, 2021

Computer-implemented inventions must make direct impact at execution time as opposed to organizational recommendations for design time: patent-eligibility

In its weekly roundup, IAM (Intellectual Asset Management magazine) noted that "[p]atent suit numbers are falling in Dusseldorf and Mannheim but are on the rise in Munich as the city’s courts develop a strong pro-plaintiff reputation." I'd like to comment on that, also because I reported on the premiere session of the Munich I Regional Court's third patent litigation division (the 44th Civil Chamber under Presiding Judge Dr. Georg Werner) last week. If you wish to skip directly to the part on software patent-eligibility in light of Solas OLED v. Samsung, please click here.

Munich is definitely an attractive venue for patent holders, and that is so for a variety of reasons not least including the one noted by IAM. The Munich court still does throw out or stay cases that don't meet a certain standard, and that's why the first case the 44th Civil Chamber heard appears, for now, unlikely to be the first in which it will grant an injunction. I'll get to the fundamental weakness of the patent-in-suit in that Solas OLED v. Samsung case again in a moment--the headline of this post relates to it.

If we assumed for discussion purposes that better-than-average chances of winning favorable rulings are a major factor in this, then Munich would simply be beating Dusseldorf at its own game. For many years--actually, a couple of decades--it was no other court than the one in Dusseldorf that consistently and shamelessly set a low bar, only to attract as many patent cases as possible to a city that is anything but a major center of technological innovation, as opposed to the Munich area with BMW, Siemens, Linde, and so many others. Comparing Munich to Dusseldorf is like Silicon Valley vs. Chicago at best, Pittsburgh at worst.

By the time I got involved with patent policy (2004, the European legislative process on computer-implemented inventions aka software patents), Dusseldorf already had a reputation for disadvantaging defendants in different ways. I know this from discussions with patent litigators and patent attorneys in the mid-2000s, and I know there was at least one German media report at the time that discussed the issue.

The biggest part of the problem is that Dusseldorf is the venue that exacerbated the practical impact of bifurcation: the German approach under which alleged infringers don't have a full invalidity defense in the infringement case itself, but must separately litigate validity, with the infringement court merely performing a rough assessment as to the likelihood of success in order to decide on whether to stay the infringement proceedings pending a parallel invalidation action.

It was Judge Dr. Thomas Kuehnen ("Kühnen" in German) who many years back created case law according to which an infringement case should not be stayed even if the patent is reasonably likely to be invalidated: no, according to the Kuehnen doctrine on stays, the standard is so exacting that the patent has to be extremely likely to be invalidated. Dusseldorf didn't become a popular patent venue just because of the quality of its judges: it lowered the bar for patent assertions to succeed, which in turn attracted many cases, and the more cases a court gets in a field of law, the more expertise its judges will build over time. But there's absolutely no indication that those Dusseldorf judges were smarter than their counterparts in Munich or Mannheim at any given point in time.

The economic damage that the Dusseldorf court has dealt to actual innovators over the years due to its unbalanced decisions must be huge. One particularly shocking and embarrassing case is now getting more attention: Schweitzer-Mauduit v. Julius Glatz. I discussed that one in a Halloween post calling it a creepy patent case. Meanwhile, Frankfurter Allgemeine Zeitung, the most famous German newspaper, has also written about it. What I learned from the FAZ article is that the number of layoffs may be closer to 30 or 35 than the 60 I had previously heard. And I heard that the plaintiff, a publicly traded U.S. company represented by Quinn Emanuel, even sued (over its actually invalid patent) the couple that runs the company (and owns many of its shares) personally, seeking 17 million euros in damages from those people, depriving them of the benefits of their company's liability limitation.

Suing executives personally in Germany is a tactic I discussed in a post last year. Those who were pushing for the recent German patent "reform" bill missed out on a huge opportunity, and one of the smaller things they could have accomplished (if that group had not been mostly a mix of amateurs and saboteurs) would have been to do away with executive liability for patent infringement. While the law allows this, the question is, of course, whether a firm like Quinn Emanuel Germany should engage in such practices that the clients it mostly works for (in Germany, that means companies like Google and Daimler) sharply disapprove of. In that SWM v. Glatz case over a cigarette paper patent, QE Germany acted in such questionable ways that I was thoroughly disappointed to find out about it. The Frankfurter Allgemeine article just adds to that unfavorable impression of what they did in that case.

I do, however, wish to clarify that what QE Germany did in that particular case is presumably an outlier. As for my criticism of their performance (i.e., rate of success) when they were defending Daimler against Nokia, it was definitely the poorest set of results I had ever seen from them, and a look behind the scenes revealed that they had gotten some cases stayed, but Nokia was really beating them in the nullity and opposition proceedings and would have won two or three more injunctions pretty soon. The results don't support Daimler's decision to work with QE Germany: they could have worked with just about any other German patent litigation firm (as my post noted), given that they lost big-time and could have had those poor results at a (much) lower cost. I still believe that QE Germany would get better results if they did what every other patent litigation firm in Germany does (at least I'm not aware of any exception): to have patent attorneys involved every step of the way to benefit from their technical knowledge and patent prosecution expertise.

Solas OLED v. Samsung raises fundamental question of software-related patent eligibility

Finally, my follow-up to last week's commentary on the patent-in-suit in Solas OLED v. Samsung, which relates to the recognition of multitouch gestures.

The infringement-related part of the discussion showed an issue that is familiar from other cases involving software architecture patents: compared to physical aspects (such as whether a certain layer is made of a particular material), it's much harder for courts to determine whether a certain structure is actually found in program code. Last week some reference was made to "pointers" being passed along. So, is passing a pointer on from one code segment to another the same as passing the data on? Is a certain object raw data (whatever the capacitive touchscreen measures with its horizontal and vertical wires) or is it the result of some kind of evaluation? Is a "server" a separate computer or could it just be a subroutine of a computer program (Apple's "quick links" patent)? In the U.S., those questions go before juries unless they can be resolved purely through claim construction. In Germany, the courts try to decide them based on the pleadings.

It doesn't appear exceedingly likely that Solas OLED will even win the infringement ruling it is seeking. But in any event, that patent-in-suit is outrageous.

I'll use some Microsoft terminology now because almost all of the coding I've done over the last 20 years has been on the Microsoft .NET framework (where C# is the predominant programming language). There's the important distinction between "design time" (which is when programmers edit code in the development environment--Visual Studio in that case) and "execution time" (which is when the program actually runs on a computer).

Even those favoring a broad scope of patent-eligible subject matter in connection with software should draw the line where the benefits that a patent claims to generate are purely relevant at design time, not at execution time.

To recognize a multitouch gesture like pinch-to-zoom (clearly multitouch because you need two fingers), it is one possible strategy to identify single-touch gestures (such as when each of the fingers taps on the screen) and to then discern a multitouch gesture based on a combination of previously-identified single-touch gestures. That's a step-by-step approach. But it's also possible to proceed directly to the multitouch analysis (based on the raw data)--and that multitouch analysis could, theoretically, even be implemented with AI algorithms, which would just figure out the most efficient path based on experience.

This is the key point now: If the "one-two" approach of firstly identifying single-touch gestures and then recognizing multi-touch gestures based on a number of single-touch gestures (like firstly identifying trees, then saying all these trees are a particular type of forest) had technical advantages at execution time, there might be something patent-eligible about the claimed invention. Not so here. The patent specification itself merely suggests that directly analyzing raw data for multitouch purposes is more error-prone (and harder to test), meaning that humans who write the program code are more likely to deliver quality work under the "one-two" approach than the direct one.

There's no such thing here as inherently superior reliability (and/or efficiency) for technical reasons. It's all about reducing the complexity of a problem for the human mind by breaking up the software design process into two steps. You can't claim the human mind in a patent.

The Munich court knows the position of the Federal Court of Justice on interpreting an issued patent: for infringement purposes (invalidity is another story), courts have to assume that the patent examiner granted the patent because there was some technical benefit somewhere. In this case, the Munich court reasonably says that the patent argues it makes it easier to add support for new gestures. The claims do not refer to the addition of new gestures: they just talk about recognizing gestures (whether old or new), as opposed to referring to (for example) an entry system for defining a gesture. But based on the specification, it is correct to say that if the patent purports to solve any problem, it's the problem of supporting programmers tasked with writing gesture recognition code.

Whether raw data is analyzed directly or whether there is the two-step approach taught by the patent, code can be reliable or unreliable. You can write perfectly reliable and efficient code either way. Or you can leave it to an AI system, which will then figure out over time what works best for its purposes.

If it's all about simpler, cleaner code from a human perspective, then we're not at the level of automation. Even software developer tools may meet the machine-or-transformation test. But there has to be an automated process. You start some program code, and it does something that other code can't do, or it does the same but outperforms the state of the art (by being faster and/or more reliable and/or more secure and/or using less memory, bandwidth etc.).

It's really astounding that whoever examined that patent application at the German Patent & Trademark Office failed to see that there was no such thing as a technical effect. It's about a coding style and mere probabilities of whether programmers will do a better job one way or the other. It's not about a specific process implemented in software and yielding per se technical benefits.

If the mere proposal to break up a complex software development problem into smaller building blocks because they're easier to digest for the human mind and save the effort of reinventing the wheel was patent-eligible without specific execution-time benefits, we'd see a deluge of additional patent infringement cases against the entire technology industry.

Share with other professionals via LinkedIn:

Wednesday, November 17, 2021

Munich I Regional Court's third patent litigation division (44th Civil Chamber) held its first-ever patent infringement hearing: multitouch patent case against Samsung

For only the second time in more than a year, I went to the Landgericht München I (Munich I Regional Court) today. The case itself--Solas OLED v. Samsung Electronics (case no. 44 O 9702/21)--lacks everything that a patent infringement action needs in order to be taken seriously. If it raises any interesting question at all, it's whether Google is supporting Samsung against a case that targets the Android operating system. I'll get to that later. I'd have attended that hearing even if the case had been outside of my industry focus. All I wanted to see the court's third patent litigation division's premiere session. Icing on the cake: I got to see a new courtroom, too.

Here's a picture of the Munich I Regional Court's 44th Civil Chamber that I took with my limited talent and a Google Pixel phone (click on the image to enlarge):

In the middle, you see Presiding Judge Dr. Georg Werner. To his right (from the beholder's angle), his deputy, Judge Dr. Anne-Kristin Fricke (who brings not only patent but also significant competition law expertise to the table and is the rapporteur on today's case). To his left, Judge Dr. Franziska Greiner-Wittner.

Don't infer from the medieval-looking banner behind the judges that this courtroom (Lenbachplatz building, room 101) is old-fashioned. It used to be a library, but has recently been transfomed into a courtroom--and with a view to videoconferencing capabilities, it presumably has better technical equipment than any other courtroom in Munich.

In recent years, the Munich court's patent infringement panels have clearly demonstrated thought leadership, arguably to a greater extent than any other trial court in the world:

It is no secret in the local patent law community that Judge Dr. Werner, who is also very well-liked in academia, made important contributions to the development of patent jurisprudence in Munich. Consistency is assured: the court's three patent litigation divisions (the 7th, 21st, and now also 44th civil chambers) will be perfectly synced. There was a time when Munich plaintiffs viewed the 7th Civil Chamber the "grand prize" in the lottery that is the assignment of new cases to a division. The only way to engage in "judge-shopping" was to amend existing complaints by throwing in new patents, which claims were immediately severed but remained with the same division. That's a thing of the past. If you're looking to assert patents in Munich, your case will be put on a very similar timeline and your chances of success will be at the same level no matter which of the three divisions your complaint gets assigned to.

Before he became the 44th Civil Chamber's Presiding Judge, Judge Dr. Werner left the 7th Civil Chamber (where he was Judge Dr. Matthias Zigann's deputy) earlier this year and took over a non-patent division that nevertheless heard cases with an IP element. He's since presided over a number of hearings and trials, so it came as no surprise that his moderation of today's session looked like he'd been doing this for many years.

Next year we'll probably start to hear about landmark decisions by the 44th Civil Chamber, but the case they heard today is just too weak to lend itself to anything spectacular.

Non-practicing entity Solas OLED asserts patent against Samsung that doesn't even make a technical contribution to the state of the art

Ireland-based patent licensing firm Solas OLED is suing Samsung over a number of patents in different venues, and a Texas jury has already awarded it more than $60 million in patent infringement damages.

There are cases in which NPEs (or the ones who sold them patents) came up with a brilliant idea before anyone else patented it. But there are also cases in which someone just tries to obtain a patent on a technique that is not innovative in any respect, and the plan is just to capitalize on legal uncertainty by suing those who make actual products (like Samsung), hoping that a court will be gaslighted into an overbroad claim construction resulting in a lucky punch for some troll. And Samsung has a hard-earned reputation for declining to feed the trolls.

The German Patent and Trademark Office can be anyhing but proud of having issued German patent DE102009019910 on gesture recognition. The court phrased it diplomatically today, but Judge Dr. Werner noted their real struggle to identify some claimed inventive substance. Let's keep in mind that when that patent was filed in 2009, capacitive multitouch touchscreens were already in widespread use: the first iPhone was launched in 2007, and the first Android devices not much later. This doesn't mean that there wouldn't be any more room for multitouch patents, or even gesture recognition patents, but a claimed invention has to make a technical contribution to the state of the art as it solves a technical problem with technical means. This particular Solas patent makes no technical contribution, and here's why:

The closest thing to a technical contribution that the court--only hesitantly, for good reason--identified is found in paragraph 15 of the specification of the patent. The argument for patentability comes down to saying that a particular way to structure computer program code is more efficient to develop and easier to test than another. However, this is not a software patent of the kind that is considered a computer-implemented invention, which solves a technical problem with technical means involving a computer program. What this is all about is a software architecture, if not a coding style.

The patent fails to provide any efficiency gains at the machine level. If it has any effect, it has to do with how to organize the work that computer programmers perform. It's astonishing that some German patent examiner granted that patent application in clear contravention of § 1 PatG (§1 Patent Act), which is the German implementation of Art. 52 of the European Patent Convention (EPC). There is no technical effect here: all that the patent specification itself claims is that it#s "hard to reliably and efficiently add code to identify a new gesture in an existing code segment, and that testing such code presented difficulties.

Reliability and efficiency can justify the patent-eligibility of a software-related invention under European case law. But that applies only if the invention is technically superior and, therefore, more reliable and more efficient. In this case, there's nothing that would stop programmers from developing equally (if not more) reliable and efficient program code for the purpose of the identification of new gestures whether or not they choose the code structure claimed by the patent. Sure, some programming styles are more error-prone than others, but that's not capable of establishing technicity. Technicity means that you develop a program, execute it, and the execution of the code then reliably delivers a tangible benefit. Otherwise the authors of books like Clean Code could also have filed for patents before publishing their works...

Any machine-learning algorithm would make it even less time-consuming to teach a system to recognize new gestures. The patent in question does not contain a specific solution to the problem of recognizing new gestures: the whole argument is that if you modularize (or one might also say "partition") the code and have one Turing machine (state machine) for the identification of single-touch gestures and a second that interprets a timestamped sequence of single-touch gestures as multi-touch gestures, you'll find it easier to write the additional program code needed to recognize new gestures. But someone still has to write that code. That someone is a human being. And if you let a very good programmer A write such code under a different software architecture, the result may be even more reliable and the development process even more efficient than if an average programmer B was assigned to the task but adopted this particular architecture.

The human factor here distinguishes the claimed invention in question from cases in which the EPO's boards of appeal and national courts have deemed software patents valid. This here is not a computer-implemented invention, but purely about how human beings organize their work (i.e., the code they write). The EPO itself has always made it clear, including in debates during the European legislative process on CIIs in the 2000s, that program code is not patent-eligible due to the exclusion of "computer programs as such" under the EPC. Firstly identifying single-touch gestures and then putting those intermediate results together and perform some further analysis is not just trivial: it simply fails to meet the European technicity requirement.

The way such patents are usually shot down in Europe is, however, not on the basis of Art. 52 (or its equivalent in Germany, § 1 Patent Act). Normally, all non-technical claim limitations are ignored in the novelty analysis, and what is not novel cannot contribute to an inventive step either. In this case, I don't think the piecemeal approach is appropriate, and prior art is not needed: the patent itself doesn't claim any technical efficiency or reliability gain; it merely claims that human beings who adopt the structural recommendations of the patent are more likely to arrive at a good result.

It speaks volumes that the closest thing to a technical contribution identified by the court is totally detached from the claims, which do not in any way address the question of how to support new multitouch gestures.

Other than a mention of four invalidity contentions brought by Samsung, validity was not discussed today, however. First hearings in Munich--unless infringement is conceded--do not address validity; it's too early for that. The focus was on the infringement analysis. Samsung disputes Solas OLED's allegations of infringement, arguing that Android's MotionEvent object does not have the two separate types of state machines described in the patent.

Samsung's lawyers--Allen & Overy patent litigators Dr. Jan Ebersohl and Denise Benz, and Zimmermann & Partner patent attorney Dr. Joel Naegerl ("Nägerl" in German)--have jointly achieved that the court is, for now, unconvinced of Solas OLED's case. In the U.S., the court would construe the patent, but would then let a jury decide the factual questions. In Germany, courts resolve these cases based on the pleadings, and Samsung's non-infringement argument may be sufficiently substantiated that Solas OLED will not overcome that hurdle.

It also became known today that Samsung has also, out of an abundance of caution, raised a proportionality-based affirmative defense to Solas OLED's prayer for injunctive relief. However, not only does it appear unlikely that the court will reach that question (as the patent may be neither infringed nor valid), but this year's patent "reform" bill falls into the "plus ça change" category anyway. Of course, defendants like Samsung cannot leave that stone unturned. It's just not going to help unless a plaintiff makes a huge mistake.

What Solas OLED is doing in this litigation gives NPE litigation a bad name. They're trying to monetize the mistake that the German Patent & Trademark Office made when it granted this patent. If they won, other Android device makers and, therefore, Google itself would have to be concerned. I didn't see any Google representative in the room, nor did Google appear to formally intervene. Maybe Google doesn't support device makers the way it should--or neither Google nor Samsung take this case seriously, which I couldn't blame them for.

I'm pretty sure that the 44th Civil Chamber's first patent injunction will come down next year (anything else would be a statistical anomaly), but in a rather different case. Despite today's case being a stupid one over a bad patent, the 44th is off to a good start.

Share with other professionals via LinkedIn:

Sunday, December 18, 2016

From software patents to Apple's tax case, the European Commission has been a premier source of fake news

The political establishment on both sides of the Atlantic still can't deal with the fact that Donald Trump won because voters rejected corrupt, incompetent and unprincipled "all talk, no action" politicians for all the right and left reasons. One of the transparent attempts to delegitimize a historic victory for common, hardworking and law-abiding people is centered around so-called "fake news." Very worryingly, we may even see legislation in Germany and other parts of Europe aiming to impose fines on social networks for not playing their part in the political establisment's censorship efforts led by a future equivalent of what George Orwell already envisioned to be a "Ministry of Truth" in his novel "1984." I'll take a closer look at such Orwellian initiatives some other time.

In reality, the political establishment in Europe, which has been committing treason against European citizens for some time and continues to do so, just hates the fact that the truth about its failures spreads virally. They say that "fake news" about crimes commmitted by "refugees" leads people to vote for "populists," but there simply are cases of rape committed by so-called "refugees" on a daily basis in Germany, and those cases are not merely reported by anti-establishment websites but by reputable, local newspapers. Those articles go viral on Facebook, but "viral" isn't necessarily "fake." The victims range from young children (8-14 years of age) over men in their thirties to women in their seventies or eighties. Those numerous incidents just don't make it into national news because leftist journalists don't want the truth to come about how misguided their ideology is and because politicians don't want citizens to realize how terrible the situation has become, much less in a pre-election year.

The Austrian government replied to a parliamentary inquiry about rape cases involving "asylum seekers" and stated 91 suspects in the first nine months of 2016. Considering that Germany has about ten times the population size of Austria and, just in terms of a power of ten, also about ten times as many "asylum seekers," this means a couple of cases per day in Germany. If politicians don't like those news, they have to change their migration policies, but instead of protecting citizens against crimes, they complain about "fake news" and seek to regulate social networks.

If anyone truly wanted to drain the "fake news" swamp in Europe, Brussels would be a good place to start. While I agree with the European Commission on some issues and disagree on others, I view the institution's public statements with utmost skepticism and believe Brussels-based journalists are all too often misled by what comes out of the Berlaymont building.

Just a few examples of EU Commission "fake news":

EU software patent directive: the CII lie

In 2002, the EC proposed a "directive on the patentability of computer-implemented inventions." It claimed back then and throughout the years of the legislative process (which ended when the bill got thrown out by the European Parliament in 2005, which is exactly what I had been campaigning for) that patents on "computer-implemented inventions" weren't software patents. The examples that the supporters of the proposal gave all the time were about computer-controlled washing machines, automated braking systems, and airplanes. They said that the whole plan was only to ensure that innovations in those fields could be patented but software patents? No, they said that our movement was totally wrong since software "as such" was going to be excluded.

It was nothing but a damn lie. A damn lie propagated by the Commission, by the equally-mendacious national governments of the EU member states, large corporations (also including their industry bodies, of course), the European Patent Office (with respect to its credibility, let me just refer you to Dr. Roy Schestowitz's great work concerning what is going on there), and patent attorneys in private practice.

What frustrated us the most was not even that those who directly or indirectly stood to gain from software patents were dishonest. That was very bad for sure, but the worst part was that news agencies and the general press kept propagating those lies--not merely in the form of quotes but in ways that portrayed the Commission position as the truth and our position as an opposing view by "open source" people. And when we talked to them, they often just referred us to what the European Commission was saying--no matter how much of a lie it was.

With only one exception, the Brussels-based journalists who covered that legislative process weren't particularly sharp. By comparison, I met far more receptive and intelligent people a few years later in connection with some competition cases. But, to be fair, it wasn't easy for the general press to figure out something at the complex intersection of law, technology, and economics. The proposed directive appeared to focus on "technical" inventions except that its definition of what is "technical" was purely tautological. It also didn't help that we had some lunatics in our movement who pursued a radical anti-IP agenda. Still, reasonably intelligent and committed journalists could have figured things out if they had made an effort:

  • The easiest-to-understand indication that should have given anyone except the most obtuse people pause was SAP's public support (at government roundtables, conferences, etc.) and its claim (which it even made in an advertisement in a Brussels publication shortly before the decisive vote) that the proposed directive would provide SAP with protection for its innovations. SAP never made washing machines, automated braking systems, airplanes, or any other hardware. There you had a pure software company saying that this directive would afford it patent protection.

  • While the Commission's original 2002 proposal did not allow so-called "program claims," a clause that allowed patent claims of "a computer program, characterized by [...]" kind made its way into the proposal as the European Council (where the governments of the member states meet and decide) got involved, but the Commission nevertheless kept saying the directive wasn't going to result in patents on software "as such". A patent claim defines the scope, and anyone who practices what the claim describes is an infringer. If the claim is on a "computer program," then it's obviously a software patent claim (and not a washing machine claim). For example, if the software that optimizes the fuel consumption of an airplane is covered by a program claim, then it's also infringed by a flight simulator that uses the same formula.

Unitary patent propaganda: first published, then taken down

Last year, the IPKat blog dismantled the Commission's ridiculous propaganda for its unitary patent package (including the Unified Patent Court). Then the Commission pulled its statement, almost certainly due to the IPKat's competent criticism.

Juncker: "When things get serious, you have to lie"

The Euro currency is one of the EU's top three failures. Economists had warned politicians that a common currency was doomed to fail without a common fiscal and economic policy, but Mitterrand wanted the euro in order to prevent Germany from becoming too powerful after reunification and Kohl just wanted to make history no matter what damage this would do in the long run.

In connection with the EU's sovereign-debt crisis, Commmission president and former Eurogroup chief Jean-Claude Juncker said: "When it becomes serious, you have to lie." You can read this in Bruno Waterfield's article, and the quote has been widely reported by other media as well.

So how can anyone trust the Juncker Commission anymore? I, for one, can't.

This YouTube video featuring Juncker may be part of what certain politicians would like to ban as "fake news."

Apple's "state aid" tax case

When the Commission's Apple tax ruling becomes public, I'll look at it in detail, but even before all details are known, it's already clear that the Commission can't really be trusted in this context.

The first issue I have is that the Commission has tried to manufacture a "state aid" case. Article 107 of the Lisbon Treaty defines "state aid" as follows:

"any aid granted by a Member State or through State resources in any form whatsoever which distorts or threatens to distort competition by favoring certain undertakings or the production of certain goods"

There is no distortion of competition here. I would agree with the Commission if this were a case of Ireland giving Apple subsidies that Apple would use to undercut its competitors. However, Apple has never undercut anyone. It took almost ten years after the launch of the iPhone for a company not to undercut Apple (Google, with its Pixel phone).

It's not competition that the Commission is concerned about. All major tech companies do the same. There's a populist agenda in play here.

The following claim by Commissioner Vestager fails to pass even the most basic plausibility check:

"[T]his selective treatment allowed Apple to pay an effective corporate tax rate of 1 per cent on its European profits in 2003 down to 0.005 per cent in 2014."

Nobody has ever denied that Apple paid approximately $400 million in Irish taxes in 2014 (Tim Cook disclosed that number in a radio interview on September 1, 2016). So, obviously, Apple's overall tax rate was a whole lot higher than 0.005%. Otherwise Apple would have had to generate profits in Ireland of 20,000 times $400 million, which would be $8 trillion!

Again, I'll try to find out more, but so far this looks like just as ridiculous as saying that a proposed piece of patent legislation doesn't cover software "as such" when SAP said it did.

Share with other professionals via LinkedIn:


Monday, April 4, 2011

At least 9 Apple patents asserted against Nokia in UK and Germany are European software patents

It's a common misconception that software patents are an exclusively American phenomenon and don't exist in Europe. There are different definitions of what constitutes a software patent. My definition of software patents certainly includes the following nine European patents asserted by Apple in its lawsuits against Nokia in the UK and in Düsseldorf, Germany:

  • EP0664021: menu state system

  • EP0760131: method and apparatus for distributing events in an operating system

  • EP0760126: pattern and color abstraction in a graphical user interface

  • EP0760122: switching between appearance/behavior themes in graphical user interfaces

  • EP0769172: method and apparatus for handling I/O requests

  • EP0727076: object-oriented graphic system

  • EP0664027: program modeling system

  • EP0719487: object-oriented telephony system

  • EP1964022: unlocking a device by performing gestures on an unlock image

All of those patents make reference to hardware components -- the "object-oriented telephony system" patent and the unlock patent do so very extensively. But the hardware components aren't novel. All the difference is made by software-related ideas.

The fact that Apple holds those patents and is suing Nokia over them doesn't mean that they are indeed enforceable. In fact, Nokia disputes the validity of those patents, and the German manifestations of those European patents (note that European patents are bundles of national patents) will be reviewed by the Federal Patent Court of Germany next year. But German courts tend to uphold software patents.

Last May I blogged about a landmark case in which the highest German court in patent (and many other) matters, the Bundesgerichtshof, upheld a Siemens patent on an XML document generator and explained that software inventions taking into account the characteristics of a computer on which they are running (such as memory and CPU speed constraints) are potentially patentable.

Nokia and Apple are embroiled in a huge, world-spanning patent dispute that may take years but could also be settled anytime. The Federal Patent Court of Germany has scheduled its first hearing in the nullity proceedings instituted by Nokia for February 9, 2012, so if the case isn't settled before, this conflict could also lead to some further clarity concerning the status of software patents in the largest European market.

How the information came to light

It's much easier to obtain information on lawsuits in US federal courts (via PACER) than on their European counterparts. Usually, complaints filed with European courts are not published. But Apple's Düsseldorf complaint against Nokia was published on the website of the European Patent Office in connection with a reexamination request.

Besides the list of patents it also contains the interesting information that Apple moved to set the value in dispute (the amount relative to which the court determines its fees) to 5 million euros for each of the nine patents, or 45 million euros in total. And that's just for Germany -- not for the entire European market.

Last week Nokia published its annual report for its fiscal year 2010. Its pages 166 and 167 talk about Nokia's ongoing litigation with Apple, and make it clear that the 9 patents asserted by Apple in Düsseldorf and the 9 patents asserted in London (before the High Court of England and Wales) are identical sets:

"On September 27, 2010, Apple commenced proceedings against Nokia in the Düsseldorf District Court in Germany. Apple alleges infringement of the same nine patents asserted in the UK action."

That's the fragmented European patent system: at this stage there isn't any way to litigate over a European patent in one court; instead, patent holders have to enforce the local manifestations of those European patents in different markets. In this case, Apple made the UK and Germany its strategic priorities. Nokia counterclaimed in those countries and additionally filed a lawsuit in the Netherlands.

Different outcomes even over the same issues are possible. For example, the German manifestation of a European patent could be upheld while the UK equivalent is thrown out. Similarly, Nokia or Apple could be found to infringe a valid patent in the UK but not in Germany.

Nokia's European patent assertions

I haven't been able to obtain any of Nokia's European complaints. All the information I have about the asserted patents is this Nokia press release issued on December 16. It describes the European patents asserted against Apple as being related to "touch user interface, on-device app stores, signal noise suppression and modulator structures", "antenna structures, messaging functionality and chipsets", "on-device app stores, caller ID, display illumination and the integration of multiple radios", and "data card functionality".

Some of those patents are probably also patents of the kind I refer to as software patents, but at least several of those patents will be hardware patents. Nokia has always been careful to describe the claimed inventions for which it seeks patent protection in Europe as "computer-implemented inventions". By contrast, Apple's patent applications appear to have been drafted with the requirements of the US Patent and Trademark Office in mind, and the USPTO generally considers software inventions patentable. In other words, Apple jumped high enough for the hurdle that exists in the US but possibly not high enough for the European requirements.

This could give Nokia a strategic advantage in Europe because Article 52 of the European Patent Convention doesn't allow patents on "programs for computers [...] as such". While that exclusion hasn't prevented tens of thousands (or by some counts, even hundreds of thousands) of software patents from being granted in Europe, it's key for patentees to draft their patents carefully around that formal exclusion. Comparing Apple's patents-in-suit to the general descriptions of Nokia's patents-in-suit, I believe Apple faces a considerably higher risk than Nokia that some of those patents could be declared invalid in Europe. Nokia probably did a better job at positioning its innovations as "technical" inventions that just happen to have a software component, as opposed to software being the essence of the claimed inventions, which is rather obvious in the case of most (if not all) of Apple's nine patents-in-suit listed above.

What I just explained could play a very important role in the further process. Since both Apple and Nokia haven't been too successful with their ITC complaints against each other so far, it's possible that the first actually enforceable court decision in that dispute will be handed in Europe, not in the US (where it all started in 2009). And the first one to hold an injunction against his rival in his hands will be in a strong position to negotiate a favorable settlement in exchange for lifting the blockade.

If you'd like to be updated on the smartphone patent disputes and other intellectual property matters I cover, please subscribe to my RSS feed (in the right-hand column) and/or follow me on Twitter @FOSSpatents.

Share with other professionals via LinkedIn: