Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 23, 2024
1 parent 0f11811 commit 1591f3f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Viacheslav Koval <[email protected]>
Sam Shadwell <[email protected]>
Thomas Morgan <[email protected]>
Hal Brodigan <[email protected]>
2 changes: 1 addition & 1 deletion async-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.version = Async::HTTP::VERSION

spec.summary = "A HTTP client and server library."
spec.authors = ["Samuel Williams", "Brian Morearty", "Bruno Sutic", "Janko Marohnić", "Thomas Morgan", "Adam Daniels", "Anton Zhuravsky", "Cyril Roelandt", "Denis Talakevich", "Ian Ker-Seymer", "Igor Sidorov", "Josh Huber", "Marco Concetto Rudilosso", "Olle Jonsson", "Orgad Shaneh", "Sam Shadwell", "Stefan Wrobel", "Tim Meusel", "Trevor Turk", "Viacheslav Koval", "dependabot[bot]"]
spec.authors = ["Samuel Williams", "Brian Morearty", "Bruno Sutic", "Janko Marohnić", "Thomas Morgan", "Adam Daniels", "Igor Sidorov", "Anton Zhuravsky", "Cyril Roelandt", "Denis Talakevich", "Hal Brodigan", "Ian Ker-Seymer", "Josh Huber", "Marco Concetto Rudilosso", "Olle Jonsson", "Orgad Shaneh", "Sam Shadwell", "Stefan Wrobel", "Tim Meusel", "Trevor Turk", "Viacheslav Koval", "dependabot[bot]"]
spec.license = "MIT"

spec.cert_chain = ['release.cert']
Expand Down
2 changes: 2 additions & 0 deletions lib/async/http/endpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Copyright, 2019-2024, by Samuel Williams.
# Copyright, 2021-2022, by Adam Daniels.
# Copyright, 2024, by Thomas Morgan.
# Copyright, 2024, by Igor Sidorov.
# Copyright, 2024, by Hal Brodigan.

require 'io/endpoint'
require 'io/endpoint/host_endpoint'
Expand Down
3 changes: 2 additions & 1 deletion lib/async/http/internet.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2024, by Igor Sidorov.

require_relative 'client'
require_relative 'endpoint'
Expand Down
1 change: 1 addition & 0 deletions lib/async/http/protocol/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Released under the MIT License.
# Copyright, 2024, by Thomas Morgan.
# Copyright, 2024, by Samuel Williams.

require_relative 'http1'
require_relative 'http2'
Expand Down
3 changes: 2 additions & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright, 2019, by Denis Talakevich.
Copyright, 2019-2020, by Brian Morearty.
Copyright, 2019, by Cyril Roelandt.
Copyright, 2020, by Stefan Wrobel.
Copyright, 2020, by Igor Sidorov.
Copyright, 2020-2024, by Igor Sidorov.
Copyright, 2020, by Bruno Sutic.
Copyright, 2020, by Sam Shadwell.
Copyright, 2020, by Orgad Shaneh.
Expand All @@ -21,6 +21,7 @@ Copyright, 2023-2024, by Thomas Morgan.
Copyright, 2023, by dependabot[bot].
Copyright, 2023, by Josh Huber.
Copyright, 2024, by Anton Zhuravsky.
Copyright, 2024, by Hal Brodigan.

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
4 changes: 3 additions & 1 deletion test/async/http/internet.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2024, by Igor Sidorov.
# Copyright, 2024, by Hal Brodigan.

require 'async/http/internet'
require 'async/reactor'
Expand Down
1 change: 1 addition & 0 deletions test/async/http/protocol/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Released under the MIT License.
# Copyright, 2024, by Thomas Morgan.
# Copyright, 2024, by Samuel Williams.

require 'async/http/protocol/http'
require 'async/http/a_protocol'
Expand Down

0 comments on commit 1591f3f

Please sign in to comment.