mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update date
This commit is contained in:
parent
599d54c5bf
commit
7245cdf240
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "tio" "1" "April 2018"
|
.TH "tio" "1" "June 2018"
|
||||||
|
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
tio \- a simple TTY terminal I/O application
|
tio \- a simple TTY terminal I/O application
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* tio - a simple TTY terminal I/O application
|
* tio - a simple TTY terminal I/O application
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014-2017 Martin Lund
|
* Copyright (c) 2014-2018 Martin Lund
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
|
@ -184,7 +184,7 @@ void parse_options(int argc, char *argv[])
|
||||||
|
|
||||||
case 'v':
|
case 'v':
|
||||||
printf("tio v%s\n", VERSION);
|
printf("tio v%s\n", VERSION);
|
||||||
printf("Copyright (c) 2014-2017 Martin Lund\n");
|
printf("Copyright (c) 2014-2018 Martin Lund\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>.\n");
|
printf("License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>.\n");
|
||||||
printf("This is free software: you are free to change and redistribute it.\n");
|
printf("This is free software: you are free to change and redistribute it.\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue