Skip to content

Commit 597b0bc

Browse files
authored
Update the year in LICENSE (#1)
* Update the year in LICENSE * Remove headers from source file
1 parent edfbb55 commit 597b0bc

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Alexander Grebenyuk
3+
Copyright (c) 2022 Alexander Grebenyuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Sources/HTTPHeaders/HTTPHeader.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// The MIT License (MIT)
2-
//
3-
// Copyright (c) 2021 Alexander Grebenyuk (github.com/kean).
4-
51
import Foundation
62

73
public struct HTTPHeader<T> {

Tests/HTTPHeadersTests/HTTPHeadersTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// The MIT License (MIT)
2-
//
3-
// Copyright (c) 2021 Alexander Grebenyuk (github.com/kean).
4-
51
import XCTest
62
@testable import HTTPHeaders
73

0 commit comments

Comments
 (0)