Browse Source

Add leading whitespace to urls

Draveness 9 years ago
parent
commit
c27b46c87d
76 changed files with 77 additions and 77 deletions
  1. 1 1
      AFNetworking/AFHTTPSessionManager.h
  2. 1 1
      AFNetworking/AFHTTPSessionManager.m
  3. 2 2
      AFNetworking/AFNetworkReachabilityManager.h
  4. 1 1
      AFNetworking/AFNetworkReachabilityManager.m
  5. 1 1
      AFNetworking/AFSecurityPolicy.h
  6. 1 1
      AFNetworking/AFSecurityPolicy.m
  7. 1 1
      AFNetworking/AFURLRequestSerialization.h
  8. 1 1
      AFNetworking/AFURLRequestSerialization.m
  9. 1 1
      AFNetworking/AFURLResponseSerialization.h
  10. 1 1
      AFNetworking/AFURLResponseSerialization.m
  11. 1 1
      AFNetworking/AFURLSessionManager.h
  12. 1 1
      AFNetworking/AFURLSessionManager.m
  13. 1 1
      Example/Classes/Models/Post.h
  14. 1 1
      Example/Classes/Models/Post.m
  15. 1 1
      Example/Classes/Models/User.h
  16. 1 1
      Example/Classes/Models/User.m
  17. 1 1
      Example/Classes/Networking Extensions/AFAppDotNetAPIClient.h
  18. 1 1
      Example/Classes/Networking Extensions/AFAppDotNetAPIClient.m
  19. 1 1
      Example/OS X Example/AppDelegate.h
  20. 1 1
      Example/OS X Example/AppDelegate.m
  21. 1 1
      Example/OS X Example/main.m
  22. 1 1
      Example/Today Extension Example/TodayViewController.h
  23. 1 1
      Example/Today Extension Example/TodayViewController.m
  24. 1 1
      Example/iOS Example/AppDelegate.h
  25. 1 1
      Example/iOS Example/AppDelegate.m
  26. 1 1
      Example/iOS Example/Controllers/GlobalTimelineViewController.h
  27. 1 1
      Example/iOS Example/Controllers/GlobalTimelineViewController.m
  28. 1 1
      Example/iOS Example/Views/PostTableViewCell.h
  29. 1 1
      Example/iOS Example/Views/PostTableViewCell.m
  30. 1 1
      Example/main.m
  31. 1 1
      Example/tvOS Example/AppDelegate.swift
  32. 1 1
      Example/tvOS Example/Gravatar.swift
  33. 1 1
      Example/tvOS Example/ViewController.swift
  34. 1 1
      Example/watchOS Example Extension/ExtensionDelegate.h
  35. 1 1
      Example/watchOS Example Extension/ExtensionDelegate.m
  36. 1 1
      Example/watchOS Example Extension/InterfaceController.h
  37. 1 1
      Example/watchOS Example Extension/InterfaceController.m
  38. 1 1
      Framework/AFNetworking.h
  39. 1 1
      Tests/Tests/AFAutoPurgingImageCacheTests.m
  40. 1 1
      Tests/Tests/AFCompoundResponseSerializerTests.m
  41. 1 1
      Tests/Tests/AFHTTPRequestSerializationTests.m
  42. 1 1
      Tests/Tests/AFHTTPResponseSerializationTests.m
  43. 1 1
      Tests/Tests/AFHTTPSessionManagerTests.m
  44. 1 1
      Tests/Tests/AFImageDownloaderTests.m
  45. 1 1
      Tests/Tests/AFJSONSerializationTests.m
  46. 1 1
      Tests/Tests/AFNetworkActivityManagerTests.m
  47. 1 1
      Tests/Tests/AFNetworkReachabilityManagerTests.m
  48. 1 1
      Tests/Tests/AFPropertyListResponseSerializerTests.m
  49. 1 1
      Tests/Tests/AFSecurityPolicyTests.m
  50. 1 1
      Tests/Tests/AFTestCase.h
  51. 1 1
      Tests/Tests/AFTestCase.m
  52. 1 1
      Tests/Tests/AFUIActivityIndicatorViewTests.m
  53. 1 1
      Tests/Tests/AFUIButtonTests.m
  54. 1 1
      Tests/Tests/AFUIImageViewTests.m
  55. 1 1
      Tests/Tests/AFUIRefreshControlTests.m
  56. 1 1
      Tests/Tests/AFUIWebViewTests.m
  57. 1 1
      Tests/Tests/AFURLSessionManagerTests.m
  58. 1 1
      UIKit+AFNetworking/AFAutoPurgingImageCache.h
  59. 1 1
      UIKit+AFNetworking/AFAutoPurgingImageCache.m
  60. 1 1
      UIKit+AFNetworking/AFImageDownloader.h
  61. 1 1
      UIKit+AFNetworking/AFImageDownloader.m
  62. 1 1
      UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h
  63. 1 1
      UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m
  64. 1 1
      UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h
  65. 1 1
      UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m
  66. 1 1
      UIKit+AFNetworking/UIButton+AFNetworking.h
  67. 1 1
      UIKit+AFNetworking/UIButton+AFNetworking.m
  68. 1 1
      UIKit+AFNetworking/UIImageView+AFNetworking.h
  69. 1 1
      UIKit+AFNetworking/UIImageView+AFNetworking.m
  70. 1 1
      UIKit+AFNetworking/UIKit+AFNetworking.h
  71. 1 1
      UIKit+AFNetworking/UIProgressView+AFNetworking.h
  72. 1 1
      UIKit+AFNetworking/UIProgressView+AFNetworking.m
  73. 1 1
      UIKit+AFNetworking/UIRefreshControl+AFNetworking.h
  74. 1 1
      UIKit+AFNetworking/UIRefreshControl+AFNetworking.m
  75. 1 1
      UIKit+AFNetworking/UIWebView+AFNetworking.h
  76. 1 1
      UIKit+AFNetworking/UIWebView+AFNetworking.m

