]> Sergey Matveev's repositories - feeder.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Tue, 27 Dec 2022 14:10:40 +0000 (17:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 27 Dec 2022 14:10:40 +0000 (17:10 +0300)
cmd/feed2mdir/main.go
doc/index.texi

index 331191b1fb4317455e90368e0e32f2564b3ce9b3..f15826dcd4311a4f30b39fcf5d2e61263ba6d9c5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 feeder  -- newsfeeds aggregator
-Copyright (C) 2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2022-2023 Sergey Matveev <stargrave@stargrave.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
index de4dceac2665b3b3a19d0b3aba6392d57388441a..2b1de3bbf4fe3be97a68c45ddabcc39f4d52a16b 100644 (file)
@@ -3,7 +3,7 @@
 @settitle feeder
 
 @copying
-Copyright @copyright{} 2022 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2022-2023 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
@@ -27,7 +27,7 @@ flexibility.
 Its architecture is very simple:
 
 @itemize
-@item @url{https://curl.se/, curl} is used to download feed URLs.
+@item @url{https://curl.se/, cURL} is used to download feed URLs.
 @item @url{https://go.dev/, Go}-written @command{feed2mdir} utility
     parses and converts feed's items to mail messages stored inside
     @url{https://en.wikipedia.org/wiki/Maildir, Maildir}.