Skip to content

Commit 55c88d9

Browse files
committed
Fix copyrights.
1 parent ea64aaa commit 55c88d9

File tree

10 files changed

+10
-18
lines changed

10 files changed

+10
-18
lines changed

lib/protocol/http/header/accept.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2020-2023, by Samuel Williams.
5-
# Copyright, 2023, by Thomas Morgan.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require_relative "split"
87
require_relative "quoted_string"

lib/protocol/http/header/accept_charset.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2020-2023, by Samuel Williams.
5-
# Copyright, 2023, by Thomas Morgan.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require_relative "split"
87
require_relative "quoted_string"

lib/protocol/http/header/accept_encoding.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2020-2023, by Samuel Williams.
5-
# Copyright, 2023, by Thomas Morgan.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require_relative "split"
87
require_relative "quoted_string"

lib/protocol/http/header/accept_language.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2020-2023, by Samuel Williams.
5-
# Copyright, 2023, by Thomas Morgan.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require_relative "split"
87
require_relative "quoted_string"

lib/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
module Protocol
77
module HTTP

lib/protocol/http/headers.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 "header/split"
77
require_relative "header/multiple"

test/protocol/http/header/accept.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2016, by Matthew Kerwin.
5-
# Copyright, 2017-2024, by Samuel Williams.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require 'protocol/http/header/accept'
87

test/protocol/http/header/accept_charset.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2016, by Matthew Kerwin.
5-
# Copyright, 2017-2024, by Samuel Williams.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require 'protocol/http/header/accept_charset'
87

test/protocol/http/header/accept_encoding.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2016, by Matthew Kerwin.
5-
# Copyright, 2017-2024, by Samuel Williams.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require 'protocol/http/header/accept_encoding'
87

test/protocol/http/header/accept_language.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2016, by Matthew Kerwin.
5-
# Copyright, 2017-2024, by Samuel Williams.
4+
# Copyright, 2025, by Samuel Williams.
65

76
require 'protocol/http/header/accept_language'
87

0 commit comments

Comments
 (0)