+ 1 - 1
AFNetworking/AFHTTPSessionManager.h

@@ -1,5 +1,5 @@
 // AFHTTPSessionManager.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFHTTPSessionManager.m

@@ -1,5 +1,5 @@
 // AFHTTPSessionManager.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
AFNetworking/AFNetworkReachabilityManager.h

@@ -1,5 +1,5 @@
 // AFNetworkReachabilityManager.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
@@ -38,7 +38,7 @@ NS_ASSUME_NONNULL_BEGIN
 
  Reachability can be used to determine background information about why a network operation failed, or to trigger a network operation retrying when a connection is established. It should not be used to prevent a user from initiating a network request, as it's possible that an initial request may be required to establish reachability.
 
- See Apple's Reachability Sample Code (https://developer.apple.com/library/ios/samplecode/reachability/ )
+ See Apple's Reachability Sample Code ( https://developer.apple.com/library/ios/samplecode/reachability/ )
 
  @warning Instances of `AFNetworkReachabilityManager` must be started with `-startMonitoring` before reachability status can be determined.
  */

+ 1 - 1
AFNetworking/AFNetworkReachabilityManager.m

@@ -1,5 +1,5 @@
 // AFNetworkReachabilityManager.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFSecurityPolicy.h

@@ -1,5 +1,5 @@
 // AFSecurityPolicy.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFSecurityPolicy.m

@@ -1,5 +1,5 @@
 // AFSecurityPolicy.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFURLRequestSerialization.h

@@ -1,5 +1,5 @@
 // AFURLRequestSerialization.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFURLRequestSerialization.m

@@ -1,5 +1,5 @@
 // AFURLRequestSerialization.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFURLResponseSerialization.h

@@ -1,5 +1,5 @@
 // AFURLResponseSerialization.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFURLResponseSerialization.m

