Skip to content

Commit

Permalink
Update year
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 13, 2024
1 parent 8523684 commit 79b6fe4
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 Alexander Grebenyuk
Copyright (c) 2021-2024 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
Expand Down
2 changes: 1 addition & 1 deletion Sources/Get/APIClient.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import Foundation
#if canImport(FoundationNetworking)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Get/APIClientDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import Foundation
#if canImport(FoundationNetworking)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Get/DataLoader.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import Foundation
#if canImport(FoundationNetworking)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Get/Request.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion Sources/Get/Response.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import Foundation

Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientAuthorizationTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
#if canImport(FoundationNetworking)
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientDelegateTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientIIntegrationTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientMakeRequestsTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientMiscTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientSendingRequestsTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ClientSessionDelegateTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/CodeSamplesTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/GitHubAPI.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import Foundation
#if canImport(FoundationNetworking)
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/Helpers.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
import Get
Expand Down
2 changes: 1 addition & 1 deletion Tests/GetTests/ResponseTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2021-2022 Alexander Grebenyuk (github.com/kean).
// Copyright (c) 2021-2024 Alexander Grebenyuk (github.com/kean).

import XCTest
@testable import Get
Expand Down

0 comments on commit 79b6fe4

Please sign in to comment.