Fixed copyright dates, added 2024 as the year of latest update
This commit is contained in:
parent
dd745ca123
commit
43adb9b716
|
@ -194,7 +194,7 @@ For things to render correctly, please install the `redcarpet` gem.
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
Landline - an HTTP request pattern matching system
|
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
|
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
|
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
|
VLINE = "Landline/#{Landline::VERSION} (Ruby/#{RUBY_VERSION}/#{RUBY_RELEASE_DATE})\n".freeze
|
||||||
|
|
||||||
# Landline copyright
|
# Landline copyright
|
||||||
COPYRIGHT = "Copyright 2023 Yessiest"
|
COPYRIGHT = "Copyright 2023-2024 Yessiest"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue