Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 5, 2024
1 parent 6d0b9ad commit d5e7a55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/protocol/http1/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Copyright, 2019, by Brian Morearty.
# Copyright, 2020, by Bruno Sutic.
# Copyright, 2023, by Thomas Morgan.
# Copyright, 2024, by Anton Zhuravsky.

require 'protocol/http/headers'

Expand Down
2 changes: 1 addition & 1 deletion lib/protocol/http1/version.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, 2019-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

module Protocol
module HTTP1
Expand Down
1 change: 1 addition & 0 deletions license.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Copyright, 2019, by Brian Morearty.
Copyright, 2020, by Olle Jonsson.
Copyright, 2020, by Bruno Sutic.
Copyright, 2023, by Thomas Morgan.
Copyright, 2024, by Anton Zhuravsky.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion protocol-http1.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.version = Protocol::HTTP1::VERSION

spec.summary = "A low level implementation of the HTTP/1 protocol."
spec.authors = ["Samuel Williams", "Thomas Morgan", "Brian Morearty", "Bruno Sutic", "Olle Jonsson"]
spec.authors = ["Samuel Williams", "Thomas Morgan", "Anton Zhuravsky", "Brian Morearty", "Bruno Sutic", "Olle Jonsson"]
spec.license = "MIT"

spec.cert_chain = ['release.cert']
Expand Down
1 change: 1 addition & 0 deletions test/protocol/http1/hijack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Released under the MIT License.
# Copyright, 2019-2023, by Samuel Williams.
# Copyright, 2024, by Anton Zhuravsky.

require 'protocol/http1/connection'
require 'connection_context'
Expand Down

0 comments on commit d5e7a55

Please sign in to comment.