diff options
author | Aaron Marcher <info@nulltime.net> | 2017-01-07 21:28:22 +0100 |
---|---|---|
committer | Aaron Marcher <info@nulltime.net> | 2017-01-07 21:28:22 +0100 |
commit | 384791177160a45de6943ad7e1aba5a1948306ed (patch) | |
tree | 71fcf8274d7c325c9627a0ffd4df46fbdf1e4629 | |
parent | 8a29374783251da5ff23831e03c761b4a58eff03 (diff) |
happy new year!
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | slstatus.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ ISC License -Copyright (C) 2016 Aaron Marcher +Copyright (C) 2016-2017 Aaron Marcher Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice @@ -769,7 +769,7 @@ main(int argc, char *argv[]) oflag = 1; break; case 'v': - printf("slstatus (C) 2016 slstatus engineers\n"); + printf("slstatus (C) 2016-2017 slstatus engineers\n"); return 0; case 'h': usage(0); |