@@ -1,5 +1,5 @@
 // AFURLResponseSerialization.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFURLSessionManager.h

@@ -1,5 +1,5 @@
 // AFURLSessionManager.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
AFNetworking/AFURLSessionManager.m

@@ -1,5 +1,5 @@
 // AFURLSessionManager.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/Classes/Models/Post.h

@@ -1,6 +1,6 @@
 // Post.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/Classes/Models/Post.m

@@ -1,6 +1,6 @@
 // Post.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/Classes/Models/User.h

@@ -1,6 +1,6 @@
 // User.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/Classes/Models/User.m

@@ -1,6 +1,6 @@
 // User.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/Classes/Networking Extensions/AFAppDotNetAPIClient.h

@@ -1,6 +1,6 @@
 // AFAppDotNetAPIClient.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/Classes/Networking Extensions/AFAppDotNetAPIClient.m

@@ -1,6 +1,6 @@
 // AFAppDotNetAPIClient.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/OS X Example/AppDelegate.h

@@ -1,6 +1,6 @@
 // AppDelegate.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/OS X Example/AppDelegate.m

@@ -1,6 +1,6 @@
 // AppDelegate.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/OS X Example/main.m

@@ -1,5 +1,5 @@
 // main.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/Today Extension Example/TodayViewController.h

@@ -1,6 +1,6 @@
 // TodayViewController.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/Today Extension Example/TodayViewController.m

@@ -1,6 +1,6 @@
 //  TodayViewController.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/iOS Example/AppDelegate.h

@@ -1,6 +1,6 @@
 // AppDelegate.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/iOS Example/AppDelegate.m

@@ -1,6 +1,6 @@
 // AppDelegate.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/iOS Example/Controllers/GlobalTimelineViewController.h

@@ -1,6 +1,6 @@
 // GlobalTimelineViewController.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/iOS Example/Controllers/GlobalTimelineViewController.m

@@ -1,6 +1,6 @@
 // GlobalTimelineViewController.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/iOS Example/Views/PostTableViewCell.h

@@ -1,6 +1,6 @@
 // TweetTableViewCell.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/iOS Example/Views/PostTableViewCell.m

@@ -1,6 +1,6 @@
 // TweetTableViewCell.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/main.m

@@ -1,5 +1,5 @@
 // main.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 // 
 // 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
Example/tvOS Example/AppDelegate.swift

@@ -1,5 +1,5 @@
 // AppDelegate.swift
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/tvOS Example/Gravatar.swift

@@ -1,6 +1,6 @@
 // Gravatar.swift
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/tvOS Example/ViewController.swift

@@ -1,5 +1,5 @@
 // ViewController.swift
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/watchOS Example Extension/ExtensionDelegate.h

@@ -1,5 +1,5 @@
 // ExtensionDelegate.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/watchOS Example Extension/ExtensionDelegate.m

@@ -1,5 +1,5 @@
 // ExtensionDelegate.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/watchOS Example Extension/InterfaceController.h

@@ -1,5 +1,5 @@
 //  InterfaceController.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Example/watchOS Example Extension/InterfaceController.m

@@ -1,5 +1,5 @@
 // InterfaceController.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
Framework/AFNetworking.h

@@ -1,5 +1,5 @@
 // AFNetworking.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFAutoPurgingImageCacheTests.m

@@ -1,5 +1,5 @@
 // AFAutoPurgingImageCacheTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFCompoundResponseSerializerTests.m

@@ -1,5 +1,5 @@
 // AFURLSessionManagerTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFHTTPRequestSerializationTests.m

@@ -1,5 +1,5 @@
 // AFHTTPRequestSerializationTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFHTTPResponseSerializationTests.m

@@ -1,5 +1,5 @@
 // AFHTTPResponseSerializationTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFHTTPSessionManagerTests.m

@@ -1,5 +1,5 @@
 // AFHTTPSessionManagerTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFImageDownloaderTests.m

