Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 23, 2024
1 parent c0e4e2a commit 17e2ca6
Show file tree
Hide file tree
Showing 32 changed files with 39 additions and 32 deletions.
2 changes: 1 addition & 1 deletion config/sus.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 'covered/sus'
include Covered::Sus
Expand Down
2 changes: 1 addition & 1 deletion examples/hello/preload.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

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

# $stderr.puts "Preloading..."
2 changes: 1 addition & 1 deletion falcon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.version = Falcon::VERSION

spec.summary = "A fast, asynchronous, rack-compatible web server."
spec.authors = ["Samuel Williams", "Janko Marohnić", "Bryan Powell", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Sho Ito", "Colby Swandale", "Daniel Evans", "Kent Gruber", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Peter Schrammel", "Santiago Bartesaghi", "Sh Lin", "Tad Thorley", "Tasos Latsas"]
spec.authors = ["Samuel Williams", "Janko Marohnić", "Bryan Powell", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Sho Ito", "Trevor Turk", "Colby Swandale", "Daniel Evans", "Kent Gruber", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Peter Schrammel", "Santiago Bartesaghi", "Sh Lin", "Tad Thorley", "Tasos Latsas", "dependabot[bot]"]
spec.license = "MIT"

spec.cert_chain = ['release.cert']
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-2023, by Samuel Williams.
# Copyright, 2017-2024, by Samuel Williams.

source 'https://rubygems.org'

Expand Down
4 changes: 4 additions & 0 deletions hello.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env async-service
# frozen_string_literal: true

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

require 'falcon/service/server'

Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/command/host.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require_relative 'paths'
require_relative '../version'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/command/proxy.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-2023, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.

require_relative '../environments/proxy'
require_relative 'paths'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/command/redirect.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-2023, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.

require_relative '../environments/redirect'
require_relative 'paths'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/command/serve.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-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2018, by Mitsutaka Mimura.

require_relative '../server'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/command/top.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-2023, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.

require_relative 'serve'
require_relative 'host'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/configuration.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.
# Copyright, 2019, by Sho Ito.

require 'async/service'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

module Falcon
# Pre-defined environments for hosting web applications.
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments/application.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.
# Copyright, 2020, by Daniel Evans.

require_relative 'server'
Expand Down
4 changes: 2 additions & 2 deletions lib/falcon/environments/lets_encrypt_tls.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-2023, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.

require_relative 'tls'
require_relative '../environments'
Expand Down Expand Up @@ -31,4 +31,4 @@ def ssl_private_key_path

LEGACY_ENVIRONMENTS[:tls] = TLS
end
end
end
2 changes: 1 addition & 1 deletion lib/falcon/environments/proxy.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require_relative 'server'
require_relative '../tls'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments/rack.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require_relative 'application'
require_relative 'rackup'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments/rackup.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-2023, by Samuel Williams.
# Copyright, 2024, by Samuel Williams.

require 'rack/builder'
require_relative '../server'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments/redirect.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-2023, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.

require_relative 'server'
require_relative '../middleware/redirect'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments/self_signed_tls.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require 'localhost/authority'
require_relative 'tls'
Expand Down
4 changes: 2 additions & 2 deletions lib/falcon/environments/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, 2020-2023, by Samuel Williams.
# Copyright, 2024, by Samuel Williams.

require 'async/service/generic'
require 'async/http/endpoint'
Expand Down Expand Up @@ -63,4 +63,4 @@ def preload
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/falcon/environments/supervisor.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require_relative '../service/supervisor'
require_relative '../environments'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/environments/tls.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require_relative '../tls'
require_relative '../environments'
Expand Down
3 changes: 2 additions & 1 deletion lib/falcon/service/server.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2023, by Samuel Williams.
# Copyright, 2020-2024, by Samuel Williams.
# Copyright, 2020, by Michael Adams.

require 'async/service/generic'
require 'async/http/endpoint'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/service/supervisor.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require 'process/metrics'
require 'json'
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/service/virtual.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-2023, by Samuel Williams.
# Copyright, 2024, by Samuel Williams.

require 'async/service/generic'

Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/version.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.

module Falcon
VERSION = "0.43.0"
Expand Down
2 changes: 2 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Copyright, 2021, by Olle Jonsson.
Copyright, 2023, by Nick Janetakis.
Copyright, 2024, by Peter Schrammel.
Copyright, 2024, by Santiago Bartesaghi.
Copyright, 2024, by Trevor Turk.
Copyright, 2024, by dependabot[bot].

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/falcon/command/serve.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-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.
# Copyright, 2019, by Sho Ito.

require 'falcon/command/serve'
Expand Down
2 changes: 1 addition & 1 deletion test/falcon/command/top.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-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.

require 'falcon/command'

Expand Down
2 changes: 1 addition & 1 deletion test/falcon/command/virtual.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.

require 'falcon/command/virtual'

Expand Down
2 changes: 1 addition & 1 deletion test/falcon/configuration.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-2023, by Samuel Williams.
# Copyright, 2019-2024, by Samuel Williams.
# Copyright, 2020, by Daniel Evans.

require 'falcon/configuration'
Expand Down
2 changes: 1 addition & 1 deletion test/falcon/middleware/proxy.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-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.

require 'falcon/middleware/proxy'

Expand Down

0 comments on commit 17e2ca6

Please sign in to comment.