From ead6684b08e1e638fe4ae080139e8a7e6528d31c Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 22 Jun 2025 22:22:08 +0200 Subject: [PATCH] change app name from AppCut to OpenCut --- LICENSE | 2 +- README.md | 2 +- apps/web/src/app/layout.tsx | 2 +- apps/web/src/components/header.tsx | 6 +++--- apps/web/src/components/landing/hero.tsx | 2 +- apps/web/src/lib/auth.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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 Logo - AppCut + OpenCut Logo + OpenCut ); const rightContent = (