@@ -1,5 +1,5 @@
 // AFImageDownloaderTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFJSONSerializationTests.m

@@ -1,5 +1,5 @@
 // AFJSONSerializationTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFNetworkActivityManagerTests.m

@@ -1,5 +1,5 @@
 // AFNetworkActivityManagerTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFNetworkReachabilityManagerTests.m

@@ -1,5 +1,5 @@
 // AFNetworkReachabilityManagerTests.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFPropertyListResponseSerializerTests.m

@@ -1,5 +1,5 @@
 // AFPropertyListResponseSerializerTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFSecurityPolicyTests.m

@@ -1,5 +1,5 @@
 // AFSecurityPolicyTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFTestCase.h

@@ -1,5 +1,5 @@
 // AFTestCase.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFTestCase.m

@@ -1,5 +1,5 @@
 // AFTestCase.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFUIActivityIndicatorViewTests.m

@@ -1,5 +1,5 @@
 // AFUIActivityIndicatorViewTests.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFUIButtonTests.m

@@ -1,5 +1,5 @@
 // AFUIButtonTests.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFUIImageViewTests.m

@@ -1,5 +1,5 @@
 // AFUIImageViewTests.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFUIRefreshControlTests.m

@@ -1,5 +1,5 @@
 // AFUIRefreshControlTests.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFUIWebViewTests.m

@@ -1,5 +1,5 @@
 // AFUIWebViewTests.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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/Tests/AFURLSessionManagerTests.m

@@ -1,5 +1,5 @@
 // AFURLSessionManagerTests.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/AFAutoPurgingImageCache.h

@@ -1,5 +1,5 @@
 // AFAutoPurgingImageCache.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/AFAutoPurgingImageCache.m

@@ -1,5 +1,5 @@
 // AFAutoPurgingImageCache.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/AFImageDownloader.h

@@ -1,5 +1,5 @@
 // AFImageDownloader.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/AFImageDownloader.m

@@ -1,5 +1,5 @@
 // AFImageDownloader.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h

@@ -1,5 +1,5 @@
 // AFNetworkActivityIndicatorManager.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m

@@ -1,5 +1,5 @@
 // AFNetworkActivityIndicatorManager.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h

@@ -1,5 +1,5 @@
 // UIActivityIndicatorView+AFNetworking.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m

@@ -1,5 +1,5 @@
 // UIActivityIndicatorView+AFNetworking.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIButton+AFNetworking.h

@@ -1,5 +1,5 @@
 // UIButton+AFNetworking.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIButton+AFNetworking.m

@@ -1,5 +1,5 @@
 // UIButton+AFNetworking.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIImageView+AFNetworking.h

@@ -1,5 +1,5 @@
 // UIImageView+AFNetworking.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIImageView+AFNetworking.m

@@ -1,5 +1,5 @@
 // UIImageView+AFNetworking.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIKit+AFNetworking.h

@@ -1,6 +1,6 @@
 // UIKit+AFNetworking.h
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIProgressView+AFNetworking.h

@@ -1,5 +1,5 @@
 // UIProgressView+AFNetworking.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIProgressView+AFNetworking.m

@@ -1,5 +1,5 @@
 // UIProgressView+AFNetworking.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIRefreshControl+AFNetworking.h

@@ -1,6 +1,6 @@
 // UIRefreshControl+AFNetworking.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIRefreshControl+AFNetworking.m

@@ -1,6 +1,6 @@
 // UIRefreshControl+AFNetworking.m
 //
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIWebView+AFNetworking.h

@@ -1,5 +1,5 @@
 // UIWebView+AFNetworking.h
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // 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
UIKit+AFNetworking/UIWebView+AFNetworking.m

@@ -1,5 +1,5 @@
 // UIWebView+AFNetworking.m
-// Copyright (c) 2011–2016 Alamofire Software Foundation (http://alamofire.org/ )
+// Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ )
 //
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal