From f5a02f581e25baf4f9ed7bb85b90440e8811f8ab Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Wed, 21 Jan 2026 17:03:37 +0900 Subject: [PATCH] =?UTF-8?q?docs(guide):=20=EA=B0=9C=EB=B0=9C=20=EA=B0=80?= =?UTF-8?q?=EC=9D=B4=EB=93=9C=20=EB=AC=B8=EC=84=9C=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/01_requirements/오늘 뭐 먹Z? 완전한 개발 가이드.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01_requirements/오늘 뭐 먹Z? 완전한 개발 가이드.md b/doc/01_requirements/오늘 뭐 먹Z? 완전한 개발 가이드.md index ce18131..c25aa68 100644 --- a/doc/01_requirements/오늘 뭐 먹Z? 완전한 개발 가이드.md +++ b/doc/01_requirements/오늘 뭐 먹Z? 완전한 개발 가이드.md @@ -520,7 +520,7 @@ class _SplashScreenState extends State with TickerProviderStateMix left: 0, right: 0, child: Text( - '© 2025. NatureBridgeAI. All rights reserved.', + '© 2025. NatureBridgeAI & cclabs. All rights reserved.', style: AppTypography.caption(isDark).copyWith( color: (isDark ? AppColors.darkTextSecondary : AppColors.lightTextSecondary) .withOpacity(0.5),