Startups

Copyright Captures APIs: A New Caution For Developers

Comment

Image Credits: benjaminec (opens in a new window) / Shutterstock (opens in a new window)

Michael Hussey

Contributor

Michael Hussey is an intellectual property attorney at Brinks Gilson & Lione.

Google v. Oracle. It’s a sensational case. A battle of tech heavyweights — and a software copyright case that went all the way to the U.S. Supreme Court. Millions of dollars are at stake. And the ramifications for software entrepreneurs are significant.

The facts are not in dispute. Google copied a portion of Oracle’s Java application programming interface (API) to create the Android operating system — the most installed mobile operating system in the world.

Oracle then sued Google for copyright infringement, but lost in federal district court. Then, surprising many, it won a major victory — a reversal at the U.S. Court of Appeals for the Federal Circuit — an appeals court directly below the U.S. Supreme Court.

The Federal Circuit, overturning the district court’s decision, decided that Oracle’s Java API is copyrightable. And in June of this year, the U.S. Supreme Court refused to consider the case.

Software developers routinely treat APIs as exempt from copyright protection. That was Google’s assumption when it copied the Java API. That assumption must now change. Under the court’s logic, nearly any API larger than a few words or phrases could be protected by copyright.

Now, Google and other developers who copy an API without having a license to do so may have only one defense: a doctrine in copyright law called “fair use.”

The jury in the district court case already considered whether Google’s copying was fair use, but was unable to decide. So this high-stakes case now falls back into the hands of a hesitant jury charged with deciding whether Google’s having used Oracle’s Java API for its Android operating system was in fact fair use. There is no way to predict the outcome.

Because using APIs is so common, startups, as well as established software companies, need to operate with a clear understanding of this legal battle. They need to understand the implications of this decision in order to avoid running afoul of others’ copyrights — and to leverage their own. 

Copyright Versus Patents

The difference between copyright and patent protection is often misunderstood. In the context of software development, copyrights and patents protect two entirely different, non-overlapping aspects.

Patents protect functional aspects of software, such as processes and methods of operation. We generally think of these as features of the software. Reproducing patented processes and methods, even in independently written code, is patent infringement.

In contrast, copyright only protects artistic aspects of software code, not its functional aspects. Consequently, if software is protected only by copyright, then others may appropriate any of the features implemented by the software by simply writing their own code independently.

America’s courts have historically struggled with how to separate artistic aspects of software code from functional aspects. Because software is mostly functional, you might think that copyright protection of software is weak. Generally, you’d be right.

But copyright protection is very useful if someone copies either the source code or the compiled code. If someone literally copies all or a portion of such code, then a court would probably decide that at least some artistic aspects were copied, thereby infringing the original developer’s copyright.

But, you think, if that is the case, why would Google think it could literally copy a portion of the Java API? The answer is based on a well-established principle of copyright law that tries to prevent granting patent-like rights through copyright. Specifically, according to the Copyright Act, copyright protection in a work must not extend to any functional system or method of operation, regardless of the form in which the system or method is described in the work. 

One reason for this copyright principle is the differing ease at which protection may be obtained. Copyright protection arises out of the creative effort of writing software. No application for copyright protection is required. In contrast, to obtain patent protection, an application must be filed at the U.S. Patent and Trademark Office. A highly trained patent examiner reviews the application against the state of known technologies. An examiner may only grant a patent when convinced that the claimed invention is new and not obvious over such technologies.

Google had argued that if the Java API were copyrightable, then copyright protection would effectively extend to the functional system described in the Java API. Thus, Google claimed, for anyone to create a functional system exactly as described in the Java API, they would have to copy the Java API.

Then, said Google, because copying the Java API would infringe Oracle’s copyright, its copyright effectively extends to the functional system described in the Java API — improperly granting patent-like rights through copyright.

The Federal Circuit disagreed. It reasoned that “the declaring code [in the Java API] could have been written and organized in any number of ways and still have achieved the same functions.”

For example, the Court argued that the Windows Phone API from Microsoft provides “similar functionality” with an entirely different structure, naming scheme and selection than the Java API. Whether Google could copy the exact functional system described in the API is apparently a question of compatibility, which the Court said should be addressed with a “fair use defense.”

Avoiding Copyright Infringement

One tip to avoid copyright infringement is developers should not copy a third-party’s API unless the developers have a license to do so. That sounds straightforward, but it is often difficult or impossible. Say a company plans to develop a new software product that will compete with a competitor’s existing software product. Customers will access the new software product through an API.

Competitor customers also access the competitor’s existing software product through an API. To encourage the competitor customers to switch to the company’s new software product, the company may be tempted to copy the competitor’s API. If the new API is the same as the competitor’s API, then the competitor customers would not need to make any changes to their code to use the company’s new software product.

