We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfbb55 commit 597b0bcCopy full SHA for 597b0bc
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2021 Alexander Grebenyuk
+Copyright (c) 2022 Alexander Grebenyuk
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
Sources/HTTPHeaders/HTTPHeader.swift
@@ -1,7 +1,3 @@
-// The MIT License (MIT)
-//
-// Copyright (c) 2021 Alexander Grebenyuk (github.com/kean).
-
import Foundation
7
public struct HTTPHeader<T> {
Tests/HTTPHeadersTests/HTTPHeadersTests.swift
import XCTest
@testable import HTTPHeaders
0 commit comments