Browse Source

style(iOS): 处理文件头问题

StyxS 4 years ago
parent
commit
bf9b4b0a9c

+ 11 - 3
iOS/QGVAPlayerDemoSwift/QGVAPlayerDemoSwift/AppDelegate.swift

@@ -1,9 +1,17 @@
+// AppDelegate.swift
+// Tencent is pleased to support the open source community by making vap available.
 //
 //
-//  AppDelegate.swift
-//  QGVAPlayerDemoSwift
+// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
 //
 //
-//  Created by yuxiangshen on 2021/6/23.
+// Licensed under the MIT License (the "License"); you may not use this file except in
+// compliance with the License. You may obtain a copy of the License at
 //
 //
+// http://opensource.org/licenses/MIT
+//
+// Unless required by applicable law or agreed to in writing, software distributed under the License is
+// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+// either express or implied. See the License for the specific language governing permissions and
+// limitations under the License.
 
 
 import UIKit
 import UIKit
 
 

+ 11 - 3
iOS/QGVAPlayerDemoSwift/QGVAPlayerDemoSwift/QGVAPlayer-Bridging-Header.h

@@ -1,9 +1,17 @@
+// QGVAPlayer-Bridging-Header.h
+// Tencent is pleased to support the open source community by making vap available.
 //
 //
-//  QGVAPlayer-Bridging-Header.h
-//  QGVAPlayerDemoSwift
+// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
 //
 //
-//  Created by yuxiangshen on 2021/6/23.
+// Licensed under the MIT License (the "License"); you may not use this file except in
+// compliance with the License. You may obtain a copy of the License at
 //
 //
+// http://opensource.org/licenses/MIT
+//
+// Unless required by applicable law or agreed to in writing, software distributed under the License is
+// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+// either express or implied. See the License for the specific language governing permissions and
+// limitations under the License.
 
 
 #ifndef QGVAPlayer_Bridging_Header_h
 #ifndef QGVAPlayer_Bridging_Header_h
 #define QGVAPlayer_Bridging_Header_h
 #define QGVAPlayer_Bridging_Header_h

+ 11 - 3
iOS/QGVAPlayerDemoSwift/QGVAPlayerDemoSwift/SceneDelegate.swift

@@ -1,9 +1,17 @@
+// SceneDelegate.swift
+// Tencent is pleased to support the open source community by making vap available.
 //
 //
-//  SceneDelegate.swift
-//  QGVAPlayerDemoSwift
+// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
 //
 //
-//  Created by yuxiangshen on 2021/6/23.
+// Licensed under the MIT License (the "License"); you may not use this file except in
+// compliance with the License. You may obtain a copy of the License at
 //
 //
+// http://opensource.org/licenses/MIT
+//
+// Unless required by applicable law or agreed to in writing, software distributed under the License is
+// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+// either express or implied. See the License for the specific language governing permissions and
+// limitations under the License.
 
 
 import UIKit
 import UIKit
 
 

+ 11 - 3
iOS/QGVAPlayerDemoSwift/QGVAPlayerDemoSwift/ViewController.swift

@@ -1,9 +1,17 @@
+// ViewController.swift
+// Tencent is pleased to support the open source community by making vap available.
 //
 //
-//  ViewController.swift
-//  QGVAPlayerDemoSwift
+// Copyright (C) 2020 THL A29 Limited, a Tencent company.  All rights reserved.
 //
 //
-//  Created by yuxiangshen on 2021/6/23.
+// Licensed under the MIT License (the "License"); you may not use this file except in
+// compliance with the License. You may obtain a copy of the License at
 //
 //
+// http://opensource.org/licenses/MIT
+//
+// Unless required by applicable law or agreed to in writing, software distributed under the License is
+// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+// either express or implied. See the License for the specific language governing permissions and
+// limitations under the License.
 
 
 import UIKit
 import UIKit