Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 20, 2024
1 parent f0b4b5e commit 2e76543
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/scalability.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.
# Copyright, 2022-2024, by Samuel Williams.

# gem install async-container
gem "async-container"
Expand Down
1 change: 1 addition & 0 deletions examples/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Released under the MIT License.
# Copyright, 2022, by Anton Sozontov.
# Copyright, 2024, by Samuel Williams.

require '../lib/async/container/controller'

Expand Down
2 changes: 1 addition & 1 deletion examples/http/client.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.
# Copyright, 2022-2024, by Samuel Williams.

require 'async'
require 'async/http/endpoint'
Expand Down
2 changes: 1 addition & 1 deletion examples/http/server.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.
# Copyright, 2022-2024, by Samuel Williams.

require 'async/container'

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2022, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.
# Copyright, 2020, by Olle Jonsson.

class Threaded
Expand Down
2 changes: 1 addition & 1 deletion gems.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2017-2022, by Samuel Williams.
# Copyright, 2017-2024, by Samuel Williams.

source 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion gems/async-head.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.
# Copyright, 2021-2024, by Samuel Williams.

source 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion gems/async-v1.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.
# Copyright, 2021-2024, by Samuel Williams.

source 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion lib/async/container/controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2022, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.

require_relative 'error'
require_relative 'best'
Expand Down
2 changes: 1 addition & 1 deletion lib/async/container/generic.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2022, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require 'async'

Expand Down
2 changes: 1 addition & 1 deletion lib/async/container/group.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2022, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.

require 'fiber'
require 'async/clock'
Expand Down
2 changes: 1 addition & 1 deletion lib/async/container/process.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2022, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.

require_relative 'channel'
require_relative 'error'
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright, 2017-2022, by Samuel Williams.
Copyright, 2017-2024, by Samuel Williams.
Copyright, 2019, by Yuji Yaginuma.
Copyright, 2020, by Olle Jonsson.
Copyright, 2020, by Juan Antonio Martín Lucas.
Expand Down
2 changes: 1 addition & 1 deletion test/async/container/forked.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2018-2022, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2020, by Olle Jonsson.

require "async/container"
Expand Down

0 comments on commit 2e76543

Please sign in to comment.