MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getCopyright

Method getCopyright

src/main/java/org/htmlunit/Version.java:81–83  ·  view source on GitHub ↗

Returns the copyright notice. @return the copyright notice

()

Source from the content-addressed store, hash-verified

79 * @return the copyright notice
80 */
81 public static String getCopyright() {
82 return "Copyright (c) 2002-2026 Gargoyle Software Inc. All rights reserved.";
83 }
84}

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected