summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2017-01-07 21:28:22 +0100
committerAaron Marcher <info@nulltime.net>2017-01-07 21:28:22 +0100
commitb677528dbaca4304798fdac21a72def201134eed (patch)
tree71fcf8274d7c325c9627a0ffd4df46fbdf1e4629
parent61680e26a34513f24e0187d6c0bd48a63f633f04 (diff)
happy new year!
-rw-r--r--LICENSE2
-rw-r--r--slstatus.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 5056ffa..0764226 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/slstatus.c b/slstatus.c
index 4432e18..155cf2e 100644
--- a/slstatus.c
+++ b/slstatus.c
@@ -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);