Skip to content

Commit 1591f3f

Browse files
committed
Update copyrights.
1 parent 0f11811 commit 1591f3f

File tree

8 files changed

+13
-4
lines changed

8 files changed

+13
-4
lines changed

Diff for: .mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Viacheslav Koval <[email protected]>
22
Sam Shadwell <[email protected]>
33
Thomas Morgan <[email protected]>
4+
Hal Brodigan <[email protected]>

Diff for: async-http.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = Async::HTTP::VERSION
88

99
spec.summary = "A HTTP client and server library."
10-
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]"]
10+
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]"]
1111
spec.license = "MIT"
1212

1313
spec.cert_chain = ['release.cert']

Diff for: lib/async/http/endpoint.rb

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Copyright, 2019-2024, by Samuel Williams.
55
# Copyright, 2021-2022, by Adam Daniels.
66
# Copyright, 2024, by Thomas Morgan.
7+
# Copyright, 2024, by Igor Sidorov.
8+
# Copyright, 2024, by Hal Brodigan.
79

810
require 'io/endpoint'
911
require 'io/endpoint/host_endpoint'

Diff for: lib/async/http/internet.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2018-2023, by Samuel Williams.
4+
# Copyright, 2018-2024, by Samuel Williams.
5+
# Copyright, 2024, by Igor Sidorov.
56

67
require_relative 'client'
78
require_relative 'endpoint'

Diff for: lib/async/http/protocol/http.rb

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Released under the MIT License.
44
# Copyright, 2024, by Thomas Morgan.
5+
# Copyright, 2024, by Samuel Williams.
56

67
require_relative 'http1'
78
require_relative 'http2'

Diff for: license.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright, 2019, by Denis Talakevich.
77
Copyright, 2019-2020, by Brian Morearty.
88
Copyright, 2019, by Cyril Roelandt.
99
Copyright, 2020, by Stefan Wrobel.
10-
Copyright, 2020, by Igor Sidorov.
10+
Copyright, 2020-2024, by Igor Sidorov.
1111
Copyright, 2020, by Bruno Sutic.
1212
Copyright, 2020, by Sam Shadwell.
1313
Copyright, 2020, by Orgad Shaneh.
@@ -21,6 +21,7 @@ Copyright, 2023-2024, by Thomas Morgan.
2121
Copyright, 2023, by dependabot[bot].
2222
Copyright, 2023, by Josh Huber.
2323
Copyright, 2024, by Anton Zhuravsky.
24+
Copyright, 2024, by Hal Brodigan.
2425

2526
Permission is hereby granted, free of charge, to any person obtaining a copy
2627
of this software and associated documentation files (the "Software"), to deal

Diff for: test/async/http/internet.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2018-2023, by Samuel Williams.
4+
# Copyright, 2018-2024, by Samuel Williams.
5+
# Copyright, 2024, by Igor Sidorov.
6+
# Copyright, 2024, by Hal Brodigan.
57

68
require 'async/http/internet'
79
require 'async/reactor'

Diff for: test/async/http/protocol/http.rb

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Released under the MIT License.
44
# Copyright, 2024, by Thomas Morgan.
5+
# Copyright, 2024, by Samuel Williams.
56

67
require 'async/http/protocol/http'
78
require 'async/http/a_protocol'

0 commit comments

Comments
 (0)