Skip to content

Commit d75fa0a

Browse files
committed
Copyrights.
1 parent 0b67300 commit d75fa0a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bake/async/container/notify/log.rb

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

3+
# Released under the MIT License.
4+
# Copyright, 2025, by Samuel Williams.
5+
36
def initialize(...)
47
super
58

lib/async/container/notify/pipe.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-2024, by Samuel Williams.
4+
# Copyright, 2020-2025, by Samuel Williams.
55
# Copyright, 2020, by Juan Antonio Martín Lucas.
66

77
require_relative "client"

test/async/container/hybrid.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, 2019-2024, by Samuel Williams.
4+
# Copyright, 2019-2025, by Samuel Williams.
55

66
require "async/container/hybrid"
77
require "async/container/best"

0 commit comments

Comments
 (0)