浏览代码

Happy new year

onevcat 8 年之前
父节点
当前提交
85e2c437a9
共有 48 个文件被更改,包括 48 次插入48 次删除
  1. 1 1
      Demo/Kingfisher-Demo/AppDelegate.swift
  2. 1 1
      Demo/Kingfisher-Demo/Base.lproj/LaunchScreen.xib
  3. 1 1
      Demo/Kingfisher-Demo/CollectionViewCell.swift
  4. 1 1
      Demo/Kingfisher-Demo/ViewController.swift
  5. 1 1
      Demo/Kingfisher-macOS-Demo/AppDelegate.swift
  6. 1 1
      Demo/Kingfisher-macOS-Demo/Info.plist
  7. 1 1
      Demo/Kingfisher-macOS-Demo/ViewController.swift
  8. 1 1
      Demo/Kingfisher-tvOS-Demo/AppDelegate.swift
  9. 1 1
      Demo/Kingfisher-watchOS-Demo Extension/ExtensionDelegate.swift
  10. 1 1
      Demo/Kingfisher-watchOS-Demo Extension/InterfaceController.swift
  11. 1 1
      LICENSE
  12. 1 1
      Package.swift
  13. 1 1
      Sources/AnimatedImageView.swift
  14. 1 1
      Sources/CacheSerializer.swift
  15. 1 1
      Sources/Filter.swift
  16. 1 1
      Sources/FormatIndicatedCacheSerializer.swift
  17. 1 1
      Sources/Image.swift
  18. 1 1
      Sources/ImageCache.swift
  19. 1 1
      Sources/ImageDownloader.swift
  20. 1 1
      Sources/ImageModifier.swift
  21. 1 1
      Sources/ImagePrefetcher.swift
  22. 1 1
      Sources/ImageProcessor.swift
  23. 1 1
      Sources/ImageTransition.swift
  24. 1 1
      Sources/ImageView+Kingfisher.swift
  25. 1 1
      Sources/Indicator.swift
  26. 1 1
      Sources/Kingfisher.h
  27. 1 1
      Sources/Kingfisher.swift
  28. 1 1
      Sources/KingfisherManager.swift
  29. 1 1
      Sources/KingfisherOptionsInfo.swift
  30. 1 1
      Sources/NSButton+Kingfisher.swift
  31. 1 1
      Sources/Placeholder.swift
  32. 1 1
      Sources/RequestModifier.swift
  33. 1 1
      Sources/Resource.swift
  34. 1 1
      Sources/ThreadHelper.swift
  35. 1 1
      Sources/UIButton+Kingfisher.swift
  36. 1 1
      Tests/KingfisherTests/ImageCacheTests.swift
  37. 1 1
      Tests/KingfisherTests/ImageDownloaderTests.swift
  38. 1 1
      Tests/KingfisherTests/ImageExtensionTests.swift
  39. 1 1
      Tests/KingfisherTests/ImageModifierTests.swift
  40. 1 1
      Tests/KingfisherTests/ImagePrefetcherTests.swift
  41. 1 1
      Tests/KingfisherTests/ImageProcessorTests.swift
  42. 1 1
      Tests/KingfisherTests/ImageViewExtensionTests.swift
  43. 1 1
      Tests/KingfisherTests/KingfisherManagerTests.swift
  44. 1 1
      Tests/KingfisherTests/KingfisherOptionsInfoTests.swift
  45. 1 1
      Tests/KingfisherTests/KingfisherTestHelper.swift
  46. 1 1
      Tests/KingfisherTests/NSButtonExtensionTests.swift
  47. 1 1
      Tests/KingfisherTests/StringExtensionTests.swift
  48. 1 1
      Tests/KingfisherTests/UIButtonExtensionTests.swift

+ 1 - 1
Demo/Kingfisher-Demo/AppDelegate.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-Demo/Base.lproj/LaunchScreen.xib

@@ -16,7 +16,7 @@
             <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
             <subviews>
-                <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="  Copyright (c) 2017年 Wei Wang. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
+                <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="  Copyright (c) 2018年 Wei Wang. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
                     <rect key="frame" x="20" y="439" width="441" height="21"/>
                     <fontDescription key="fontDescription" type="system" pointSize="17"/>
                     <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>

