Mattt Thompson преди 10 години
родител
ревизия
583742a539
променени са 54 файла, в които са добавени 71 реда и са изтрити 124 реда
  1. 1 2
      AFNetworking/AFHTTPRequestOperation.h
  2. 1 2
      AFNetworking/AFHTTPRequestOperation.m
  3. 1 2
      AFNetworking/AFHTTPRequestOperationManager.h
  4. 1 2
      AFNetworking/AFHTTPRequestOperationManager.m
  5. 1 2
      AFNetworking/AFHTTPSessionManager.h
  6. 1 2
      AFNetworking/AFHTTPSessionManager.m
  7. 1 2
      AFNetworking/AFNetworkReachabilityManager.h
  8. 1 2
      AFNetworking/AFNetworkReachabilityManager.m
  9. 1 2
      AFNetworking/AFSecurityPolicy.h
  10. 2 3
      AFNetworking/AFSecurityPolicy.m
  11. 1 2
      AFNetworking/AFURLConnectionOperation.h
  12. 1 2
      AFNetworking/AFURLConnectionOperation.m
  13. 3 4
      AFNetworking/AFURLRequestSerialization.h
  14. 1 2
      AFNetworking/AFURLRequestSerialization.m
  15. 1 2
      AFNetworking/AFURLResponseSerialization.h
  16. 2 3
      AFNetworking/AFURLResponseSerialization.m
  17. 1 2
      AFNetworking/AFURLSessionManager.h
  18. 1 2
      AFNetworking/AFURLSessionManager.m
  19. 1 1
      LICENSE
  20. 1 2
      Tests/Tests/1.0 Tests/AFHTTPClientTests.m
  21. 1 2
      Tests/Tests/1.0 Tests/AFHTTPRequestOperationTests.m
  22. 1 2
      Tests/Tests/1.0 Tests/AFImageRequestOperationTests.m
  23. 1 2
      Tests/Tests/1.0 Tests/AFJSONRequestOperationTests.m
  24. 1 2
      Tests/Tests/1.0 Tests/AFMockURLProtocol.h
  25. 1 2
      Tests/Tests/1.0 Tests/AFMockURLProtocol.m
  26. 1 2
      Tests/Tests/1.0 Tests/AFNetworkingTests.h
  27. 1 2
      Tests/Tests/1.0 Tests/AFNetworkingTests.m
  28. 1 2
      Tests/Tests/1.0 Tests/AFURLConnectionOperationTests.m
  29. 1 2
      Tests/Tests/AFHTTPRequestOperationTests.m
  30. 1 2
      Tests/Tests/AFHTTPRequestSerializationTests.m
  31. 1 2
      Tests/Tests/AFHTTPResponseSerializationTests.m
  32. 1 2
      Tests/Tests/AFHTTPSessionManagerTests.m
  33. 1 2
      Tests/Tests/AFJSONSerializationTests.m
  34. 1 2
      Tests/Tests/AFNetworkActivityManagerTests.m
  35. 13 14
      Tests/Tests/AFNetworkReachabilityManagerTests.m
  36. 1 2
      Tests/Tests/AFPropertyListResponseSerializerTests.m
  37. 1 2
      Tests/Tests/AFSecurityPolicyTests.m
  38. 1 2
      Tests/Tests/AFTestCase.h
  39. 1 2
      Tests/Tests/AFTestCase.m
  40. 1 2
      Tests/Tests/AFURLSessionManagerTests.m
  41. 1 2
      UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h
  42. 1 2
      UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m
  43. 1 2
      UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h
  44. 1 2
      UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m
  45. 1 2
      UIKit+AFNetworking/UIAlertView+AFNetworking.h
  46. 1 2
      UIKit+AFNetworking/UIAlertView+AFNetworking.m
  47. 1 2
      UIKit+AFNetworking/UIButton+AFNetworking.h
  48. 1 2
      UIKit+AFNetworking/UIButton+AFNetworking.m
  49. 1 2
      UIKit+AFNetworking/UIImageView+AFNetworking.h
  50. 1 2
      UIKit+AFNetworking/UIImageView+AFNetworking.m
  51. 1 2
      UIKit+AFNetworking/UIProgressView+AFNetworking.h
  52. 1 2
      UIKit+AFNetworking/UIProgressView+AFNetworking.m
  53. 1 2
      UIKit+AFNetworking/UIWebView+AFNetworking.h
  54. 2 3
      UIKit+AFNetworking/UIWebView+AFNetworking.m

+ 1 - 2
AFNetworking/AFHTTPRequestOperation.h

@@ -1,6 +1,5 @@
 // AFHTTPRequestOperation.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFHTTPRequestOperation.m

@@ -1,6 +1,5 @@
 // AFHTTPRequestOperation.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFHTTPRequestOperationManager.h

@@ -1,6 +1,5 @@
 // AFHTTPRequestOperationManager.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFHTTPRequestOperationManager.m

@@ -1,6 +1,5 @@
 // AFHTTPRequestOperationManager.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFHTTPSessionManager.h

@@ -1,6 +1,5 @@
 // AFHTTPSessionManager.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFHTTPSessionManager.m

