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),