Skip to content

Commit

Permalink
Minor improvements in README.md, manual and license text.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 7, 2023
1 parent 13dc78c commit 88cabb0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,18 @@ These features were not available in the original xnetload but might be handy:

## TODO

* Be able to change between kiloBytes and kiloBits (same for the other units).
* Handle what happens if the monitored interface disappears.

If you would like something else let me know (create an issue or drop me an email).
If you would like something else let me know (create an issue or drop me an email: carles@pina.cat)

Carles Pina i Estany (carles@pina.cat)
## Acknowledgements
Many thanks to R.F. Smith for xnetload: lots of inspiration from it.

## Icons
Many thanks to Jen Thomas for helping with the manual page and texts, testing and using qnetload.

## License
Icons from: https://p.yusukekamiyamane.com (by Creative Commons Attribution 3.0 License whose full text can be found at http://creativecommons.org/licenses/by/3.0/)

Software: GPLv3+.

Carles Pina i Estany <carles@pina.cat>
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main(int argc, char *argv[])
qInfo() << qUtf8Printable("qnetload version " + QApplication::applicationVersion() + " Copyright (C) 2017, 2019, 2020, 2021, 2023 Carles Pina i Estany <carles@pina.cat>");
qInfo() << qUtf8Printable("This program comes with ABSOLUTELY NO WARRANTY");
qInfo() << qUtf8Printable("This is free software, and you are welcome to redistribute it under certain conditions");
qInfo() << qUtf8Printable("License: GPL v3");
qInfo() << qUtf8Printable("License: GPLv3+");
qInfo() << qUtf8Printable("Icons from https://p.yusukekamiyamane.com");

QCommandLineParser parser;
Expand Down
14 changes: 13 additions & 1 deletion src/manual/qnetload.1
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ This file, provided by the kernel, contains details of the network usage and is
Bug tracker: <https://github.com/cpina/qnetload/issues>
.br
Email: Carles Pina i Estany <carles@pina.cat>

.SH SEE ALSO
.BR ipmon (1).
.BR ethstatus (1)
.BR nload (1)

.SH ACKNOWLEDGEMENTS
Many thanks to R.F. Smith for xnetload: lots of inspiration from it.

Many thanks to Jen Thomas for helping with the manual page and texts, testing and using qnetload.

.SH COPYRIGHT AND LICENSE
.PP
Copyright \[co] 2017-2023 Carles Pina i Estany <carles@pina.cat>. License: GPLv3.
Copyright \[co] 2017-2023 Carles Pina i Estany <carles@pina.cat>.
License: GPLv3+: GNU GPL version 3 or later.

0 comments on commit 88cabb0

Please sign in to comment.