Skip to content

Commit 0c17688

Browse files
committed
Update the file header comment in Example
1 parent d63870d commit 0c17688

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

Example/SDWebImageSwiftUIDemo-macOS/AppDelegate.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.swift
3-
// SDWebImageSwiftUIDemo-macOS
4-
//
5-
// Created by lizhuoli on 2019/10/5.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <lizhuoli1126@126.com>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
import Cocoa
1010
import SwiftUI

Example/SDWebImageSwiftUIDemo-tvOS/AppDelegate.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.swift
3-
// SDWebImageSwiftUIDemo-tvOS
4-
//
5-
// Created by lizhuoli on 2019/10/5.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <lizhuoli1126@126.com>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
import UIKit
1010
import SwiftUI

Example/SDWebImageSwiftUIDemo-watchOS WatchKit Extension/ExtensionDelegate.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ExtensionDelegate.swift
3-
// SDWebImageSwiftUIDemo-watchOS WatchKit Extension
4-
//
5-
// Created by lizhuoli on 2019/10/5.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <lizhuoli1126@126.com>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
import WatchKit
1010
import SDWebImage

Example/SDWebImageSwiftUIDemo-watchOS WatchKit Extension/HostingController.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// HostingController.swift
3-
// SDWebImageSwiftUIDemo-watchOS WatchKit Extension
4-
//
5-
// Created by lizhuoli on 2019/10/5.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <lizhuoli1126@126.com>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
import WatchKit
1010
import Foundation

0 commit comments

Comments
 (0)