Skip to content

Commit f21c3a1

Browse files
committed
Update copyrights.
1 parent 86e8da1 commit f21c3a1

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

config/sus.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2024, by Samuel Williams.
4+
# Copyright, 2024-2025, by Samuel Williams.
55

66
require "covered/sus"
77
include Covered::Sus

examples/topics.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
# Released under the MIT License.
5-
# Copyright, 2020-2024, by Samuel Williams.
5+
# Copyright, 2020-2025, by Samuel Williams.
66

77
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
88

gems.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2018-2024, by Samuel Williams.
4+
# Copyright, 2018-2025, by Samuel Williams.
55

66
source "https://rubygems.org"
77

lib/async/http/faraday.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2018-2024, by Samuel Williams.
4+
# Copyright, 2018-2025, by Samuel Williams.
55

66
require_relative "faraday/version"
77
require_relative "faraday/register"

lib/async/http/faraday/adapter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2018-2024, by Samuel Williams.
4+
# Copyright, 2018-2025, by Samuel Williams.
55
# Copyright, 2018, by Andreas Garnaes.
66
# Copyright, 2019, by Denis Talakevich.
77
# Copyright, 2019-2020, by Igor Sidorov.

lib/async/http/faraday/clients.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2024, by Samuel Williams.
4+
# Copyright, 2024-2025, by Samuel Williams.
55

66
require "faraday"
77
require "faraday/adapter"

lib/async/http/faraday/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2020-2024, by Samuel Williams.
4+
# Copyright, 2020-2025, by Samuel Williams.
55

66
require_relative "register"
77

lib/async/http/faraday/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2018-2024, by Samuel Williams.
4+
# Copyright, 2018-2025, by Samuel Williams.
55

66
module Async
77
module HTTP

test/async/http/faraday/adapter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2018-2024, by Samuel Williams.
4+
# Copyright, 2018-2025, by Samuel Williams.
55
# Copyright, 2018, by Andreas Garnaes.
66
# Copyright, 2019, by Denis Talakevich.
77
# Copyright, 2019-2020, by Igor Sidorov.

test/async/http/faraday/adapter/parallel.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2024, by Samuel Williams.
4+
# Copyright, 2024-2025, by Samuel Williams.
55

66
require "async/http/faraday"
77

test/async/http/faraday/adapter/proxy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2021-2024, by Samuel Williams.
4+
# Copyright, 2021-2025, by Samuel Williams.
55

66
require "async/http/faraday"
77

test/async/http/faraday/clients.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2024, by Samuel Williams.
4+
# Copyright, 2024-2025, by Samuel Williams.
55

66
require "async/http/faraday/clients"
77
require "async/http/middleware/location_redirector"

0 commit comments

Comments
 (0)