Skip to content

Commit 4260666

Browse files
committed
Update copyrights.
1 parent 514aa93 commit 4260666

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

examples/utilization/falcon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
# Released under the MIT License.
5-
# Copyright, 2025, by Samuel Williams.
5+
# Copyright, 2026, by Samuel Williams.
66

77
require "falcon/environment/server"
88
require "async/service/supervisor/supervised"

examples/utilization/gems.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, 2026, by Samuel Williams.
5+
36
source "https://rubygems.org"
47

58
gem "falcon", path: "../../"

falcon.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = Falcon::VERSION
88

99
spec.summary = "A fast, asynchronous, rack-compatible web server."
10-
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", "Jared Smith", "Kent Gruber", "Martin Hrdlicka", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Pierre Montelle", "Santiago Bartesaghi", "Sh Lin", "Stefan Buhrmester", "Tad Thorley", "Tasos Latsas", "Yoji Shidara"]
10+
spec.authors = ["Samuel Williams", "dependabot[bot]", "Janko Marohnić", "Bryan Powell", "Trevor Turk", "Claudiu Garba", "Kyle Tam", "Mitsutaka Mimura", "Peter Schrammel", "Sho Ito", "Adam Daniels", "Ayush Newatia", "Colby Swandale", "Daniel Evans", "Ismael Celis", "Jared Smith", "Kent Gruber", "Martin Hrdlicka", "Michael Adams", "Mikel Kew", "Nick Janetakis", "Olle Jonsson", "Pierre Montelle", "Santiago Bartesaghi", "Sh Lin", "Stefan Buhrmester", "Tad Thorley", "Tasos Latsas", "Yoji Shidara"]
1111
spec.license = "MIT"
1212

1313
spec.cert_chain = ["release.cert"]

lib/falcon/body/request_finished.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, 2025, by Samuel Williams.
4+
# Copyright, 2026, by Samuel Williams.
55

66
require "protocol/http/body/wrapper"
77

license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Copyright, 2024, by Ismael Celis.
2828
Copyright, 2025, by Pierre Montelle.
2929
Copyright, 2025, by Jared Smith.
3030
Copyright, 2025, by Yoji Shidara.
31+
Copyright, 2026, by Ayush Newatia.
3132

3233
Permission is hereby granted, free of charge, to any person obtaining a copy
3334
of this software and associated documentation files (the "Software"), to deal

test/falcon/server.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, 2017-2024, by Samuel Williams.
4+
# Copyright, 2017-2026, by Samuel Williams.
55

66
require "server_context"
77
require "sus/fixtures/openssl/valid_certificate_context"

0 commit comments

Comments
 (0)