Skip to content

Commit dea7bcd

Browse files
committed
Update copyrights.
1 parent 06dae92 commit dea7bcd

37 files changed

Lines changed: 48 additions & 2 deletions

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shopify Inc. <samuel.williams@shopify.com>

async-limiter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = Async::Limiter::VERSION
88

99
spec.summary = "Execution rate limiting for Async"
10-
spec.authors = ["Bruno Sutic", "Samuel Williams"]
10+
spec.authors = ["Bruno Sutic", "Shopify Inc.", "Samuel Williams"]
1111
spec.license = "MIT"
1212

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

bake.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4+
# Copyright, 2025, by Shopify Inc.
45
# Copyright, 2025, by Samuel Williams.
56

67
# Update the project documentation with the new version number.

config/metrics.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# frozen_string_literal: true
22

3+
# Released under the MIT License.
4+
# Copyright, 2025, by Shopify Inc.
5+
# Copyright, 2025, by Samuel Williams.
6+
37
def prepare
48
require "metrics/provider/async/limiter"
59
end

config/sus.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4+
# Copyright, 2025, by Shopify Inc.
45
# Copyright, 2025, by Samuel Williams.
56

67
require "covered/sus"

config/traces.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# frozen_string_literal: true
22

3+
# Released under the MIT License.
4+
# Copyright, 2025, by Shopify Inc.
5+
# Copyright, 2025, by Samuel Williams.
6+
37
def prepare
48
require "traces/provider/async/limiter"
59
end

examples/convoy/convoy.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4+
# Released under the MIT License.
5+
# Copyright, 2025, by Shopify Inc.
6+
# Copyright, 2025, by Samuel Williams.
7+
48
require "async"
59
require "async/limiter"
610

fixtures/async/limiter/a_limiter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4+
# Copyright, 2020, by Bruno Sutic.
5+
# Copyright, 2025, by Shopify Inc.
46
# Copyright, 2025, by Samuel Williams.
57

68
require "async/limiter/timing/leaky_bucket"

fixtures/async/limiter/a_semaphore.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4+
# Copyright, 2025, by Shopify Inc.
45
# Copyright, 2025, by Samuel Williams.
56

67
module Async

gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Released under the MIT License.
44
# Copyright, 2020, by Bruno Sutic.
5+
# Copyright, 2025, by Shopify Inc.
56
# Copyright, 2025, by Samuel Williams.
67

78
source "https://rubygems.org"

0 commit comments

Comments
 (0)