Przeglądaj źródła

Option info file

onevcat 10 lat temu
rodzic
commit
a235402f78

+ 1 - 1
Kingfisher.xcodeproj/project.pbxproj

@@ -199,8 +199,8 @@
 				D1ED2D581AD2D0F900CFC3EB /* ImageDownloader.swift */,
 				D1ED2D591AD2D0F900CFC3EB /* KingfisherManager.swift */,
 				D1ED2D5A1AD2D0F900CFC3EB /* KingfisherOptions.swift */,
-				D1ED2D371AD2D09F00CFC3EB /* Supporting Files */,
 				4B412CA41AE8A2F9008D530A /* KingfisherOptionsInfo.swift */,
+				D1ED2D371AD2D09F00CFC3EB /* Supporting Files */,
 			);
 			path = Kingfisher;
 			sourceTree = "<group>";

+ 20 - 2
Kingfisher/KingfisherOptionsInfo.swift

@@ -2,9 +2,27 @@
 //  KingfisherOptionsInfo.swift
 //  Kingfisher
 //
-//  Created by WANG WEI on 2015/04/23.
-//  Copyright (c) 2015年 Wei Wang. All rights reserved.
+//  Created by Wei Wang on 15/4/23.
 //
+//  Copyright (c) 2015 Wei Wang <onevcat@gmail.com>
+//
+//  Permission is hereby granted, free of charge, to any person obtaining a copy
+//  of this software and associated documentation files (the "Software"), to deal
+//  in the Software without restriction, including without limitation the rights
+//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+//  copies of the Software, and to permit persons to whom the Software is
+//  furnished to do so, subject to the following conditions:
+//
+//  The above copyright notice and this permission notice shall be included in
+//  all copies or substantial portions of the Software.
+//
+//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+//  THE SOFTWARE.
 
 import Foundation