Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 2, 2024
1 parent 7c7c3c1 commit e505092
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .git-blame-ignore-revs

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
timeout-minutes: 5
run: bundle exec bake test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
include-hidden-files: true
if-no-files-found: error
name: coverage-${{matrix.os}}-${{matrix.ruby}}
path: .covered.db

Expand All @@ -50,7 +52,7 @@ jobs:
ruby-version: "3.3"
bundler-cache: true

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Validate coverage
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .mailmap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mitsutaka Mimura <takkanm@gmail.com>
Kyle Tam <kyle_tam1@hotmail.com>
Claudiu Garba <claudiu.garba@gmail.com>

Martin Hrdlicka <deepjungle.maca@gmail.com>
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ Layout/EmptyLinesAroundModuleBody:

Style/FrozenStringLiteralComment:
Enabled: true

Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
2 changes: 1 addition & 1 deletion examples/websockets/falcon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

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

require 'falcon/environment/self_signed_tls'
require 'falcon/environment/rack'
Expand Down
10 changes: 5 additions & 5 deletions falcon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ 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", "Trevor Turk", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Peter Schrammel", "Sho Ito", "Adam Daniels", "Colby Swandale", "Daniel Evans", "Kent Gruber", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Santiago Bartesaghi", "Sh Lin", "Stefan Buhrmester", "Tad Thorley", "Tasos Latsas", "dependabot[bot]"]
spec.authors = ["Samuel Williams", "dependabot[bot]", "Janko Marohnić", "Bryan Powell", "Trevor Turk", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Peter Schrammel", "Sho Ito", "Adam Daniels", "Colby Swandale", "Daniel Evans", "Ismael Celis", "Kent Gruber", "Martin Hrdlicka", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Santiago Bartesaghi", "Sh Lin", "Stefan Buhrmester", "Tad Thorley", "Tasos Latsas"]
spec.license = "MIT"

spec.cert_chain = ['release.cert']
spec.signing_key = File.expand_path('~/.gem/release.pem')
spec.cert_chain = ["release.cert"]
spec.signing_key = File.expand_path("~/.gem/release.pem")

spec.homepage = "https://github.com/socketry/falcon"

Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
"source_code_uri" => "https://github.com/socketry/falcon.git",
}

spec.files = Dir.glob(['{bake,bin,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
spec.files = Dir.glob(["{bake,bin,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)

spec.executables = ["falcon", "falcon-host"]

Expand All @@ -34,8 +34,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "bundler"
spec.add_dependency "localhost", "~> 1.1"
spec.add_dependency "openssl", "~> 3.0"
spec.add_dependency "protocol-http", "~> 0.31"
spec.add_dependency "process-metrics", "~> 0.2"
spec.add_dependency "protocol-http", "~> 0.31"
spec.add_dependency "protocol-rack", "~> 0.7"
spec.add_dependency "samovar", "~> 2.3"
end
2 changes: 1 addition & 1 deletion lib/falcon/middleware/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, 2018-2023, by Samuel Williams.
# Copyright, 2018-2024, by Samuel Williams.

require 'async/http/client'

Expand Down
4 changes: 3 additions & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ Copyright, 2018, by Tad Thorley.
Copyright, 2018, by Mitsutaka Mimura.
Copyright, 2018, by Kyle Tam.
Copyright, 2018, by Claudiu Garba.
Copyright, 2018, by Martin Hrdlicka.
Copyright, 2019, by Bryan Powell.
Copyright, 2019, by Sh Lin.
Copyright, 2019, by Sho Ito.
Copyright, 2019, by Colby Swandale.
Copyright, 2019-2024, by dependabot[bot].
Copyright, 2020, by Daniel Evans.
Copyright, 2020, by Mikel Kew.
Copyright, 2020, by Michael Adams.
Expand All @@ -20,9 +22,9 @@ 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].
Copyright, 2024, by Adam Daniels.
Copyright, 2024, by Stefan Buhrmester.
Copyright, 2024, by Ismael Celis.

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/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, 2017-2023, by Samuel Williams.
# Copyright, 2017-2024, by Samuel Williams.

require 'server_context'
require 'sus/fixtures/openssl/valid_certificate_context'
Expand Down

0 comments on commit e505092

Please sign in to comment.