Skip to content

Commit

Permalink
Update the licences description in source files
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Aug 9, 2019
1 parent b5aae6a commit 15d4805
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 58 deletions.
14 changes: 7 additions & 7 deletions Example/SDWebImageSwiftUIDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// AppDelegate.swift
// SDWebImageSwiftUIDemo
//
// Created by lizhuoli on 2019/8/7.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import UIKit

Expand Down
14 changes: 7 additions & 7 deletions Example/SDWebImageSwiftUIDemo/ContentView.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// ContentView.swift
// SDWebImageSwiftUIDemo
//
// Created by lizhuoli on 2019/8/7.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import SwiftUI
import SDWebImageSwiftUI
Expand Down
14 changes: 7 additions & 7 deletions Example/SDWebImageSwiftUIDemo/SceneDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// SceneDelegate.swift
// SDWebImageSwiftUIDemo
//
// Created by lizhuoli on 2019/8/7.
// Copyright © 2019 CocoaPods. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import UIKit
import SwiftUI
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1100;
ORGANIZATIONNAME = lizhuoli;
ORGANIZATIONNAME = SDWebImage;
TargetAttributes = {
32C43DCB22FD540D00BE87F5 = {
CreatedOnToolsVersion = 11.0;
Expand Down
14 changes: 7 additions & 7 deletions SDWebImageSwiftUI/Classes/AnimatedImage.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// AnimatedImage.swift
// SDWebImageSwiftUI
//
// Created by lizhuoli on 2019/8/9.
// Copyright © 2019 lizhuoli. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import SwiftUI
import SDWebImage
Expand Down
14 changes: 7 additions & 7 deletions SDWebImageSwiftUI/Classes/ImageManager.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// ImageManager.swift
// SDWebImageSwiftUI
//
// Created by lizhuoli on 2019/8/9.
// Copyright © 2019 lizhuoli. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import SwiftUI
import Combine
Expand Down
14 changes: 7 additions & 7 deletions SDWebImageSwiftUI/Classes/SDWebImageSwiftUI.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// SDWebImageSwiftUI.swift
// SDWebImageSwiftUI
//
// Created by lizhuoli on 2019/8/9.
// Copyright © 2019 lizhuoli. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import Foundation
import SwiftUI
Expand Down
14 changes: 7 additions & 7 deletions SDWebImageSwiftUI/Classes/WebImage.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// WebImage.swift
// SDWebImageSwiftUI
//
// Created by lizhuoli on 2019/8/9.
// Copyright © 2019 lizhuoli. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

import SwiftUI
import SDWebImage
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageSwiftUI/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
14 changes: 7 additions & 7 deletions SDWebImageSwiftUI/Module/SDWebImageSwiftUI.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// SDWebImageSwiftUI.h
// SDWebImageSwiftUI
//
// Created by lizhuoli on 2019/8/9.
// Copyright © 2019 lizhuoli. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) DreamPiggy <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

#import <Foundation/Foundation.h>

Expand Down

0 comments on commit 15d4805

Please sign in to comment.