Skip to content

Commit 15d4805

Browse files
committed
Update the licences description in source files
1 parent b5aae6a commit 15d4805

File tree

10 files changed

+58
-58
lines changed

10 files changed

+58
-58
lines changed

Example/SDWebImageSwiftUIDemo/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
4-
//
5-
// Created by lizhuoli on 2019/8/7.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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

Example/SDWebImageSwiftUIDemo/ContentView.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ContentView.swift
3-
// SDWebImageSwiftUIDemo
4-
//
5-
// Created by lizhuoli on 2019/8/7.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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 SwiftUI
1010
import SDWebImageSwiftUI

Example/SDWebImageSwiftUIDemo/SceneDelegate.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// SceneDelegate.swift
3-
// SDWebImageSwiftUIDemo
4-
//
5-
// Created by lizhuoli on 2019/8/7.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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

SDWebImageSwiftUI.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
isa = PBXProject;
311311
attributes = {
312312
LastUpgradeCheck = 1100;
313-
ORGANIZATIONNAME = lizhuoli;
313+
ORGANIZATIONNAME = SDWebImage;
314314
TargetAttributes = {
315315
32C43DCB22FD540D00BE87F5 = {
316316
CreatedOnToolsVersion = 11.0;

SDWebImageSwiftUI/Classes/AnimatedImage.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AnimatedImage.swift
3-
// SDWebImageSwiftUI
4-
//
5-
// Created by lizhuoli on 2019/8/9.
6-
// Copyright © 2019 lizhuoli. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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 SwiftUI
1010
import SDWebImage

SDWebImageSwiftUI/Classes/ImageManager.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ImageManager.swift
3-
// SDWebImageSwiftUI
4-
//
5-
// Created by lizhuoli on 2019/8/9.
6-
// Copyright © 2019 lizhuoli. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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 SwiftUI
1010
import Combine

SDWebImageSwiftUI/Classes/SDWebImageSwiftUI.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// SDWebImageSwiftUI.swift
3-
// SDWebImageSwiftUI
4-
//
5-
// Created by lizhuoli on 2019/8/9.
6-
// Copyright © 2019 lizhuoli. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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 Foundation
1010
import SwiftUI

SDWebImageSwiftUI/Classes/WebImage.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// WebImage.swift
3-
// SDWebImageSwiftUI
4-
//
5-
// Created by lizhuoli on 2019/8/9.
6-
// Copyright © 2019 lizhuoli. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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 SwiftUI
1010
import SDWebImage

SDWebImageSwiftUI/Module/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

SDWebImageSwiftUI/Module/SDWebImageSwiftUI.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// SDWebImageSwiftUI.h
3-
// SDWebImageSwiftUI
4-
//
5-
// Created by lizhuoli on 2019/8/9.
6-
// Copyright © 2019 lizhuoli. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) DreamPiggy <[email protected]>
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 <Foundation/Foundation.h>
1010

0 commit comments

Comments
 (0)