@@ -1,6 +1,5 @@
 // AFHTTPSessionManager.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFNetworkReachabilityManager.h

@@ -1,6 +1,5 @@
 // AFNetworkReachabilityManager.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFNetworkReachabilityManager.m

@@ -1,6 +1,5 @@
 // AFNetworkReachabilityManager.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFSecurityPolicy.h

@@ -1,6 +1,5 @@
 // AFSecurityPolicy.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 3
AFNetworking/AFSecurityPolicy.m

@@ -1,6 +1,5 @@
 // AFSecurityPolicy.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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
@@ -248,7 +247,7 @@ static NSArray * AFPublicKeyTrustChainForServerTrust(SecTrustRef serverTrust) {
     } else if (!AFServerTrustIsValid(serverTrust) && !self.allowInvalidCertificates) {
         return NO;
     }
-    
+
     NSArray *serverCertificates = AFCertificateTrustChainForServerTrust(serverTrust);
     switch (self.SSLPinningMode) {
         case AFSSLPinningModeNone:

+ 1 - 2
AFNetworking/AFURLConnectionOperation.h

@@ -1,6 +1,5 @@
 // AFURLConnectionOperation.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFURLConnectionOperation.m

@@ -1,6 +1,5 @@
 // AFURLConnectionOperation.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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

+ 3 - 4
AFNetworking/AFURLRequestSerialization.h

@@ -1,6 +1,5 @@
 // AFURLRequestSerialization.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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
@@ -118,10 +117,10 @@ typedef NS_ENUM(NSUInteger, AFHTTPRequestQueryStringSerializationStyle) {
 
 /**
  Default HTTP header field values to be applied to serialized requests. By default, these include the following:
- 
+
  - `Accept-Language` with the contents of `NSLocale +preferredLanguages`
  - `User-Agent` with the contents of various bundle identifiers and OS designations
- 
+
  @discussion To add or remove default request headers, use `setValue:forHTTPHeaderField:`.
  */
 @property (readonly, nonatomic, strong) NSDictionary *HTTPRequestHeaders;

+ 1 - 2
AFNetworking/AFURLRequestSerialization.m

@@ -1,6 +1,5 @@
 // AFURLRequestSerialization.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFURLResponseSerialization.h

@@ -1,6 +1,5 @@
 // AFURLResponseSerialization.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 3
AFNetworking/AFURLResponseSerialization.m

@@ -1,6 +1,5 @@
 // AFURLResponseSerialization.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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
@@ -535,7 +534,7 @@ static UIImage * AFImageWithDataAtScale(NSData *data, CGFloat scale) {
     if (image.images) {
         return image;
     }
-    
+
     return [[UIImage alloc] initWithCGImage:[image CGImage] scale:scale orientation:image.imageOrientation];
 }
 

+ 1 - 2
AFNetworking/AFURLSessionManager.h

@@ -1,6 +1,5 @@
 // AFURLSessionManager.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
AFNetworking/AFURLSessionManager.m

@@ -1,6 +1,5 @@
 // AFURLSessionManager.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com/)
+Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFHTTPClientTests.m

@@ -1,6 +1,5 @@
 // AFHTTPClientTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFHTTPRequestOperationTests.m

@@ -1,6 +1,5 @@
 // AFHTTPRequestOperationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFImageRequestOperationTests.m

@@ -1,6 +1,5 @@
 // AFImageRequestOperationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFJSONRequestOperationTests.m

@@ -1,6 +1,5 @@
 // AFJSONRequestOperationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFMockURLProtocol.h

@@ -1,6 +1,5 @@
 // AFMockURLProtocol.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFMockURLProtocol.m

@@ -1,6 +1,5 @@
 // AFMockURLProtocol.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFNetworkingTests.h

@@ -1,6 +1,5 @@
 // AFNetworkingTests.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFNetworkingTests.m

@@ -1,6 +1,5 @@
 // AFNetworkingTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/1.0 Tests/AFURLConnectionOperationTests.m

@@ -1,6 +1,5 @@
 // AFJSONRequestOperationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFHTTPRequestOperationTests.m

@@ -1,6 +1,5 @@
 // AFHTTPRequestOperationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFHTTPRequestSerializationTests.m

@@ -1,6 +1,5 @@
 // AFHTTPSerializationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFHTTPResponseSerializationTests.m

@@ -1,6 +1,5 @@
 // AFHTTPResponseSerializationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFHTTPSessionManagerTests.m

@@ -1,6 +1,5 @@
 // AFHTTPSessionManagerTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFJSONSerializationTests.m

@@ -1,6 +1,5 @@
 // AFJSONSerializationTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFNetworkActivityManagerTests.m

@@ -1,6 +1,5 @@
 // AFNetworkActivityManagerTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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

+ 13 - 14
Tests/Tests/AFNetworkReachabilityManagerTests.m

@@ -1,6 +1,5 @@
 // AFNetworkReachabilityManagerTests.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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
@@ -34,10 +33,10 @@
 
 - (void)setUp {
     [super setUp];
-    
+
     //both of these manager objects should always be reachable when the tests are run
     self.domainReachability = [AFNetworkReachabilityManager managerForDomain:@"localhost"];
-    
+
     //don't use the shared manager because it retains state between tests
     //but recreate it each time in the same way that the shared manager is created
     struct sockaddr_in address;
@@ -51,7 +50,7 @@
 {
     [self.addressReachability stopMonitoring];
     [self.domainReachability stopMonitoring];
-    
+
     [super tearDown];
 }
 
@@ -74,17 +73,17 @@
                                  status = [note.userInfo[AFNetworkingReachabilityNotificationStatusItem] integerValue];
                                  BOOL reachable = (status == AFNetworkReachabilityStatusReachableViaWiFi
                                                    || status == AFNetworkReachabilityStatusReachableViaWWAN);
-                                 
+
                                  XCTAssert(reachable,
                                            @"Expected network to be reachable but got '%@'",
                                            AFStringFromNetworkReachabilityStatus(status));
                                  XCTAssertEqual(reachable, manager.isReachable, @"Expected status to match 'isReachable'");
-                                 
+
                                  return YES;
                              }];
-    
+
     [manager startMonitoring];
-    
+
     [self waitForExpectationsWithTimeout:5 handler:nil];
 }
 
