Browse Source

Fixed up copyright headers on some of the swift files...no functional changes.

Christian Noon 10 years ago
parent
commit
c52a85a959

+ 1 - 1
Source/Download.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// Download.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Source/Manager.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// Manager.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Source/ParameterEncoding.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// ParameterEncoding.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Source/Request.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// Request.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Source/ResponseSerialization.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// ResponseSerialization.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Source/Upload.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// Upload.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Source/Validation.swift

@@ -1,4 +1,4 @@
-// Alamofire.swift
+// Validation.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Tests/AuthenticationTests.swift

@@ -1,4 +1,4 @@
-// DownloadTests.swift
+// AuthenticationTests.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Tests/BaseTestCase.swift

@@ -1,4 +1,4 @@
-// DownloadTests.swift
+// BaseTestCase.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Tests/ManagerTests.swift

@@ -1,4 +1,4 @@
-// RequestTests.swift
+// ManagerTests.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Tests/TLSEvaluationTests.swift

@@ -1,4 +1,4 @@
-// DownloadTests.swift
+// TLSEvaluationTests.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //

+ 1 - 1
Tests/ValidationTests.swift

@@ -1,4 +1,4 @@
-// DownloadTests.swift
+// ValidationTests.swift
 //
 //
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 // Copyright (c) 2014–2015 Alamofire Software Foundation (http://alamofire.org/)
 //
 //