diff --git a/LICENSE b/LICENSE
index 28af24c..e2c5ff2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2025 AppCut
+Copyright 2025 OpenCut
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/README.md b/README.md
index da8edc8..99db5b7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# AppCut
+# OpenCut (prev AppCut)
A free, open-source video editor for web, desktop, and mobile.
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index 518810b..1cd4b3b 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -13,7 +13,7 @@ const inter = Inter({
});
export const metadata: Metadata = {
- title: "AppCut",
+ title: "OpenCut",
description:
"A simple but powerful video editor that gets the job done. In your browser.",
};
diff --git a/apps/web/src/components/header.tsx b/apps/web/src/components/header.tsx
index 7eda72c..bad4383 100644
--- a/apps/web/src/components/header.tsx
+++ b/apps/web/src/components/header.tsx
@@ -9,14 +9,14 @@ import { HeaderBase } from "./header-base";
export function Header() {
const leftContent = (
-
- AppCut
+
+ OpenCut
);
const rightContent = (