Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Homebrew Computer Company
Copyright 2025 Menlo Research

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ const config: Config = {
srcDark: "/img/logos/cortex-logo-mark.svg",
width: 34,
},
copyright: `©${new Date().getFullYear()} Homebrew Computer Company`,
copyright: `©${new Date().getFullYear()} Menlo Research`,
},
prism: {
theme: prismThemes.github,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/containers/Homepage/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const About = () => {
<h3 className="mb-0">Hello</h3>
</div>
<p>
Hello, we're the Homebrew Computer Company, the team that built{" "}
Hello, we're Menlo Research, the team that built{" "}
<a href="https://jan.ai" target="_blank">
Jan
</a>
Expand Down
Loading