Skip to content

Commit 3df19c7

Browse files
committed
Update copyrights.
1 parent 125ac96 commit 3df19c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/protocol/http/body/deflate.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, 2019-2024, by Samuel Williams.
5+
# Copyright, 2019-2025, by Samuel Williams.
66

77
require "protocol/http/body/buffered"
88
require "protocol/http/body/deflate"

test/protocol/http/body/readable.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, 2023-2024, by Samuel Williams.
4+
# Copyright, 2023-2025, by Samuel Williams.
55

66
require "protocol/http/body/stream"
77
require "protocol/http/body/readable"

test/protocol/http/header/quoted_string.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, 2016-2024, by Samuel Williams.
4+
# Copyright, 2025, by Samuel Williams.
55

66
require "protocol/http/header/quoted_string"
77

test/protocol/http/request.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, 2023-2024, by Samuel Williams.
4+
# Copyright, 2023-2025, by Samuel Williams.
55

66
require "protocol/http/request"
77

test/protocol/http/response.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, 2023-2024, by Samuel Williams.
4+
# Copyright, 2023-2025, by Samuel Williams.
55

66
require "protocol/http/response"
77
require "protocol/http/request"

0 commit comments

Comments
 (0)