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 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