In such a scenario, the company should not copy the competitor’s API without a license and rely on the fair use defense without first consulting a copyright attorney. Fair use is highly fact-sensitive — and highly subjective. A jury weighs multiple factors, and it is difficult to know in advance whether any fair use defense will succeed.

Surprisingly, if the innovating company develops a new API instead of making an identical copy of the competitor’s, it still risks copyright infringement. A copyright owner may prove that an original work has been copied by first proving that the accused infringer had access to the original work and second showing that the accused work is “substantially similar” to the original. In this “copy test,” direct evidence of copying is not a requirement.

So, developing a new API may risk infringement even if the new API is not identical to the competitor’s and was not actually consciously copied from the competitor. If the two APIs are found to be “substantially similar” and the developers of the new API had access to the competitor’s, then that competitor could successfully argue that the new API infringes their copyright.

You can surely imagine the scene in court where an attorney shows a jury the two APIs side-by-side, and points out all the similarities!

One way to mitigate this risk is to develop any new API using “clean room” development. In this approach, the desired functionality is given to a developer, who writes the new API from scratch without ever accessing the competitor’s API. This technique addresses the issue of whether one’s developers had access to the competitor’s API in the “copy test.”

If a company is a startup, though, all its developers may already have had access to the competitor’s API. That may make a “clean room” option economically unviable because the startup would have to hire one or more other developers who demonstrably had no access to the competitor’s API.

Instead, the company may deliberately try to make the new API different from the competitor’s. It may first instruct its developers to develop a unique new API based on the desired functionality without referring back to the competitor’s API; then it could compare the resulting new API to the competitor’s and modify any elements that are too similar. However, this “deliberately different” option is much riskier than the “clean room” option.

Protecting Software

How can a company protect its own software? One way is to publish its APIs just to make it easier to show that a competitor had access to them. Ideally, there also is another legitimate reason to publish its APIs, such as to provide online documentation for users. Then, if the competitor creates a substantially similar API, a company might succeed in a copyright infringement claim.

That brings us back to patent protection, which should be sought for new and innovative features. Although recent Supreme Court rulings such as the notable 2014 decision in Alice Corporation v. CLS Bank Intl. have made patenting certain categories of software inventions more difficult, patents on software features for many different technologies are alive and well.

Parting Thought: Issues For Some Entrepreneurs Are An Opportunity For Others

As just explained, the decision in Google v. Oracle is inconsistent with many software developers’ past view of APIs. As a result, many APIs now probably infringe another’s copyright. For better or worse, this creates opportunities for entrepreneurs to make money based on litigation or a threat of litigation. Some such scenarios might be viewed as the copyright analog of what have commonly become known as “patent trolls.”

Specifically, entities may emerge that purchase copyrights in original APIs, search for instances of others’ copying those APIs without a license and sue for damages. That surely would be an unintended outcome of the Federal Circuit’s decision — and one worth keeping an eye on.

This article is intended to provide information of general interest to the public and is not intended to offer legal advice about specific situations or problems. You should consult a lawyer if you have a legal matter requiring attention.

 

More TechCrunch

Match Group, the company that owns several dating apps, including Tinder and Hinge, released its first-quarter earnings report on Tuesday, which shows that Tinder’s paying user base has decreased for…

Match looks to Hinge as Tinder fails

Private social networking is making a comeback. Gratitude Plus, a startup that aims to shift social media in a more positive direction, is expanding its wellness-focused, personal reflections journal to…

Gratitude Plus makes social networking positive, private and personal

With venture totals slipping year-over-year in key markets like the United States, and concern that venture firms themselves are struggling to raise more capital, founders might be worried. After all,…

Can AI help founders fundraise more quickly and easily?

Google has found a way to bring a variation of its clever “Circle to Search” gesture to iPhone users. The new interaction, launched in January, allows Android users to search…

Google brings a variation on ‘Circle to Search’ to iPhone users

A new sculpture going live on Wednesday in the Flatiron South Public Plaza in New York is not your typical artwork. It combines technology, sociology, anthropology and art to let…

Always-on video portal lets people in NYC and Dublin interact in real time

Apple’s iPad event had a lot to like. New iPads with new chips and new sizes, a new Apple Pencil, and even some software updates. If you are a big…

TechCrunch Minute: When did iPads get as expensive as MacBooks?

Autonomous, AI-based players are coming to a gaming experience near you, and a new startup, Altera, is joining the fray to build this new guard of AI agents. The company announced…

Bye-bye bots: Altera’s game-playing AI agents get backing from Eric Schmidt

Google DeepMind has taken the wraps off a new version AlphaFold, their transformative machine learning model that predicts the shape and behavior of proteins. AlphaFold 3 is not only more…

Google DeepMind debuts huge AlphaFold update and free proteomics-as-a-service web app

Uber plans to deliver more perks to Uber One members, like member-exclusive events, in a bid to gain more revenue through subscriptions.  “You will see more member-exclusives coming up where…

