diff --git a/DarockBili Watch App/DarockBiliApp.swift b/DarockBili Watch App/DarockBiliApp.swift index 1d37a571d..af5fdc1ef 100644 --- a/DarockBili Watch App/DarockBiliApp.swift +++ b/DarockBili Watch App/DarockBiliApp.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 Darwin import SwiftUI diff --git a/DarockBili Watch App/Errors/ErrorGetView.swift b/DarockBili Watch App/Errors/ErrorGetView.swift index daa25fc55..ea6cc64d5 100644 --- a/DarockBili Watch App/Errors/ErrorGetView.swift +++ b/DarockBili Watch App/Errors/ErrorGetView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/4. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Errors/FeedbackView.swift b/DarockBili Watch App/Errors/FeedbackView.swift index 5d1cbe642..63691671e 100644 --- a/DarockBili Watch App/Errors/FeedbackView.swift +++ b/DarockBili Watch App/Errors/FeedbackView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/5. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit 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 diff --git a/DarockBili Watch App/Errors/SignalErrorView.swift b/DarockBili Watch App/Errors/SignalErrorView.swift index 1de234ecf..a1a8881dd 100644 --- a/DarockBili Watch App/Errors/SignalErrorView.swift +++ b/DarockBili Watch App/Errors/SignalErrorView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/14. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Extension/AppFileManager.swift b/DarockBili Watch App/Extension/AppFileManager.swift index fbe023e3f..792bdcafd 100644 --- a/DarockBili Watch App/Extension/AppFileManager.swift +++ b/DarockBili Watch App/Extension/AppFileManager.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/4. // +//===----------------------------------------------------------------------===// +// +// 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 Foundation diff --git a/DarockBili Watch App/Extension/CodeExt.swift b/DarockBili Watch App/Extension/CodeExt.swift index f2631cf4b..c15207233 100644 --- a/DarockBili Watch App/Extension/CodeExt.swift +++ b/DarockBili Watch App/Extension/CodeExt.swift @@ -4,7 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/6. // - +//===----------------------------------------------------------------------===// +// +// 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 OSLog import SwiftUI diff --git a/DarockBili Watch App/Extension/UIExt.swift b/DarockBili Watch App/Extension/UIExt.swift index 7688d2477..de291e5a1 100644 --- a/DarockBili Watch App/Extension/UIExt.swift +++ b/DarockBili Watch App/Extension/UIExt.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/8. // +//===----------------------------------------------------------------------===// +// +// 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 UIKit import SwiftUI diff --git a/DarockBili Watch App/InMain/ContentView.swift b/DarockBili Watch App/InMain/ContentView.swift index bafff55e5..ef6b0a7d6 100644 --- a/DarockBili Watch App/InMain/ContentView.swift +++ b/DarockBili Watch App/InMain/ContentView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 diff --git a/DarockBili Watch App/InMain/MainView.swift b/DarockBili Watch App/InMain/MainView.swift index cf30e2ef1..0d40949e0 100644 --- a/DarockBili Watch App/InMain/MainView.swift +++ b/DarockBili Watch App/InMain/MainView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/InMain/SearchView.swift b/DarockBili Watch App/InMain/SearchView.swift index b0e0ca82e..b4305e70d 100644 --- a/DarockBili Watch App/InMain/SearchView.swift +++ b/DarockBili Watch App/InMain/SearchView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/1. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Live/LivePlayerView.swift b/DarockBili Watch App/Live/LivePlayerView.swift index fcf6288ae..ae0b7f84b 100644 --- a/DarockBili Watch App/Live/LivePlayerView.swift +++ b/DarockBili Watch App/Live/LivePlayerView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/28. // +//===----------------------------------------------------------------------===// +// +// 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 AVKit import SwiftUI diff --git a/DarockBili Watch App/Offline/OfflineMainView.swift b/DarockBili Watch App/Offline/OfflineMainView.swift index 70ec4d5d1..06f0550a4 100644 --- a/DarockBili Watch App/Offline/OfflineMainView.swift +++ b/DarockBili Watch App/Offline/OfflineMainView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/11/3. // +//===----------------------------------------------------------------------===// +// +// 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 diff --git a/DarockBili Watch App/Others/AboutView.swift b/DarockBili Watch App/Others/AboutView.swift index 5233d720b..3d703e33d 100644 --- a/DarockBili Watch App/Others/AboutView.swift +++ b/DarockBili Watch App/Others/AboutView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/2. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Others/FirstUsingView.swift b/DarockBili Watch App/Others/FirstUsingView.swift index bb7fea376..88e0d0e59 100644 --- a/DarockBili Watch App/Others/FirstUsingView.swift +++ b/DarockBili Watch App/Others/FirstUsingView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/2. // +//===----------------------------------------------------------------------===// +// +// 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 diff --git a/DarockBili Watch App/Others/LoginView.swift b/DarockBili Watch App/Others/LoginView.swift index 475b1ec14..4a8bf348c 100644 --- a/DarockBili Watch App/Others/LoginView.swift +++ b/DarockBili Watch App/Others/LoginView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Others/NoticeView.swift b/DarockBili Watch App/Others/NoticeView.swift index 38875c49c..543ec7cb2 100644 --- a/DarockBili Watch App/Others/NoticeView.swift +++ b/DarockBili Watch App/Others/NoticeView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/2. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Others/SettingsView.swift b/DarockBili Watch App/Others/SettingsView.swift index 23d6c7f75..8d3a25f69 100644 --- a/DarockBili Watch App/Others/SettingsView.swift +++ b/DarockBili Watch App/Others/SettingsView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/5. // +//===----------------------------------------------------------------------===// +// +// 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 Charts import SwiftUI diff --git a/DarockBili Watch App/PersonalCenter/ArticleView.swift b/DarockBili Watch App/PersonalCenter/ArticleView.swift index f80ac0631..708a38454 100644 --- a/DarockBili Watch App/PersonalCenter/ArticleView.swift +++ b/DarockBili Watch App/PersonalCenter/ArticleView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/1. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/PersonalCenter/DownloadsView.swift b/DarockBili Watch App/PersonalCenter/DownloadsView.swift index 27e16a95a..6cbcd30c2 100644 --- a/DarockBili Watch App/PersonalCenter/DownloadsView.swift +++ b/DarockBili Watch App/PersonalCenter/DownloadsView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/4. // +//===----------------------------------------------------------------------===// +// +// 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 AVKit import SwiftUI diff --git a/DarockBili Watch App/PersonalCenter/FavoriteView.swift b/DarockBili Watch App/PersonalCenter/FavoriteView.swift index b7eca0bc3..d3cb7e947 100644 --- a/DarockBili Watch App/PersonalCenter/FavoriteView.swift +++ b/DarockBili Watch App/PersonalCenter/FavoriteView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/4. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/PersonalCenter/FollowListView.swift b/DarockBili Watch App/PersonalCenter/FollowListView.swift index 123afc37f..1bd98490d 100644 --- a/DarockBili Watch App/PersonalCenter/FollowListView.swift +++ b/DarockBili Watch App/PersonalCenter/FollowListView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/1. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/PersonalCenter/HistoryView.swift b/DarockBili Watch App/PersonalCenter/HistoryView.swift index 8efe72e46..21f00710b 100644 --- a/DarockBili Watch App/PersonalCenter/HistoryView.swift +++ b/DarockBili Watch App/PersonalCenter/HistoryView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/3. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/PersonalCenter/PersonAccountView.swift b/DarockBili Watch App/PersonalCenter/PersonAccountView.swift index 9b0bddc6b..f8d773157 100644 --- a/DarockBili Watch App/PersonalCenter/PersonAccountView.swift +++ b/DarockBili Watch App/PersonalCenter/PersonAccountView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 AVKit import SwiftUI diff --git a/DarockBili Watch App/PersonalCenter/UserDetailView.swift b/DarockBili Watch App/PersonalCenter/UserDetailView.swift index a65ba58ca..eb07d00dc 100644 --- a/DarockBili Watch App/PersonalCenter/UserDetailView.swift +++ b/DarockBili Watch App/PersonalCenter/UserDetailView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/1. // +//===----------------------------------------------------------------------===// +// +// 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 +// +//===----------------------------------------------------------------------===// // UserDetailView 对于 watchOS 10 和其他版本是两套独立代码,更改时记得同时更改! diff --git a/DarockBili Watch App/PersonalCenter/WatchLaterView.swift b/DarockBili Watch App/PersonalCenter/WatchLaterView.swift index 0ad3aff37..e967c20ed 100644 --- a/DarockBili Watch App/PersonalCenter/WatchLaterView.swift +++ b/DarockBili Watch App/PersonalCenter/WatchLaterView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/4. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/PersonalCenter/bMessage/bMessageSendView.swift b/DarockBili Watch App/PersonalCenter/bMessage/bMessageSendView.swift index d7daf408a..497764542 100644 --- a/DarockBili Watch App/PersonalCenter/bMessage/bMessageSendView.swift +++ b/DarockBili Watch App/PersonalCenter/bMessage/bMessageSendView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/25. // +//===----------------------------------------------------------------------===// +// +// 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 import WatchKit diff --git a/DarockBili Watch App/UserDynamic/ImageViewerView.swift b/DarockBili Watch App/UserDynamic/ImageViewerView.swift index 3630458de..8e44721ae 100644 --- a/DarockBili Watch App/UserDynamic/ImageViewerView.swift +++ b/DarockBili Watch App/UserDynamic/ImageViewerView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/28. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/UserDynamic/UserDynamicMainView.swift b/DarockBili Watch App/UserDynamic/UserDynamicMainView.swift index dea7ac2b9..a15704f4f 100644 --- a/DarockBili Watch App/UserDynamic/UserDynamicMainView.swift +++ b/DarockBili Watch App/UserDynamic/UserDynamicMainView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/28. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Video/AudioPlayerView.swift b/DarockBili Watch App/Video/AudioPlayerView.swift index 4f361e931..82e01949b 100644 --- a/DarockBili Watch App/Video/AudioPlayerView.swift +++ b/DarockBili Watch App/Video/AudioPlayerView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/23. // +//===----------------------------------------------------------------------===// +// +// 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 AVKit import Combine diff --git a/DarockBili Watch App/Video/LyricerView.swift b/DarockBili Watch App/Video/LyricerView.swift index 824348452..f21e6074e 100644 --- a/DarockBili Watch App/Video/LyricerView.swift +++ b/DarockBili Watch App/Video/LyricerView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/30. // +//===----------------------------------------------------------------------===// +// +// 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 diff --git a/DarockBili Watch App/Video/VideoCommentsView.swift b/DarockBili Watch App/Video/VideoCommentsView.swift index 956992afa..d4f685727 100644 --- a/DarockBili Watch App/Video/VideoCommentsView.swift +++ b/DarockBili Watch App/Video/VideoCommentsView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/2. // +//===----------------------------------------------------------------------===// +// +// 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 OSLog import SwiftUI diff --git a/DarockBili Watch App/Video/VideoDetailView.swift b/DarockBili Watch App/Video/VideoDetailView.swift index 18114704c..3d3b0651a 100644 --- a/DarockBili Watch App/Video/VideoDetailView.swift +++ b/DarockBili Watch App/Video/VideoDetailView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 AVKit import SwiftUI diff --git a/DarockBili Watch App/Video/VideoDownloadView.swift b/DarockBili Watch App/Video/VideoDownloadView.swift index 49ce5eb65..f921b0ce3 100644 --- a/DarockBili Watch App/Video/VideoDownloadView.swift +++ b/DarockBili Watch App/Video/VideoDownloadView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/7/4. // +//===----------------------------------------------------------------------===// +// +// 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 import DarockKit diff --git a/DarockBili Watch App/Video/VideoPlayerView.swift b/DarockBili Watch App/Video/VideoPlayerView.swift index 568a0ec5d..1cf2cab78 100644 --- a/DarockBili Watch App/Video/VideoPlayerView.swift +++ b/DarockBili Watch App/Video/VideoPlayerView.swift @@ -4,6 +4,16 @@ // // Created by WindowsMEMZ on 2023/6/30. // +//===----------------------------------------------------------------------===// +// +// 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 AVKit import SwiftUI