+ 1 - 1
Demo/Kingfisher-Demo/CollectionViewCell.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-Demo/ViewController.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-macOS-Demo/AppDelegate.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-macOS-Demo/Info.plist

@@ -25,7 +25,7 @@
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2016年 Wei Wang. All rights reserved.</string>
+	<string>Copyright © 2018年 Wei Wang. All rights reserved.</string>
 	<key>NSMainStoryboardFile</key>
 	<string>Main</string>
 	<key>NSPrincipalClass</key>

+ 1 - 1
Demo/Kingfisher-macOS-Demo/ViewController.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-tvOS-Demo/AppDelegate.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/11/17.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-watchOS-Demo Extension/ExtensionDelegate.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/19.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Demo/Kingfisher-watchOS-Demo Extension/InterfaceController.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/19.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2017 Wei Wang
+Copyright (c) 2018 Wei Wang
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Package.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/22.
 //
-//  Copyright (c) 2016 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/AnimatedImageView.swift

@@ -9,7 +9,7 @@
 //
 //  The MIT License (MIT)
 //
-//  Copyright (c) 2017 Reda Lemeden.
+//  Copyright (c) 2018 Reda Lemeden.
 //
 //  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

+ 1 - 1
Sources/CacheSerializer.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 2016/09/02.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Filter.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 2016/08/31.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/FormatIndicatedCacheSerializer.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Junyu Kuang on 5/28/17.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Image.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ImageCache.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ImageDownloader.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ImageModifier.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Ethan Gill on 2017/11/28.
 //
-//  Copyright (c) 2017 Ethan Gill <ethan.gill@me.com>
+//  Copyright (c) 2018 Ethan Gill <ethan.gill@me.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

+ 1 - 1
Sources/ImagePrefetcher.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Claire Knight <claire.knight@moggytech.co.uk> on 24/02/2016
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ImageProcessor.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 2016/08/26.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ImageTransition.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/9/18.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ImageView+Kingfisher.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Indicator.swift

@@ -4,7 +4,7 @@
 //
 //  Created by João D. Moreira on 30/08/16.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Kingfisher.h

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Kingfisher.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/9/14.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/KingfisherManager.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/KingfisherOptionsInfo.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/23.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/NSButton+Kingfisher.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Jie Zhang on 14/04/2016.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Placeholder.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Tieme van Veen on 28/08/2017.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/RequestModifier.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 2016/09/05.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/Resource.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/6.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/ThreadHelper.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/10/9.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Sources/UIButton+Kingfisher.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/13.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/ImageCacheTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/10.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/ImageDownloaderTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/10.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/ImageExtensionTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/10/24.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/ImageModifierTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Ethan Gill on 2017/11/29.
 //
-//  Copyright (c) 2017 Ethan Gill <onevcat@gmail.com>
+//  Copyright (c) 2018 Ethan Gill <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

+ 1 - 1
Tests/KingfisherTests/ImagePrefetcherTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Claire Knight <claire.knight@moggytech.co.uk> on 24/02/2016
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/ImageProcessorTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 2016/08/30.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/ImageViewExtensionTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/17.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/KingfisherManagerTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/10/22.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/KingfisherOptionsInfoTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 16/1/4.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/KingfisherTestHelper.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/10.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/NSButtonExtensionTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/17.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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

+ 1 - 1
Tests/KingfisherTests/StringExtensionTests.swift

@@ -3,7 +3,7 @@
 //  Kingfisher
 //
 //  Created by Wei Wang on 16/8/14.
-//  Copyright © 2016年 Wei Wang. All rights reserved.
+//  Copyright © 2018年 Wei Wang. All rights reserved.
 //
 
 import XCTest

+ 1 - 1
Tests/KingfisherTests/UIButtonExtensionTests.swift

@@ -4,7 +4,7 @@
 //
 //  Created by Wei Wang on 15/4/17.
 //
-//  Copyright (c) 2017 Wei Wang <onevcat@gmail.com>
+//  Copyright (c) 2018 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