Browse Source

happy new year!

Aaron Marcher 9 years ago
parent
commit
3847911771
2 changed files with 2 additions and 2 deletions
  1. 1 1
      LICENSE
  2. 1 1
      slstatus.c

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 ISC License
 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
 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
 with or without fee is hereby granted, provided that the above copyright notice

+ 1 - 1
slstatus.c

@@ -769,7 +769,7 @@ main(int argc, char *argv[])
 			oflag = 1;
 			oflag = 1;
 			break;
 			break;
 		case 'v':
 		case 'v':
-			printf("slstatus (C) 2016 slstatus engineers\n");
+			printf("slstatus (C) 2016-2017 slstatus engineers\n");
 			return 0;
 			return 0;
 		case 'h':
 		case 'h':
 			usage(0);
 			usage(0);