Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 31, 2024
1 parent 112b7a7 commit af5374d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/falcon.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-2023, by Samuel Williams.
# Copyright, 2017-2024, by Samuel Williams.

require_relative "falcon/server"

Expand Down
3 changes: 3 additions & 0 deletions lib/falcon/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

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

module Falcon
class Railtie < Rails::Railtie
config.active_support.isolation_level = :fiber
Expand Down

0 comments on commit af5374d

Please sign in to comment.