From d7398a5e15a9bdf3421c0ccad372249a7c155dca Mon Sep 17 00:00:00 2001 From: WindowsMEMZ <45706356+WindowsMEMZ@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:58:11 +0800 Subject: [PATCH] Update MemoryWarningView.swift --- DarockBili Watch App/Errors/MemoryWarningView.swift | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DarockBili Watch App/Errors/MemoryWarningView.swift b/DarockBili Watch App/Errors/MemoryWarningView.swift index e7b39a131..0a405f1a8 100644 --- a/DarockBili Watch App/Errors/MemoryWarningView.swift +++ b/DarockBili Watch App/Errors/MemoryWarningView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/24. // +//===----------------------------------------------------------------------===// +// +// This source file is part of the MeowBili open source project +// +// Copyright (c) 2023 Darock Studio and the MeowBili project authors +// Licensed under GNU General Public License v3 +// +// See https://darock.top/LICENSE.txt for license information +// +//===----------------------------------------------------------------------===// import SwiftUI