Skip to content

Commit 7944f8a

Browse files
committed
Fix copyrights.
1 parent 4212735 commit 7944f8a

File tree

10 files changed

+10
-18
lines changed

10 files changed

+10
-18
lines changed

lib/protocol/http/header/accept.rb

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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)