Skip to content

Commit

Permalink
Fix copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 21, 2025
1 parent ea64aaa commit 55c88d9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 18 deletions.
3 changes: 1 addition & 2 deletions lib/protocol/http/header/accept.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2023, by Samuel Williams.
# Copyright, 2023, by Thomas Morgan.
# Copyright, 2025, by Samuel Williams.

require_relative "split"
require_relative "quoted_string"
Expand Down
3 changes: 1 addition & 2 deletions lib/protocol/http/header/accept_charset.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2023, by Samuel Williams.
# Copyright, 2023, by Thomas Morgan.
# Copyright, 2025, by Samuel Williams.

require_relative "split"
require_relative "quoted_string"
Expand Down
3 changes: 1 addition & 2 deletions lib/protocol/http/header/accept_encoding.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2023, by Samuel Williams.
# Copyright, 2023, by Thomas Morgan.
# Copyright, 2025, by Samuel Williams.

require_relative "split"
require_relative "quoted_string"
Expand Down
3 changes: 1 addition & 2 deletions lib/protocol/http/header/accept_language.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2023, by Samuel Williams.
# Copyright, 2023, by Thomas Morgan.
# Copyright, 2025, by Samuel Williams.

require_relative "split"
require_relative "quoted_string"
Expand Down
2 changes: 1 addition & 1 deletion lib/protocol/http/header/quoted_string.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2016-2024, by Samuel Williams.
# Copyright, 2025, by Samuel Williams.

module Protocol
module HTTP
Expand Down
2 changes: 1 addition & 1 deletion lib/protocol/http/headers.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

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

require_relative "header/split"
require_relative "header/multiple"
Expand Down
3 changes: 1 addition & 2 deletions test/protocol/http/header/accept.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2016, by Matthew Kerwin.
# Copyright, 2017-2024, by Samuel Williams.
# Copyright, 2025, by Samuel Williams.

require 'protocol/http/header/accept'

Expand Down
3 changes: 1 addition & 2 deletions test/protocol/http/header/accept_charset.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2016, by Matthew Kerwin.
# Copyright, 2017-2024, by Samuel Williams.
# Copyright, 2025, by Samuel Williams.

require 'protocol/http/header/accept_charset'

Expand Down
3 changes: 1 addition & 2 deletions test/protocol/http/header/accept_encoding.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2016, by Matthew Kerwin.
# Copyright, 2017-2024, by Samuel Williams.
# Copyright, 2025, by Samuel Williams.

require 'protocol/http/header/accept_encoding'

Expand Down
3 changes: 1 addition & 2 deletions test/protocol/http/header/accept_language.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2016, by Matthew Kerwin.
# Copyright, 2017-2024, by Samuel Williams.
# Copyright, 2025, by Samuel Williams.

require 'protocol/http/header/accept_language'

Expand Down

0 comments on commit 55c88d9

Please sign in to comment.