Skip to content

Commit

Permalink
Add license comments for code files (#13)
Browse files Browse the repository at this point in the history
* Update ErrorGetView.swift

* Update FeedbackView.swift

* Update MemoryWarningView.swift

* Update SignalErrorView.swift

* Update AppFileManager.swift

* Update CodeExt.swift

* Update UIExt.swift

* Update ContentView.swift

* Update MainView.swift

* Update SearchView.swift

* Update LivePlayerView.swift

* Update OfflineMainView.swift

* Update AboutView.swift

* Update FirstUsingView.swift

* Update LoginView.swift

* Update NoticeView.swift

* Update SettingsView.swift

* Update bMessageSendView.swift

* Update ArticleView.swift

* Update DownloadsView.swift

* Update FavoriteView.swift

* Update FollowListView.swift

* Update HistoryView.swift

* Update PersonAccountView.swift

* Update UserDetailView.swift

* Update WatchLaterView.swift

* Update ImageViewerView.swift

* Update UserDynamicMainView.swift

* Update AudioPlayerView.swift

* Update LyricerView.swift

* Update VideoCommentsView.swift

* Update VideoDetailView.swift

* Update VideoDownloadView.swift

* Update VideoPlayerView.swift

* Update DarockBiliApp.swift
  • Loading branch information
WindowsMEMZ authored Nov 26, 2023
1 parent dc1293a commit 8b868eb
Show file tree
Hide file tree
Showing 35 changed files with 350 additions and 1 deletion.
10 changes: 10 additions & 0 deletions DarockBili Watch App/DarockBiliApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Errors/ErrorGetView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Errors/FeedbackView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Errors/MemoryWarningView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Errors/SignalErrorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Extension/AppFileManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
11 changes: 10 additions & 1 deletion DarockBili Watch App/Extension/CodeExt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Extension/UIExt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/InMain/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/InMain/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/InMain/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Live/LivePlayerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Offline/OfflineMainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Others/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Others/FirstUsingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Others/LoginView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Others/NoticeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/Others/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/PersonalCenter/ArticleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/PersonalCenter/DownloadsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/PersonalCenter/FavoriteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/PersonalCenter/FollowListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions DarockBili Watch App/PersonalCenter/HistoryView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 8b868eb

Please sign in to comment.