Skip to content

Commit

Permalink
Add leading whitespace to urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Draveness committed Mar 14, 2016
1 parent d86c4ce commit c27b46c
Show file tree
Hide file tree
Showing 76 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion AFNetworking/AFHTTPSessionManager.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFHTTPSessionManager.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions AFNetworking/AFNetworkReachabilityManager.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFNetworkReachabilityManager.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFSecurityPolicy.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFSecurityPolicy.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLRequestSerialization.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLRequestSerialization.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLResponseSerialization.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLResponseSerialization.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLSessionManager.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLSessionManager.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Classes/Models/Post.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Classes/Models/Post.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Classes/Models/User.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Classes/Models/User.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/OS X Example/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/OS X Example/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/OS X Example/main.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Today Extension Example/TodayViewController.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Today Extension Example/TodayViewController.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/iOS Example/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/iOS Example/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/iOS Example/Views/PostTableViewCell.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/iOS Example/Views/PostTableViewCell.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/main.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/tvOS Example/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/tvOS Example/Gravatar.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/tvOS Example/ViewController.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/watchOS Example Extension/ExtensionDelegate.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/watchOS Example Extension/ExtensionDelegate.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/watchOS Example Extension/InterfaceController.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/watchOS Example Extension/InterfaceController.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Framework/AFNetworking.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFAutoPurgingImageCacheTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFCompoundResponseSerializerTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFHTTPRequestSerializationTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFHTTPResponseSerializationTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFHTTPSessionManagerTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFImageDownloaderTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFJSONSerializationTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFNetworkActivityManagerTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFNetworkReachabilityManagerTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFPropertyListResponseSerializerTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFSecurityPolicyTests.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFTestCase.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests/AFTestCase.m
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit c27b46c

Please sign in to comment.