diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-10-23 01:06:04 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-10-23 01:06:04 -0700 |
commit | b6a393bc55476bb65a974e8bd81482287b7f72f3 (patch) | |
tree | 5e1247ea7a21db1953cd6b8607142346465eafd8 /src/vmon.c | |
parent | 5478ba895bb5ad811836384953e96e3209038122 (diff) |
*: update copyright lines to include 2018
Diffstat (limited to 'src/vmon.c')
-rw-r--r-- | src/vmon.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - <vcaputo@pengaru.com> + * Copyright (C) 2012-2018 Vito Caputo - <vcaputo@pengaru.com> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -157,7 +157,7 @@ static void print_copyright(void) { puts( "\n" - "Copyright (C) 2012-2017 Vito Caputo <vcaputo@pengaru.com>\n" + "Copyright (C) 2012-2018 Vito Caputo <vcaputo@pengaru.com>\n" "\n" "This program comes with ABSOLUTELY NO WARRANTY. This is free software, and\n" "you are welcome to redistribute it under certain conditions. For details\n" |