merged from upstream because i'm bad at this "remembering" stuff

This commit is contained in:
Yessiest 2024-05-11 22:57:37 +04:00
commit 63bdfba3e9
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ For things to render correctly, please install the `redcarpet` gem.
```plain
Landline - an HTTP request pattern matching system
Copyright (C) 2022 yessiest (yessiest@text.512mb.org)
Copyright (C) 2023-2024 yessiest (yessiest@text.512mb.org)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -18,5 +18,5 @@ module Landline
VLINE = "Landline/#{Landline::VERSION} (Ruby/#{RUBY_VERSION}/#{RUBY_RELEASE_DATE})\n".freeze
# Landline copyright
COPYRIGHT = "Copyright 2023 Yessiest"
COPYRIGHT = "Copyright 2023-2024 Yessiest"
end