From 335267e2c0005837ba9223f66fa5518a8ac5124e Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Mon, 1 Aug 2022 22:33:44 +0200 Subject: [PATCH 1/2] Update the year in LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e6c1111..9334ef7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Alexander Grebenyuk +Copyright (c) 2022 Alexander Grebenyuk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From c4dfef79ff8cf8cba095324434309eace277100c Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Tue, 2 Aug 2022 18:34:26 +0200 Subject: [PATCH 2/2] Remove headers from source file --- Sources/HTTPHeaders/HTTPHeader.swift | 4 ---- Tests/HTTPHeadersTests/HTTPHeadersTests.swift | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Sources/HTTPHeaders/HTTPHeader.swift b/Sources/HTTPHeaders/HTTPHeader.swift index 3d6289d..ee21b7a 100644 --- a/Sources/HTTPHeaders/HTTPHeader.swift +++ b/Sources/HTTPHeaders/HTTPHeader.swift @@ -1,7 +1,3 @@ -// The MIT License (MIT) -// -// Copyright (c) 2021 Alexander Grebenyuk (github.com/kean). - import Foundation public struct HTTPHeader { diff --git a/Tests/HTTPHeadersTests/HTTPHeadersTests.swift b/Tests/HTTPHeadersTests/HTTPHeadersTests.swift index d3da40e..edb35a6 100644 --- a/Tests/HTTPHeadersTests/HTTPHeadersTests.swift +++ b/Tests/HTTPHeadersTests/HTTPHeadersTests.swift @@ -1,7 +1,3 @@ -// The MIT License (MIT) -// -// Copyright (c) 2021 Alexander Grebenyuk (github.com/kean). - import XCTest @testable import HTTPHeaders