Skip to content

Commit 6e31c55

Browse files
committed
Update copyrights.
1 parent dfe96b4 commit 6e31c55

6 files changed

Lines changed: 6 additions & 2 deletions

File tree

async.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::VERSION
88

99
spec.summary = "A concurrency framework for Ruby."
10-
spec.authors = ["Samuel Williams", "Shopify Inc.", "Bruno Sutic", "Jeremy Jung", "Olle Jonsson", "Patrik Wenger", "Devin Christensen", "Emil Tin", "Jamie McCarthy", "Kent Gruber", "Alan Wu", "Brian Morearty", "Colin Kelley", "Dimitar Peychinov", "Gert Goet", "Jahfer Husain", "Jatin Goyal", "Jiang Jinyang", "Josh Teeter", "Julien Portalier", "Jun Jiang", "Ken Muryoi", "Leon Löchner", "Mark Montroy", "Masafumi Okura", "Masayuki Yamamoto", "Math Ieu", "Ryan Musgrave", "Salim Semaoune", "Shannon Skipper", "Shigeru Nakajima", "Sokolov Yura", "Stefan Wrobel", "Trevor Turk", "Yuhi Sato"]
10+
spec.authors = ["Samuel Williams", "Shopify Inc.", "Bruno Sutic", "Jeremy Jung", "Olle Jonsson", "Patrik Wenger", "Devin Christensen", "Emil Tin", "Jamie McCarthy", "Kent Gruber", "Alan Wu", "Brian Morearty", "Colin Kelley", "Dimitar Peychinov", "Gert Goet", "Jahfer Husain", "Jatin Goyal", "Jiang Jinyang", "Josh Teeter", "Julien Portalier", "Jun Jiang", "Ken Muryoi", "Leon Löchner", "Mark Montroy", "Masafumi Okura", "Masayuki Yamamoto", "Math Ieu", "Ryan Musgrave", "Salim Semaoune", "Shannon Skipper", "Shigeru Nakajima", "Sokolov Yura", "Stefan Wrobel", "Tavian Barnes", "Trevor Turk", "Yuhi Sato"]
1111
spec.license = "MIT"
1212

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

bake.rb

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

33
# Released under the MIT License.
4-
# Copyright, 2020-2025, by Samuel Williams.
4+
# Copyright, 2020-2026, by Samuel Williams.
55

66
# Update the project documentation with the new version number.
77
#

fixtures/async/chainable_async.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, 2019-2025, by Samuel Williams.
5+
# Copyright, 2026, by Tavian Barnes.
56

67
module Async
78
ChainableAsync = Sus::Shared("chainable async") do

lib/async/barrier.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, 2019-2026, by Samuel Williams.
5+
# Copyright, 2026, by Tavian Barnes.
56

67
require_relative "list"
78
require_relative "task"

license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Copyright, 2025-2026, by Shopify Inc.
3535
Copyright, 2025, by Josh Teeter.
3636
Copyright, 2025, by Jatin Goyal.
3737
Copyright, 2025, by Yuhi Sato.
38+
Copyright, 2026, by Tavian Barnes.
3839

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

test/async/barrier.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, 2019-2025, by Samuel Williams.
5+
# Copyright, 2026, by Tavian Barnes.
56

67
require "async/barrier"
78
require "async/clock"

0 commit comments

Comments
 (0)