Citations

Full opinion text

LINN, Circuit Judge. Uniloc USA, Inc. and Uniloc Singapore Private Limited (collectively, “Uniloc”) appeal from the decision of the United States District Court for the District of Rhode Island granting Microsoft Corporation’s (“Microsoft”) motion for judgment as a matter of law (“JMOL”) of non-infringement and no willful infringement of asserted claims of Uniloc’s U.S. Patent No. 5,490,216 (“'216 patent”), and, in the alternative, granting a new trial on infringement and willfulness. Uniloc USA, Inc. v. Microsoft Corp., 640 F.Supp.2d 150 (D.R.I. Sept.29, 2009) (“Uniloc II”). Uniloc also appeals the district court’s alternative grant of a new trial on damages. Microsoft cross-appeals the district court’s denial of its motion for JMOL of invalidity of the '216 patent. Id. at 179-83. Because the jury’s verdict on infringement was supported by substantial evidence, this court reverses the district court’s grant of JMOL of non-infringement; this court also reverses the district court’s alternative grant of a new trial on infringement as an abuse of discretion. Because the jury’s verdict on willfulness was not supported by substantial evidence, this court affirms the district court’s grant of JMOL of no willfulness; the district court’s alternative grant of a new trial for willfulness is thus rendered moot. Because the jury’s damages award was fundamentally tainted by the use of a legally inadequate methodology, this court affirms the grant of a new trial on damages. Finally, because the district court did not abuse its discretion in determining that the jury verdict of no invalidity of the '216 patent was supported by substantial evidence, we affirm the district court’s denial of Microsoft’s motion for JMOL of invalidity- I. Background Commercial software manufacturers like Microsoft lose significant sales as a result of the “casual copying” of software, where users install copies of a software program on multiple computers in violation of applicable software license conditions. Uniloc’s '216 patent was an early attempt to combat such software piracy. There is no dispute as to the actual functioning of Uniloc’s patented invention and Microsoft’s accused products. The following background information is taken from the district court’s opinion. Uniloc II, 640 F.Supp.2d 150. A. The '216 Patent Uniloc’s '216 patent is directed to a software registration system to deter copying of software. The system allows the software to run without restrictions (in “use mode”) only if the system determines that the software installation is legitimate. A representative embodiment functions as follows. First, a user intending to use the software in “use mode” enters certain user information when prompted, which may include a software serial number and/or name and address information. An algorithm on the user’s computer (a “local licensee unique ID generating means”) combines the inputted information into “a registration number unique to an intending licensee” (a “local licensee unique ID”). '216 patent, Abstract. The user information is also sent to the vendor’s system, which performs the identical algorithm (a “remote licensee unique ID generating means”) to create a “remote licensee unique ID” for the user. When the application boots again, a “mode switching means” compares the local and remote licensee unique IDs. If they match, the program enters into “use mode.” If they do not match, the program enters into “demo mode,” wherein certain features are disabled. Figure 8 from the '216 patent shows the fifth preferred embodiment: '216 patent, Fig. 8. Uniloc asserts only independent claim 19: 19. A remote registration station incorporating remote licensee unique ID generating means, said station forming part of a registration system for licensing execution of digital data in a use mode, said digital data executable on a platform, said system including local licensee unique ID generating means, said system further including mode switching means operable on said platform which permits use of said digital data in said use mode on said platform only if a licensee unique ID generated by said local licensee unique ID generating means has matched a licensee unique ID generated by said remote licensee unique ID generating means; and wherein said remote licensee unique ID generating means comprises software executed on a platform which includes the algorithm utilized by said local licensee unique ID generating means to produce said licensee unique ID. '216 patent, col. 15 1.21 — col. 16 1.9 (emphasis added). B. The Accused Product The accused product is Microsoft’s Product Activation feature that acts as a gatekeeper to Microsoft’s Word XP, Word 2003, and Windows XP software programs. Upon receipt of Microsoft’s retail software program, the user must enter a 25-character alphanumeric product key contained within the packaging of Microsoft’s retail products. If the Key is valid, the user is asked to agree to the End User License Agreement (“EULA”), by which the licensor-licensee relationship is initiated. At about this time, the software creates a Product ID (“PID”) and a Hardware ID (“HWID”) on the user’s computer. The PID is formed from the combination of the Product Key, information from the software CD, and a random number from the user’s computer. The HWID is generated from information about the user’s computer. The user may use the software without initiating Product Activation, but such use is temporally limited (50 start-ups of Office and 30 days use of Windows until basic functions like saving and printing are deactivated) and functionally limited (no updates can be downloaded and installed). If the user elects to initiate Product Activation, the software sends a digital license request to Microsoft over the internet, which includes: the PID, the HWID, and additional activation information. At Microsoft’s remote location, this information is entered into one of two software algorithms: the MD5 message digest algorithm (“MD5”) for Office products and the SHA-1 secure hash algorithm (“SHA-1”) for Windows products. The functionality of the MD5 and SHA-1 algorithms is at the heart of this case. As the district court noted, Microsoft’s expert, Dr. Wallach, provided a demonstrative animation, which gives a clear, detailed, and uncontested explanation of the functionality of these algorithms. The animation and the explanation of it given by Dr. Wallach at the trial (Trial Tr. 157:21-166:3, Mar. 31, 2009) may be downloaded at http://oralarguments. cafc.uscourts.gov/ animation/ Uniloc.2010-1035.Animation. pdf. The first frame is explained below. First, A, B, C, and D are 32-bit numbers and F, G, H, and I are logical operations into which the numbers B, C, and D are entered. For example, F(x, y, z) = (x AND y) OR ((NOT x) AND z). Thus, if B, C, and D are 0,1, 1, respectively, F(0, 1,1) = 1. The result is that three 32-bit numbers are compressed into a single 32-bit number. Second, the resulting number is added to A using modular addition. Modular addition is a way of adding that resets the count of a sum after a certain threshold number is reached. The most familiar example is the American A.M./P.M. clock system. If a three hour movie begins at 11:00 A.M., it will end at 2:00 P.M. This is an example of modl2 addition: one first adds 11+3=14 then subtracts 12 to get 2. Modular addition, or modulo-addition, is used throughout the MD5 algorithm. Third, Ml, the first component of the source message being hashed, is modulo-added to the result from step 2. Fourth, additive constant K¡ is modulo-added to the result from step 3. Fifth, the resulting number is “circular shifted” (according to Microsoft) or “left shifted” (according to Uniloc); the shift is depicted by the green box with the three arrows in the diagram. Because the actual functionality is not disputed, we will refer to it as “circular shifting” for the purposes of this opinion. Inserting into the shifter the binary number 0100 1011 (which is the binary equivalent of 75), and shifting it by 1 place would yield 1007 0110 (which is the binary equivalent of 150). The result of this operation is a multiplication by two for each single unit shift. If the number is again shifted (or if the original shift was by 2 places), the output becomes 0010 1101 (which is the binary equivalent of 45). Because a single 8-bit string cannot represent numbers larger than 255 (1111 1111), such numbers are represented in mod255; thus the 300 expected from multiplying 150 by 2, becomes 45 in mod255 (300-255). Sixth, the resulting number is then modulo-added to initial value B, which final number becomes the new value B’. Initial value C becomes new value D’, D becomes A’, and A becomes B’. The hashing algorithm is then run again using these new values (A’, B’, C’, D’) in place of the old (A, B, C, D) and the second component of the message (M2) in place of the first (Ml). After sixteen rounds of this, a different logical function, G(x, y, z) is used, and the same message string is input in a different order. The function G is used for sixteen rounds, followed by sixteen rounds of function H and sixteen rounds of function I. The end result is a “license digest,” i.e. “a shortened fixed-bit output,” Uniloc II, 640 F.Supp.2d at 157, derived from the original message. Microsoft encrypts this digest, and sends it along with the original data back to the user’s computer. The software on the user’s computer decrypts the message and recovers the “license digest.” It then inputs the original data (i.e. the PID, HWID, and additional activation information) and enters it into the same MD5 or SHA-1 algorithm used by Microsoft’s computers, resulting in a local “license digest.” Microsoft’s Product Activation software compares the local license digest and the remote license digest; if they match, the software product is activated. If they do not, the software returns to pre-Product Activation mode. C. Procedural History In the first iteration of this case, the district court issued a claim construction ruling, construing several terms that are relevant to the instant appeal. Uniloc USA, Inc. v. Microsoft Corp., 447 F.Supp.2d 177 (D.R.I.2006) (“Uniloc I Claim Construction ”). These appear below. “Licensee unique ID” “A unique identifier associated with a licensee.” Id. at 183. “Local licensee unique ID generating means” and “Remote licensee unique ID generating means” Means plus function. “Function: to generate a local or remote licensee unique ID” and “Structure: a summation algorithm or a summer and equivalents thereof.” Id. at 190. “Use mode” “A mode that allows full use of the digital data or software in accordance with the license.” Id. at 196. “Mode switching means” Means plus function. “Function: to permit the digital data or software to run in a use mode if the locally generated licensee unique ID matches with the remotely generated licensee unique ID.” and “Structure: program code which performs a comparison of two numbers or a comparator and equivalents thereof.” Id. at 198 (synonyms in the claim construction not relevant to the claim at issue are removed for simplicity). “Registration system” “A system that allows digital data or software to ran in a use mode on a platform if and only if an appropriate licensing procedure has been followed.” Id. at 202. The district court granted summary judgment of non-infringement, Uniloc USA, Inc. v. Microsoft Corp., No. 03-440 (D.R.I. Oct. 19, 2007), concluding that the algorithm used at Microsoft’s remote station to generate a licensee unique ID was not identical to the algorithm used on the user’s local station as required by the last limitation in the claim. Id. at 24. On appeal, this court reversed and remanded the finding of non-infringement, holding that Uniloc had put forth “extensive and by no means eonelusory” evidence that Microsoft’s Product Activation used the same algorithm at the local and remote sites (respectively, the “local licensee unique ID generating means” and “remote licensee unique ID generating means”), and that the issue of whether the accused products met this limitation should have gone to the jury. Uniloc USA, Inc. v. Microsoft Corp., 290 Fed.Appx. 337, 343 (Fed.Cir.2008) (non-precedential) (“Uniloc I”). In that appeal, Microsoft presented several alternative grounds for affirmance, including several arguments centered around the lack of any information in that is “uniquely associated with the person” that results in a “licensee unique ID.” Br. of Microsoft Corp. at 37-53, Uniloc I (Mar. 19, 2008). This court held that “the licensee unique ID does not require personal information about the user,” so long as it is “unique,” and not “based solely on platform-related user information.” Uniloc I, 290 Fed.Appx. at 342-43. We explicitly noted that the specification of the '216 patent “leave[s] open the possibility that vendor-provided information, like Microsoft’s Product Key, could be the basis for a ‘licensee unique ID.’ ” Id. at 344. Microsoft also argued that Product Activation lacked a “licensee unique ID generating means.” This court summarily rejected that argument, noting that “[w]e have considered these arguments [for affirmance on alternative grounds] and conclude they are without merit.” Id. at 342. On remand, the district court first rejected several in limine motions, including a motion by Microsoft to exclude any testimony by Uniloc’s damages expert, Dr. Gemini, under Daubert v. Merrell Dow Pharmaceuticals, Inc., 509 U.S. 579, 589, 113 S.Ct. 2786, 125 L.Ed.2d 469 (1993) and Federal Rule of Evidence 702, for his use of an allegedly arbitrary baseline rate of $10-per-aetivation, and the use of a 25 percent rule of thumb. Uniloc USA, Inc. v. Microsoft Corp., 632 F.Supp.2d 147, 150-51 (D.R.I. 2009) (“In Limine ”). After a full trial, the jury returned a verdict of infringement and no invalidity of claim 19 of the '216 patent, and found Microsoft’s infringement to be willful. The jury awarded Uniloc $888 million in damages. In post trial motions, Microsoft asked for: (1) JMOL of invalidity due to anticipation and obviousness; (2) JMOL of non-infringement of the “licensee unique ID generating means” and “registration system”/“mode switching means” limitations; (3) JMOL of non-infringement because Microsoft could not have directly infringed the system because claim 19 requires acts to be taken on the user’s local computer over which Microsoft has no control; (4) JMOL of no willfulness; (5) a new trial on damages for the improper use of the 25% rule of thumb and the entire market value rule; and (6) in the alternative, a new trial on infringement and willfulness. The district court, in a comprehensive and well-reasoned opinion, denied JMOL of invalidity, granted JMOL of non-infringement on the basis of both contested claim limitations, granted JMOL of no willfulness, granted a new trial on damages on the improper use of the entire market value rule, rejected Microsoft’s arguments regarding the 25 percent rule of thumb as having been previously decided, Uniloc II, 640 F.Supp.2d at 184 and n. 42, and granted in the alternative a new trial on infringement and willfulness. The district court also considered and rejected Microsoft’s contentions that it could not directly infringe the asserted claims. The details of the district court’s opinion are discussed more fully below. Uniloc appeals all but the denial of JMOL of invalidity, which Microsoft cross-appeals. We have jurisdiction under 28 U.S.C. § 1295(a)(1). II. Discussion A. Infringement To prove infringement, the plaintiff bears the burden of proof to show the presence of every element or its equivalent in the accused device. Lemelson v. United States, 752 F.2d 1538, 1551 (Fed.Cir.1985). The underlying infringement issue is a question of fact reviewed for substantial evidence. Finisar Corp. v. DirecTV Group, Inc., 523 F.3d 1323, 1332 (Fed.Cir. 2008). This court’s review of a district court’s grant of JMOL is governed by regional circuit law. Union Carbide Chems. & Plastics Tech. Corp. v. Shell Oil Co., 425 F.3d 1366, 1372 (Fed.Cir.2005). The First Circuit reviews a district court’s denial of JMOL after a jury verdict de novo, asking whether “the evidence points so strongly and overwhelmingly in favor of the moving party that no reasonable jury could have returned a verdict adverse to that party.” Keisling v. SER-Jobs for Progress, Inc., 19 F.3d 755, 759-60 (1st Cir.1994). This court may not evaluate “the credibility of witnesses, resolve conflicts in testimony, or evaluate the weight of the evidence,” but must view the evidence in the light most favorable to Uniloc. Gibson v. City of Cranston, 37 F.3d 731, 735 (1st Cir.1994). Microsoft argues that because there is no dispute about how the accused products work, infringement should be reviewed de novo. Br. of Microsoft Corp. at 18, 22-23 (citing Athletic Alts., Inc. v. Prince Mfg., Inc., 73 F.3d 1573, 1578 (Fed.Cir.1996) (“Where, as here, the parties do not dispute any relevant facts regarding the accused product but disagree over which of two possible meanings of Claim 1 is the proper one, the question of literal infringement collapses to one of claim construction, and should thus be reviewed de novo.”) and General Mills, Inc. v. Hunt-Wesson, Inc., 103 F.3d 978, 983 (Fed.Cir. 1997) (similar)). It is well-settled that infringement is a factual issue, reviewed for substantial evidence. E.g. Finjan, Inc. v. Secure Computing, Corp., 626 F.3d 1197 (Fed.Cir.2010); Connell v. Sears, Roebuck & Co., 722 F.2d 1542, 1546 (Fed.Cir.1983). The cases cited by Microsoft involve a procedural posture not present in this case. As this court noted in International Rectifier Corp. v. IXYS Corp., 361 F.3d 1363, 1374 (Fed.Cir.2004), the infringement issue in General Mills collapsed into claim construction because “the parties agreed with each other and the district court about how each of two competing claim constructions would apply to the undisputed structure of the accused invention.” In other words, the parties conceded that under one claim construction there was infringement and under the other there was none, and were arguing only over which claim construction was appropriate. The infringement issue in Athletic Alternatives also came to this court with the same posture. See 73 F.3d at 1581 (“We conclude that Claim 1 of the '097 patent includes the limitation that the splay-creating string end offset distance, take on at least three values, i.e., a minimum, a maximum, and at least one intermediate value. We thus affirm the district court’s conclusion that Claim 1 does not literally read on the Vortex racket.”). As discussed below, this case presents the opposite procedural posture; the claim construction itself is not contested, but the application of that claim construction to the accused device is. Thus, this court applies the traditional rule for review of jury verdicts of factual issues discussed above. This case presents three primary infringement issues: 1) whether the accused products contain “licensee unique ID generating means”; 2) whether the accused products contain a “registration system” with a “mode switching means” that precludes full use of the software unless the outputs of the local and remote algorithms match; and 3) whether Microsoft can be liable for direct infringement when it has no control over the user’s computer. 1. “Licensee Unique ID Generating Means” The '216 patent specification describes the licensee unique ID generating means as an algorithm that functions by “combining] by addition the serial number 50 with the software product name 64 and customer information 65 and previous user identification 22 to provide registration number 66.” Id. col. 11 ll.53-56. The district court’s construction of “licensee unique ID generating means” is undisputed on appeal: it is a means plus function claim, with the function being “to generate a local or remote licensee unique ID” and the structure being “a summation algorithm or a summer and equivalents thereof.” Uniloc I Claim Construction, 447 F.Supp.2d at 190. The district court determined that no reasonable jury could find that the accused products were summation algorithms, and granted JMOL of non-infringement. The district court gave seven reasons for its decision: (1) the “circular shifting and mixing functions fundamentally create a more secure result compared to an algorithm based in summation as the specification discloses,” Uniloc II, 640 F.Supp.2d at 170; (2) summation is reversible and MD5 is irreversible and much more complicated, id. (citing Business Objects, S.A v. Microstrategy, Inc., 393 F.3d 1366, 1370 (Fed. Cir.2005)); (3) “MD5 achieves its function in a way an algorithm based in summation could not,” id.; (4) the '216 patent contained only a narrow structural disclosure that is not entitled to a broad scope, id. at 171; (5) the documentary evidence presented by Uniloc did not show what “the complex hashes in this case actually do, and whether that is equivalent to the ‘by addition’ structure Uniloc disclosed,” id. at 172; (6) Uniloc did not put forth expert opinion interpreting the documents, except for Klausner’s presentation of “factual information under the guise of opinion,” id. at 172 and n. 25 (citing Centricut, LLC v. Esab Grp., Inc., 390 F.3d 1361, 1369-70 (Fed.Cir.2004), but noting that case is “not a perfect fit”); and (7) “[t]he jury ‘lacked a grasp of the issues before it,’ ” id. at 173 (citing Tex. Instruments Inc. v. Cypress Semiconductor Corp., 90 F.3d 1558, 1570 (Fed.Cir.1996)) because it “ignored Dr. Wallach’s admittedly complex explanation and embraced Mr. Klausner’s” “incomplete, oversimplified and frankly inappropriate explanation,” id. at 170 n. 21. Uniloc argues that a reasonable jury could have concluded that MD5 and SHA1 were summation algorithms within the meaning of the '216 patent, and that the district court erred in granting JMOL of non-infringement. The jury heard two sets of evidence in favor of Uniloc’s contention that MD5 and SHA1 were summation algorithms. First, Dr. Klausner, Uniloc’s expert, testified that MD5 makes a digest of the message it receives by doing addition and multiplication in a series of rounds over and over again. It takes a piece of the input, adds and shifts it, takes another piece of the input, adds and shifts it. It does a number of other operations, what are called logical operations in mathematics. But the essence is it eventually adds each of the results of these piece-wise operations into a bucket or a hash, and that hash becomes the output of the algorithm. He also testified that MD5 uses “two primary kinds of operations to do its work. One is addition, summing; and the other is what we call left shifting ... [which is] actually nothing more than multiplication ... [which] is nothing more than addition done over and over again.” Klausner then identified the source code that was the basis of his understanding that MD5 performed addition, noting that “I’m not saying that that’s all that MD5 does, but that’s a significant portion of the MD5 algorithm.” Second, the jury saw documentary evidence identifying MD5 as, or equating it to, a summation algorithm. For example, in Microsoft’s Windows Protocols Master Glossary, one entry reads “checksum: A value that is the summation of a byte stream. By comparing the checksums computed from a data item at two different times, one can quickly assess whether the data items are identical.” That same document equates “hashes” and “checksums,” and notes that “[w]ell-known hash algorithms for computer hashes include MD4, MD5, and SHA1.” Other Microsoft documents also refer to the outcome of the MD5 algorithm as a “check-sum.” See Kenneth Pfeil, Data Security and Data Availability in the Administrative Authority, Microsoft TechNet, available at http://technet.microsoft.com/en-us/ library/cc722918.aspx (“Hashing. Hashing is also referred to as MD5 check-sum.”). See also Windows Driver Kit: Network Devices and Protocols: NDIS-TASKNPSEC, MSDN, updated document available at http://msdn. microsoft.com/en-us/library/ff558990.aspx (“MD5 Set by a miniport driver to indicate that its NIC can use the keyed MD5 algorithm for computing and/or validating a cryptographic checksum for an AH payload and/or ESP payload.”). In addition, Uniloc relied on U.S. Patent No. 6,263,432 (“'432 patent”), which, in describing the procedure for generating a secure e-ticket, includes the following step: In this example, each of the four fields in the ‘eticket’ framework 302 and user extension 304 include data represented by the number 1’ in step S1. The message Digest/Hash is represented by a summation (Σ) algorithm (equated to, or exemplary of, the MD5 protocol or other hashing algorithm). Hence, to calculate the Message Digest/Hash, a summation algorithm is implemented using all eight fields of data in step 2. '432 patent col. 9 ll.50-57. Uniloc also argues that the district court improperly narrowed the claim construction on JMOL from “summation algorithm” to a “simple combination of inputs by addition,” Uniloc, 640 F.Supp.2d at 170, which was improper under Hewlett-Packard Co. v. Mustek Sys., Inc., 340 F.3d 1314, 1320 (Fed.Cir.2003). Microsoft counters with three arguments. First, Uniloc’s interpretation of “summation algorithm” would be so broad as to cover any algorithm with a plus sign, and would be akin to adopting the rejected claim construction of licensee unique ID generating means as simply “an algorithm.” Microsoft argues that such a broad reading is inconsistent with the patent, which disclosed only the specific structure where “the algorithm, in this embodiment, combines by addition,” '216 patent, col. 11 11.53-56. Second, Microsoft notes that its expert, Dr. Wallach, established that the algorithms as a whole are not “summation algorithm[s]” because neither circular shifting nor the logical operations of MD5 and SHA1 are addition-based, and that his testimony was unrebutted, because the district court prevented Uniloc’s expert, Dr. Klausner, from opining that MD5 and SHA1 were summation algorithms within the scope of claim 19 of the '216 patent. Finally, Microsoft contrasts the purpose of MD5 and SHA1 — to irreversibly scramble the data so that the inputs cannot be derived — with the purpose of the summation algorithms in the '216 patent, to put data together by addition. As this court held in Uniloc I, 290 Fed.Appx. at 342, there was substantial evidence for a jury to conclude that the output of the MD5 and SHA1 algorithms was a licensee unique ID. Thus, both MD5 and the summation algorithm in the '216 patent perform the same function of generating a licensee unique ID. It is also undisputed that MD5 and SHA1 use some addition to perform this function. Uniloc II, 640 F.Supp.2d at 168. Thus, the issue is whether the additional structural components of MD5 and SHA1 preclude a reasonable jury from finding that they are “summation algorithm[s].” This court agrees with Uniloc that they do not. First, the breadth of claim 19 is not as narrow as Microsoft argues and the district court concluded. “The literal scope of a properly construed means-plus-function limitation does not extend to all means for performing a certain function. Rather, the scope of such claim language is sharply limited to the structure disclosed in the specification and its equivalents.” J & M Corp. v. Harley-Davidson, Inc., 269 F.3d 1360, 1367 (Fed.Cir.2001). Nevertheless, in determining equivalence under § 112 ¶ 6, “the range of permissible equivalents depends upon the extent and nature of the invention.” IMS Tech., Inc. v. Haas Automation, Inc., 206 F.3d 1422, 1436 (Fed.Cir. 2000) (citing Tex. Instruments, Inc. v. ITC, 805 F.2d 1558, 1563 (Fed.Cir.1986)). “More particularly, when in a claimed ‘means’ limitation the disclosed physical structure is of little or no importance to the claimed invention, there may be a broader range of equivalent structures than if the physical characteristics of the structure are critical in performing the claimed function in the context of the claimed invention.” Id. The structural disclosure in the '216 patent is not limited to simple addition in the colloquial sense of adding numbers together and nothing more. In the sixth embodiment, from which the summation structure was derived, the algorithm “combines by addition the serial number 50 with the software product name 64 and customer information 65 and previous user identification 22 to provide registration number.” '216 patent col.11 ll.54-57. This “combination by addition” necessarily incorporates an initial step of converting the information into a common format to be added, which requires more than simple addition. Moreover, there is no indication that the summation structure was critical to the '216 patent’s licensee unique ID generating means algorithm’s function of generating a licensee unique ID. In fact, the '216 patent repeatedly refers to the licensee unique ID generating means by the generic phrase, “an algorithm,” e.g. '216 patent col.2 11.65-66, and makes clear that the importance of the algorithm is only that it be “adapted to generate a registration number which is unique to an intending licensee.” Id. col.2 11.66-67. It may well be that the structural disclosure of the licensee unique ID generating means limitation is minimal because of the relative unimportance of the particular structure of that element. This does not, as Microsoft argues, result in pure functional claiming, nor expand the claim construction to Uniloc’s proposed and rejected one of “an algorithm.” Declining to limit the construction to simple addition does not also extend the claims to any algorithm that includes a plus sign; the construction retains its explicit limitation that the algorithm used be fairly capable of categorization as “a summation algorithm.” Second, a jury could reasonably determine that MD5 and SHA1 were not as radically different from the summation algorithm disclosed in the '216 as Microsoft and the district court determined them to be. Klausner testified that the “essence” of MD5 is that it “adds each of the results of [the logical operations and shifts] into a bucket or hash,” and that addition is one of the “two primary kinds of operations [that MD5 performs],” and the second is left shifting, which he equated to multiplication, which he testified “is nothing more than addition done over and over again.” To be sure, Microsoft’s Dr. Wallach disagreed with Klausner’s testimony, choosing to focus on the logical functions, which he called the “heart and soul that makes MD5 what it is,” and the circular shifter, both of which he opined were not “summation.” However, Microsoft has not explained why all the steps of an algorithm must be summation steps in order for the algorithm to qualify as a summation algorithm. The jury could reasonably have believed that MD5 is a summation algorithm. As this court noted in IMS Tech., “though two structures arguably would not be considered equivalent structures in other contexts, e.g., if performing functions other than the claimed function,” they may nevertheless be equivalent under § 112 ¶ 6 when performing the same function. 206 F.3d at 1436. Here, the claimed function is the generation of a licensee unique ID, see infra section I.C, and if as Klausner testified, MD5 uses addition to perform this function, the enhanced functionality of MD5 in making the output more secure should not prevent it from being considered an equivalent structure. Microsoft’s argument that because MD5 is irreversible it cannot be a summation algorithm — such that even if “you know the output of the algorithm, it is impossible even to guess any one input that would create the output,” Br. of Microsoft at 21 — is likewise unconvincing, because the same is true of the most basic simple addition algorithm (e.g., it is impossible to identify the two numbers whose sum is 23). Third, the district court improperly rejected Klausner’s testimony as “incomplete, oversimplified and frankly inappropriate,” justifying its rejection by Klausner’s failure to discuss hashing, summation, or left-shifting in his expert report, and his analogizing of an MD5 digest to a Reader’s Digest book. Uniloc II, 640 F.Supp.2d at 170 n. 21. In common with the other circuits, First Circuit law does not allow the district court in a jury trial to evaluate “the credibility of witnesses, resolve conflicts in testimony, or evaluate the weight of the evidence.” Gibson, 37 F.3d at 735. Under Daubert, the district court must exercise its “gatekeeper” function in ensuring that scientific testimony is relevant and reliable. Kumho Tire Co. v. Carmichael, 526 U.S. 137, 137, 119 S.Ct. 1167, 143 L.Ed.2d 238 (1999) (discussing Daubert v. Merrell Dow Pharm., Inc., 509 U.S. 579, 589, 113 S.Ct. 2786, 125 L.Ed.2d 469 (1993)). Here, the district court explicitly noted that Klausner was “qualified.” Uniloc II, 640 F.Supp.2d at 172 n. 25. It is decidedly the jury’s role to evaluate the weight to be given to the testimony of dueling qualified experts. i4i Ltd. P’ship v. Microsoft Corp., 598 F.3d 831, 856 (Fed.Cir.2010), cert, granted, 562 U.S. -, 131 S.Ct. 647, 178 L.Ed.2d 476 (2010) (“[I]t is not the district court’s role under Daubert to evaluate the correctness of facts underlying an expert’s testimony.”). The district court’s criticism of Klausner’s use of the analogy of a digest to a “reader’s digest” is also improper, because Microsoft did not object at trial and has used the same analogy in describing the output of SHA1 as a “hash digest, where digest indicates a shortened size, similar to Reader’s Digest condensed books.” Klausner’s testimony was certainly a simplification of the functioning of MD5, but neither the district court nor Microsoft demonstrate why it was “oversimplified,” Uniloc II, 640 F.Supp.2d at 171 n. 21, or even why it was inaccurate. Klausner recognized that summation was not all that MD5 did, but opined that it was “a significant portion of the MD5 algorithm.” Finally, Microsoft’s attacks on the documentary evidence presented by Uniloc are unwarranted. In particular, the contemporaneous Microsoft documents that define the output of MD5 as a “checksum,” or “cryptographic checksum,” or indicate that MD5 is indicative of a summation algorithm, '432 patent col. 9 ll.50-57, help to associate the MD5 procedure within the reasonable bounds of the word “summation.” It is reasonable to consider MD5 a summation algorithm where those skilled in the art refer to its output as a “hash-sum ” or an “MD5 sum.” Dr. Wallach had the opportunity to respond at trial. For example, in discussing Microsoft’s Tech-Net document, which included an entry, “Hashing. Hashing is also referred to as MD5 checksum,” Dr. Wallach and Uniloc’s attorney engaged in the following colloquy: Q. Thank you. And so, then, apparently, you disagree that it would be fair to say that a — that an MD5 is a check-sum? A. MD5 is a cryptographic checksum. It’s a specialized kind of checksum. Q. No, no, I didn’t ask that question. A. Yes, you did. Q. I said would you agree that it would be fair to refer to the MD5 as just a checksum, as specifically done in Microsoft’s document here? A. Computer scientists would call MD5 a cryptographic checksum to distinguish it from other kinds of checksums. Microsoft has failed to show why a reasonable jury could not have rejected this distinction. Moreover, the district court’s response to these documents is puzzling. The district court acknowledged that “[s]ome of these documents no doubt say that MD5 and SHA-1 are a type of hash, or checksum,” but noted that the documents did not show what “the complex hashes in this case actually do,” Uniloc II, 640 F.Supp.2d at 172. However, MD5 and SHA-1 are the complex hashes in this case. For the above reasons, this court concludes that a reasonable jury could rely on Klausner’s testimony and the documentary evidence to conclude that MD5 and SHA1 were “summation algorithm[s]” as that phrase is used in the context of the '216 patent. 2. “Registration System” and “Mode Switching Means” In the alternative, the district court granted JMOL of non-infringement because of Product Activation’s failure to incorporate a “registration system” or “mode switching means” using the following constructions:__ “Mode switching means” Means plus function. “Function: to permit the digital data or software to run in a use mode if the locally generated licensee unique ID matches with the remotely generated licensee unique ID.” and “Structure: program code which performs a comparison of two numbers or a comparator and equivalents thereof.” Uniloc I Claim Construction, 447 F.Supp.2d at 198 (synonyms in the claim construction not relevant to the claim at issue are removed for simplicity). “Registration system” “A system that allows digital data or software to run in a use mode on a platform if and only if an appropriate licensing procedure has been followed.” Id. at 202. “Use mode” “A mode that allows full use of the digital data or software in accordance with the license.” Id. at 196. These constructions are undisputed on appeal. It is also undisputed that the relevant “license” in the definition of “use mode” is the EULA, to which the user agrees prior to initiation of Product Activation in the accused product. The crux of the question is whether the use of the accused products before Product Activation constitutes full use in accordance with the EULA. Microsoft argues that the legal licensing occurred at the time the EULA was accepted by the user, and that whatever use this permitted was full use in accordance with the license. In other words, because the terms of the EULA only give the user the right to use the accused products with certain temporal and functional restrictions, such restricted use is “full use” under the terms of the EULA, and “fulfills] the seller’s/licensor’s obligations in relation to the sale or license of the right to execute the digital data or software in the use mode.” '216 patent col. 2 ll.42-44. Microsoft contrasts its system with that disclosed in the '216 patent, which it says is limited to systems in which legal licensing and registration occur concurrently. The district court agreed with Microsoft, holding that once the user agrees to the EULA, “the user becomes a licensee, and can use the software in accordance with the terms of the license, and with the provided functionality.... Activation itself simply opens additional doors which were previously locked to the licensee.” Uniloc II, 640 F.Supp.2d at 175-77. Microsoft’s argument ultimately fails because it rests on the false factual premise that the functionality during the “grace period” between the EULA and Product Activation satisfies Microsoft’s obligations under the EULA. This factual premise is false for three reasons. First, the EULA accompanying Microsoft Office states: “Mandatory Activation. You may not be able to exercise Your rights to the Software Product under this EULA after a finite number of product launches unless You activate Your copy of the Software Product in the manner described during the launch sequence.” This sentence indicates that “rights ... under this EULA” are restricted unless the product is activated, and do not encompass some abstract right to full functionality. Consistently, the Windows EULA, in a clause discussing “Mandatory Activation” notes that “[t]he license rights granted under this EULA are limited to the first thirty (30) days after you first install the Product unless you supply information required to activate your licensed copy.” These “license rights granted under this EULA” are rights that had already been defined by the EULA without temporal or functional restrictions: “You may install, use, access, display and run one copy of the Product on a single computer,” subject only to limitations on the number of processors and computers that may use the program. Second, both the Windows license (“Microsoft grants you the following rights provided that you comply with all terms and conditions of this EULA”) and the Office license (“The license rights described in this Section are subject to all other terms and conditions of this EULA”) are conditional. Both also note that Product Activation is “[mjandatory.” Thus, unless the user activates the product, she is not entitled to the rights granted by the EULA. Finally, Klausner testified that unless the accused products are activated, they cannot receive product updates or upgrades. However, the Windows EULA allows a user to install “updates, supplements, add-on components, or Internet-based services components, of the Product that Microsoft may provide to you or make available to you after the date you obtain your initial copy of the Product.” Thus, in order to have “full use ... in accordance with the license,” the user must have access to these upgrades. This only occurs upon activation. This court thus concludes that use during the “grace period” after agreement to the EULA and before Product Activation in the accused product does not constitute full use in accordance with the EULA. It is undisputed that Product Activation lifts all the grace period restrictions if and only if the information entered indicates a legitimate copy of Office or Windows. Moreover, the '216 patent is not limited to the situation where activation and licensing are concurrent. In the preferred embodiment shown in Figures 2a-c, the registration system requires the user to view the license and to “continue” with the registration, far upstream of the activation. Until the user inputs confirmed payment details and plugs in a valid registration number, only the “demo version” of the software will run. Once the user performs these steps, the registration system switches the software into the “full version.” '216 patent, Figs. 2a-c. For the above reasons, the jury had substantial evidence to find that Microsoft’s Product Activation included a “registration system” and “mode switching means,” and thus the district court erred in granting JMOL of non-infringement on the basis of this limitation. 3. Alternative Ground for Affirmance: Licensee Unique ID Microsoft also argues as an alternative ground for affirmance of JMOL that the output of its MD5 and SHA1 algorithms was not a licensee unique ID as required by claim 19 of the '216 patent because it was not “associated with a licensee.” This argument was sufficiently addressed and decided against Microsoft by this court in the prior appeal, and is thus law of the case here. Uniloc I, 290 Fed.Appx. at 345 (reversing summary judgment of non-infringement and holding that the output of Product Activation “generate[s] what might qualify as a licensee unique ID, the hash value”). 4. Alternative Ground for Affirmance: Direct Infringement Microsoft presents an alternative ground for affirmance of JMOL of non-infringement, on the basis that Uniloc failed to prove direct infringement because Microsoft did not supply or use the end-users’ computers that implemented the local licensee unique ID generating means and mode switching means. Microsoft relies primarily on Cross Medical Products, Inc. v. Medtronic Sofamor Danek, Inc., 424 F.3d 1293 (Fed.Cir.2005), and a line of cases including Muniauction, Inc. v. Thomson Corp., 532 F.3d 1318 (Fed.Cir. 2008) and BMC Res., Inc. v. Paymentech, L.P., 498 F.3d 1373 (Fed.Cir.2007). The district court rejected this argument in its JMOL opinion. Microsoft’s argument is severely hampered by the language of claim 19. Claim 19 is directed to “A remote registration station incorporating remote licensee unique ID generating means, said station forming part of a registration system ... including local licensee unique ID generating means.... ” '216 patent col.15 11.21— 26. As we noted in BMC, “[a] patentee can usually structure a claim to capture infringement by a single party,” by “focus[ing] on one entity.” 498 F.3d at 1381. This is exactly what Uniloc did in claim 19, which focuses exclusively on the “remote registration station,” and defines the environment in which that registration station must function. It cannot be disputed that during each Product Activation, Microsoft “uses” a “remote registration station” that incorporates a “remote licensee unique ID generating means,” and this station forms part of a “registration system” that also includes a “local licensee unique ID generating means” and a “mode switching means.” That other parties are necessary to complete the environment in which the claimed element functions does not necessarily divide the infringement between the necessary parties. For example, a claim that reads “An algorithm incorporating means for receiving e-mails” may require two parties to function, but could nevertheless be infringed by the single party who uses an algorithm that receives e-mails. The claim here is thus distinguishable from those at issue in Muniauction and BMC, because here, only one party, Microsoft, makes or uses the remote registration station. See Muniauction, 532 F.3d at 1329; BMC, 498 F.3d at 1373. Nor is claim 19 analogous to the claim at issue in Cross Medical. There, the claim called for “[a] fixation device comprising ... an anchor seat means which has a lower bone interface operatively joined to said bone segment.” 424 F.3d at 1299 (citing U.S. Patent No. 5,474,555 col. 8 11.33-41). This court construed “operatively joined” to mean that the interface and the bone must be in contact, id. at 1305, and held that Medtronic did not infringe the claims because “Medtronic does not itself make an apparatus with the ‘interface’ portion in contact with bone,” id. at 1311. Here, however, Microsoft does make and use the remote registration station in the environment required by the claims, when the MD5 and SHA1 generate a remote licensee unique ID. Moreover, this court agrees with the district court that “[a]ccepting Microsoft’s argument that the local side of Claim 19 requires an end-user’s participation, similar to the surgeons’ participation in Cross Medical, would be akin to importing a method step into this software system — something the language of Claim 19 does not support.” Uniloc II, 640 F.Supp.2d at 162. 5. New Trial on Infringement Issues Citing the closeness of the questions presented on JMOL in this case, the district court also granted in the alternative Microsoft’s motion for a new trial on infringement. This court’s standard of review over a district court’s grant of a motion for new trial is governed by regional circuit law. WMS Gaming, Inc. v. Int’l Game Tech., 184 F.3d 1339, 1361 (Fed.Cir.1999). In the First Circuit, a new trial is only appropriate when “the outcome is against the clear weight of the evidence such that upholding the verdict will result in a miscarriage of justice.” Ramos v. Davis & Geck, Inc., 167 F.3d 727, 731 (1st Cir.1999). In contrast to JMOL, in considering a motion for a new trial, the district court may “independently weigh the evidence.” Jennings v. Jones, 587 F.3d 430, 436 (1st Cir.2009). “[A] district judge cannot displace a jury’s verdict merely because he disagrees with it or because a contrary verdict may have been equally supportable. As we have repeatedly observed, trial judges do not sit as thirteenth jurors, empowered to reject any verdict with which they disagree.” Id. (internal citation omitted). Nevertheless, the district court is entitled to deference in granting a new trial motion, and the First Circuit only overturns the grant of a new trial if the district court has abused its discretion. Id. at 435 (citing Gasperini v. Ctr. For Humanities, Inc., 518 U.S. 415, 435, 116 S.Ct. 2211, 135 L.Ed.2d 659 (1996)). As the Supreme Court noted, “[t]rial judges have the unique opportunity to consider the evidence in the living courtroom context, while appellate judges see only the cold paper record.” Gasperini, 518 U.S. at 438, 116 S.Ct. 2211. The district court granted Microsoft’s motion for a new trial on the infringement issues in the alternative to its JMOL motion, and did not present any analysis apart from its analysis of the JMOL infringement issues discussed above. This court is convinced that the district court’s grant of a new trial on infringement has no more merit than the district court’s grant of JMOL on infringement. Though it is a close issue, this is not a situation where the evidence falls within the zone where substantial evidence supports the verdict and the district court’s discretion in granting a new trial trumps such evidence. This court thus reverses the district court’s grant of a new trial on infringement for the same reasons as it reverses the grant of JMOL of non-infringement. B. JMOL and New Trial for Willfulness “[T]o establish willful infringement, a patentee must show by clear and convincing evidence that the infringer acted despite an objectively high likelihood that its actions constituted infringement of a valid patent.” In re Seagate Tech., LLC, 497 F.3d 1360, 1371 (Fed.Cir.2007) (en banc). This is an objective inquiry. Id. In addition, a patentee must show that this risk “was either known or so obvious that it should have been known to the accused infringer.” Id. This is a subjective inquiry. The district court concluded that no reasonable jury could have found that Microsoft’s conduct fell under either Seagate prong. Uniloc II, 640 F.Supp.2d at 176-77 (objective prong), 177-79 (subjective prong). If the accused infringer’s position is susceptible to a reasonable conclusion of no infringement, the first prong of Seagate cannot be met. See Cohesive Techs., Inc. v. Waters Corp., 543 F.3d 1351, 1374 (Fed. Cir.2008) (“Because ‘rigid’ was susceptible to a reasonable construction under which Waters’s products did not infringe, there was not an objectively high likelihood that Waters’s actions constituted infringement.”). Uniloc has failed to meet the threshold objective prong of Seagate. Uniloc has not presented any evidence at trial or on appeal showing why Microsoft, at the time it began infringement, could not have reasonably determined that MD5 and SHA1 did not meet the “licensee unique ID generating means,” “licensee unique ID,” or “registration system”/“mode switching means” limitations. Specifically, infringement of the “licensee unique ID generating means” limitation is a complicated issue, made more so because “equivalence requires an intensely factual inquiry,” DePuy Spine, Inc. v. Medtronic Sofamor Danek, Inc., 567 F.3d 1314, 1337 (Fed.Cir.2009). Uniloc’s argument about copying is largely inapposite. See id. at 1336 (“[E]vidence of copying in a case of direct infringement is relevant only to Seagate’s second prong.”). As the district court noted, the facts here presented are “hardly the stuff of which objectively reckless unreasonable conduct is made.” Uniloc II, 640 F.Supp.2d at 177. Given this court’s conclusion that Uniloc failed to show that a reasonable jury could find Microsoft’s conduct objectively reckless on the evidence presented, this court need not address the subjective prong of Seagate. This court thus affirms the district court’s grant of JMOL of no willfulness, and need not address the district court’s alternative grant of a new trial on willfulness. C. New Trial on Damages The jury here awarded Uniloc $388 million, based on the testimony of Uniloc’s expert, Dr. Gemini. Dr. Gemini opined that damages should be $564,946,803. This was based on a hypothetical negotiation between Uniloc and Microsoft and the Georgia-Pacific factors. See Georgia-Pacific Corp. v. U.S. Plywood Corp., 318 F.Supp. 1116 (S.D.N.Y.1970). Gemini began with an internal pre-litigation Microsoft document that stated: Product Keys are valuable for two major reasons. First, since Product Keys can be used to install a product and create a valid Product ID, you can associate a monetary value to them. An appraisal process found that a Product Key is worth anywhere between $10 and $10,000 depending on usage. Secondly, Product Keys contain short digital signature technology that Microsoft Research created. For these reasons, it is crucial that Product Keys are handled with maximum security. In Limine, 632 F.Supp.2d at 150 n. 2. Gemini took the lowest value, $10, and testified that this is “the isolated value of Product Activation.” Gemini then applied the so-called “25 percent rule of thumb,” hypothesizing that 25% of the value of the product would go to the patent owner and the other 75% would remain with Microsoft, resulting in a baseline royalty rate of $2.50 per license issued. Gemini justified the use of the rule of thumb because it has “been accepted by Courts as an appropriate methodology in determining damages, in [his] experience, in other cases.” He then considered several of the Georgia-Pacific factors, with the idea being “to adjust this 25% up or down depending on how [the Georgia-Pacific factors] favor[] either party.” At bottom, he concluded that the factors in favor of Uniloc and Microsoft generally balanced out and did not change the royalty rate. He then multiplied the $2.50 royalty rate by the number of new licenses to Office and Windows products, 225,978,721, to get a final reasonable royalty of $564,946,803. Gemini then “did kind of a check to determine whether that number was reasonable. It’s obviously, you know, a significant amount of money. I wanted to check to make sure it was a reasonable number.” The “check” was performed by “estimating the gross revenues for the accused products” by multiplying the 225,978,721 licenses by the average sales price per license of $85. The resulting gross revenue value was $19.28 billion. Gemini then calculated that his damages calculation resulted in a royalty rate over the gross revenue of Office and Windows of approximately 2.9%. Gemini presented this information in a demonstrative pie chart to accompany his testimony. In response to Uniloc’s attorney’s question: “And have you prepared a chart or a graph or a pie chart to show us this comparison?” Uniloc’s attorney, Mr. Cronin stated, “Your honor, there’s no objection,” and Microsoft attorney Mr. Scherkenbach stated, “Right, there is no objection.” Gemini then opined that “in my experience, and data I’ve seen as far as industry royalty rates for software, which are generally above — on average, above 10% or 10, 11%, I felt that this royalty was reasonable and well within that range.” Microsoft had challenged the 25% rule in limine and attempted to exclude Mr. Gemini’s testimony. The district court noted that “the concept of a ‘rule of thumb’ is perplexing in an area of the law where reliability and precision are deemed paramount,” but rejected Microsoft’s position because the rule has been widely accepted. The district court thus considered the use of the rule of thumb to be reasonable. In Limine, 632 F.Supp.2d at 151. Microsoft contested Gemini’s use of the entire market value rule “cheek” because Product Activation was not the basis of the consumer demand for Microsoft’s Office and Windows products. The district court agreed with Microsoft, and granted a new trial on damages, because the “$19 billion cat was never put back into the bag” and the jury may have “used the $19 billion figure to ‘check’ its significant award of $388,000,000.” Uniloc II, 640 F.Supp.2d at 185. On appeal, the parties present the court with three damages issues: 1) the propriety of using the 25 percent rule; 2) application of the entire market value rule as a “check”; and 3) excessiveness of damages. Because this court affirms the district court’s conditional grant of a new trial on damages, this court need not reach the last issue. 1. 25 Percent Rule Section 284 of Title 35 of the United States Code provides that on finding infringement of a valid patent, damages shall “in no event [be] less than a reasonable royalty for the use made of the invention by the infringer, together with interest and costs as fixed by the court.” In litigation, a reasonable royalty is often determined on the basis of a hypothetical negotiation, occurring between the parties at the time that infringement began. Wang Labs. Inc. v. Toshiba Corp., 993 F.2d 858, 869-70 (Fed.Cir.1993). A reasonable royalty is the predominant measure of damages in patent infringement cases. William C. Rooklidge and Martha K. Gooding, When Hypothetical Turns to Fantasy: The Patent Reasonable Royalty Hypothetical Negotiation, BNA Insights Vol. 80:1983, at 701 n. 10 (“Hypothetical Negotiation ”) (citing PriceWaterhouseCoopers, A Closer Look: Patent Litigation Trends and the Increasing Impact of Nonpracticing Entities at 5 (2009)). The 25 percent rule of thumb is a tool that has been used to approximate the reasonable royalty rate that the manufacturer of a patented product would be willing to offer to pay to the patentee during a hypothetical negotiation. Robert Goldscheider, John Jarosz and Carla Mulhern, Use Of The 25 Per Cent Rule in Valuing IP, 37 les Nouvelles 123, 123 (Dec. 2002) (“Valuing IP ”). “The Rule suggests that the licensee pay a royalty rate equivalent to 25 per cent of its expected profits for the product that incorporates the IP at issue.” Id. As explained by its leading proponent, Robert Goldscheider, the rule takes the following form: An estimate is made of the licensee’s expected profits for the product that embodies the IP at issue. Those profits are divided by the expected net sales over that same period to arrive at a profit rate. That resulting profit rate, say 16 per cent, is then multiplied by 25 per cent to arrive at a running royalty rate. In this example, the resulting royalty rate would be 4 per cent. Going forward (or calculating backwards, in the ease of litigation), the 4 per cent royalty rate is applied to net sales to arrive at royalty payments due to the IP owner. Id. at 124. The underlying “assumption is that the licensee should retain a majority (i.e. 75 percent) of the profits, because it has undertaken substantial development, operational and commercialization risks, contributed other technology/IP and/or brought to bear its own development, operational and commercialization contributions.” Id. The rule was originally based on Goldscheider’s observations of commercial licenses entered into by a “Swiss subsidiary of a large American company, with 18 licensees around the world, each having an exclusive territory.” Id. The rights transferred were a portfolio of patents and other intellectual property apparently related to the patented products. Id. The term of each of these licenses was for three years, with the expectation that the licenses would be renewed. Id. at 123. The licensees “faced strong competition,” and “were either first or second in sales volume, and probably profitability, in their respective market.” Id. According to its proponents, the veracity of the 25 percent rule has been “confirmed by a careful examination of years of licensing and profit data, across companies and industries.” John C. Jarosz, Carla S. Mulhern and Michael Wagner, The 25% Rule Lives On, IP Law360, Sept. 8, 2010. Goldscheider published a further empirical study in 2002, concluding that across all industries, the median royalty rate was 22.6 percent, and that the data supported the use of the 25 percent rule “as a tool of analysis.” Valuing IP, 37 les Nouvelles at 132-33. Additionally, in a 1997 study of licensing organizations, 25 percent of the organizations indicated that they use the 25 percent rule as a starting point in negotiations. Stephen A. Degnan & Corwin Horton, A Survey of Licensed Royalties, 32 les Nouvelles 91, 95 (June 1997). The 25 percent rule has, however, met its share of criticism that can be broadly separated into three categories. First, it fails to account for the unique relationship be