Uber promises member exclusives as Uber One passes $1B run-rate

We’ve all seen them. The inspector with a clipboard, walking around a building, ticking off the last time the fire extinguishers were checked, or if all the lights are working.…

Checkfirst raises $1.5M pre-seed to apply AI to remote inspections and audits

Close to a decade ago, brothers Aviv and Matteo Shapira co-founded a company, Replay, that created a video format for 360-degree replays — the sorts of replays that have become…

Controversial drone company Xtend leans into defense with new $40 million round

Usually, when something starts to rot, it gets pitched in the trash. But Joanne Rodriguez wants to turn the concept of rot on its head by growing fungus on trash…

Mycocycle uses mushrooms to upcycle old tires and construction waste

Monzo has raised another £150 million ($190 million), as the challenger bank looks to expand its presence internationally — particularly in the U.S. The new round comes just two months…

UK challenger bank Monzo nabs another $190M as US expansion beckons

iRobot has announced the successor to longtime CEO, Colin Angle. Gary Cohen, who previous held chief executive role at Timex and Qualitor Automotive, will be heading up the company, marking a major…

iRobot names former Timex head Gary Cohen as CEO

Reddit — now a publicly-traded company with more scrutiny on revenue growth — is putting a big focus on boosting its international audience, starting with francophones. In their first-ever earnings…

Reddit tests automatic, whole-site translation into French using LLM-based AI

Mushrooms continue to be a big area for alternative proteins. Canada-based Maia Farms recently raised $1.7 million to develop a blend of mushroom and plant-based protein using biomass fermentation. There’s…

Meati Foods bites into another $100M amid growth to 7,000 retail locations

Cleaning the outside of buildings is a dirty job, and it’s also dangerous. Lucid Bots came on the scene in 2018 with its Sherpa line of drones to clean windows…

Lucid Bots secures $9M for drones to clean more than your windows

High interest rates and financial pressures make it more important than ever for finance teams to have a better handle on their cash flow, and several startups are hoping to…

Israeli startup Panax raises a $10M Series A for its AI-driven cash flow management platform

The European Union has deepened the investigation of Elon Musk-owned social network, X, that it opened back in December under the bloc’s online governance and content moderation rulebook, the Digital Services Act…

EU grills Elon Musk’s X about content moderation and deepfake risks

For the founders of Atlan, a data governance startup, data has always been at the heart of what they do, even before they launched the company. In fact, co-founders Prukalpa…

Atlan scores $105M for its data control plane, as LLMs boost importance of data

It is estimated that about 2 billion people, especially those in lower and middle-income countries, lack access to quality and affordable essential medicines. The situation is exacerbated by low-quality or even killer…

Axmed raises $2M from Founderful to streamline drug supply chains in underserved markets

For decades, the Global Positioning System (GPS) has maintained a de facto monopoly on positioning, navigation and timing, because it’s cheap and already integrated into billions of devices around the…

Xona Space Systems closes $19M Series A to build out ultra-accurate GPS alternative

Bankruptcy lawyers representing customers impacted by the dramatic crash of cryptocurrency exchange FTX 17 months ago say that the vast majority of victims will receive their money back — plus interest. The…

FTX crypto fraud victims to get their money back — plus interest

Google on Wednesday launched its digital wallet in India with local integrations, nearly two years after the app was relaunched as a digital wallet platform in the U.S. As TechCrunch exclusively reported last month,…

Google Wallet is now available in India

Bluesky has launched a new product roadmap for the coming months. The decentralized social network said on Tuesday that it is planning to introduce direct messages, support for videos, improved…

Bluesky to add DMs, video support and in-app custom feed curation

Samsung Medison, a medical device unit of Samsung Electronics that specializes in developing diagnostic imaging devices, said on Wednesday it plans to acquire Sonio, a Paris-based startup that makes AI-powered software…

Samsung Medison to acquire French AI ultrasound startup Sonio for $92.7M

Kyle Kuzma is a lot of things. He’s a forward for the Washington Wizards NBA team and a 2020 NBA champion. He’s also a style icon — depending on who…

NBA champion Kyle Kuzma looks to bring his team mentality to Scrum Ventures

Ofcom is cracking down on Instagram, YouTube and 150,000 other web services to improve child safety online. A new Children’s Safety Code from the U.K. Internet regulator will push tech…

Ofcom to push for better age verification, filters and 40 other checks in new online child safety code

Lipids are fatty, waxy or oily compounds that, for instance, typically come in the form of fats and oils. As a result they are heavily used in the production of…

After a $20M Series A funding, Germany’s Insempra plans eco-friendly lipid production

Tesla CEO Elon Musk has said that lidar sensors are a “crutch” for autonomous vehicles. But his company has bought so many from Luminar that Tesla is now the lidar-maker’s…

Tesla is Luminar’s largest lidar customer