Fixed copyright dates, added 2024 as the year of latest update

This commit is contained in:
Yessiest 2024-05-07 22:21:01 +04:00
parent dd745ca123
commit 43adb9b716
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