@@ -99,20 +98,20 @@
 - (void)verifyReachabilityStatusBlockGetsCalledWithManager:(AFNetworkReachabilityManager *)manager
 {
     XCTestExpectation *expectation = [self expectationWithDescription:@"reachability status change block gets called"];
-    
+
     typeof(manager) __weak weakManager = manager;
     [manager setReachabilityStatusChangeBlock:^(AFNetworkReachabilityStatus status) {
         BOOL reachable = (status == AFNetworkReachabilityStatusReachableViaWiFi
                           || status == AFNetworkReachabilityStatusReachableViaWWAN);
-        
+
         XCTAssert(reachable, @"Expected network to be reachable but got '%@'", AFStringFromNetworkReachabilityStatus(status));
         XCTAssertEqual(reachable, weakManager.isReachable, @"Expected status to match 'isReachable'");
-        
+
         [expectation fulfill];
     }];
-    
+
     [manager startMonitoring];
-    
+
     [self waitForExpectationsWithTimeout:5 handler:^(NSError *error) {
         [manager setReachabilityStatusChangeBlock:nil];
     }];

+ 1 - 2
Tests/Tests/AFPropertyListResponseSerializerTests.m

@@ -1,6 +1,5 @@
 // AFPropertyListResponseSerializerTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFSecurityPolicyTests.m

@@ -1,6 +1,5 @@
 // AFSecurityPolicyTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFTestCase.h

@@ -1,6 +1,5 @@
 // AFTestCase.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFTestCase.m

@@ -1,6 +1,5 @@
 // AFTestCase.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
Tests/Tests/AFURLSessionManagerTests.m

@@ -1,6 +1,5 @@
 // AFNetworkActivityManagerTests.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h

@@ -1,6 +1,5 @@
 // AFNetworkActivityIndicatorManager.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m

@@ -1,6 +1,5 @@
 // AFNetworkActivityIndicatorManager.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h

@@ -1,6 +1,5 @@
 // UIActivityIndicatorView+AFNetworking.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m

@@ -1,6 +1,5 @@
 // UIActivityIndicatorView+AFNetworking.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIAlertView+AFNetworking.h

@@ -1,6 +1,5 @@
 // UIAlertView+AFNetworking.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIAlertView+AFNetworking.m

@@ -1,6 +1,5 @@
 // UIAlertView+AFNetworking.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIButton+AFNetworking.h

@@ -1,6 +1,5 @@
 // UIButton+AFNetworking.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIButton+AFNetworking.m

@@ -1,6 +1,5 @@
 // UIButton+AFNetworking.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIImageView+AFNetworking.h

@@ -1,6 +1,5 @@
 // UIImageView+AFNetworking.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIImageView+AFNetworking.m

@@ -1,6 +1,5 @@
 // UIImageView+AFNetworking.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIProgressView+AFNetworking.h

@@ -1,6 +1,5 @@
 // UIProgressView+AFNetworking.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIProgressView+AFNetworking.m

@@ -1,6 +1,5 @@
 // UIProgressView+AFNetworking.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 2
UIKit+AFNetworking/UIWebView+AFNetworking.h

@@ -1,6 +1,5 @@
 // UIWebView+AFNetworking.h
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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 - 3
UIKit+AFNetworking/UIWebView+AFNetworking.m

@@ -1,6 +1,5 @@
 // UIWebView+AFNetworking.m
-//
-// Copyright (c) 2013-2015 AFNetworking (http://afnetworking.com)
+// Copyright (c) 2011–2015 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
@@ -140,7 +139,7 @@
         if ([strongSelf.delegate respondsToSelector:@selector(webViewDidFinishLoad:)]) {
             [strongSelf.delegate webViewDidFinishLoad:strongSelf];
         }
-        
+
 #pragma clang diagnostic pop
     } failure:^(AFHTTPRequestOperation * __unused operation, NSError *error) {
         if (failure) {