merged from upstream because i'm bad at this "remembering" stuff
This commit is contained in:
commit
63bdfba3e9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue