]> granicus.if.org Git - psmisc/commitdiff
misc: Update copyrights to 2017
authorCraig Small <csmall@enc.com.au>
Fri, 24 Mar 2017 23:21:48 +0000 (10:21 +1100)
committerCraig Small <csmall@enc.com.au>
Fri, 24 Mar 2017 23:21:48 +0000 (10:21 +1100)
src/fuser.c
src/killall.c
src/prtstat.c
src/pslog.c
src/pstree.c

index 2c72d40454edfa16587573083693d82caa7adf62..31ef30c934040e117d7e0f789355a72b7e6f515e 100644 (file)
@@ -4,7 +4,7 @@
  * Based on fuser.c Copyright (C) 1993-2005 Werner Almesberger and Craig Small
  *
  * Completely re-written
- * Copyright (C) 2005-2014 Craig Small
+ * Copyright (C) 2005-2017 Craig Small
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -167,7 +167,7 @@ void print_version()
        fprintf(stderr, _("fuser (PSmisc) %s\n"), VERSION);
        fprintf(stderr,
                _
-               ("Copyright (C) 1993-2010 Werner Almesberger and Craig Small\n\n"));
+               ("Copyright (C) 1993-2017 Werner Almesberger and Craig Small\n\n"));
        fprintf(stderr,
                _("PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
                  "This is free software, and you are welcome to redistribute it under\n"
index b016af20f7caefa933dd8f4a9e6e3d778d45b995..a2fcabdb6df4873cbcdee3988be525e1014b946f 100644 (file)
@@ -2,7 +2,7 @@
  * killall.c - kill processes by name or list PIDs
  *
  * Copyright (C) 1993-2002 Werner Almesberger
- * Copyright (C) 2002-2012 Craig Small
+ * Copyright (C) 2002-2017 Craig Small
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -721,7 +721,7 @@ void print_version()
 {
   fprintf(stderr, "killall (PSmisc) %s\n", VERSION);
   fprintf(stderr, _(
-    "Copyright (C) 1993-2014 Werner Almesberger and Craig Small\n\n"));
+    "Copyright (C) 1993-2017 Werner Almesberger and Craig Small\n\n"));
   fprintf(stderr, _(
     "PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
     "This is free software, and you are welcome to redistribute it under\n"
index d18ea4668496b421b619a2657ba32d9ba6a982c0..79f94819c3528ab684660ef325be62e140b02b31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * prtstat.c - Print a processes stat file
  *
- * Copyright (C) 2009-2014 Craig Small
+ * Copyright (C) 2009-2017 Craig Small
  * Based upon a shell script pstat by martin f. krafft <madduck@madduck.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -63,7 +63,7 @@ static void usage(const char *errormsg)
 static void print_version(void)
 {
   fprintf(stderr, _("prtstat (PSmisc) %s\n"), VERSION);
-  fprintf(stderr, _( "Copyright (C) 2009 Craig Small\n\n"));
+  fprintf(stderr, _( "Copyright (C) 2009-2017 Craig Small\n\n"));
   fprintf(stderr, _(
                "PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
                "This is free software, and you are welcome to redistribute it under\n"
index 7e3351e2647331505a985783594bbb5ae1b5cbcb..f6612459a92bb1535915acf55618294c4cb273e4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * pslog.c - print process log paths.
  *
- * Copyright (C) 2015 Vito Mule'
+ * Copyright (C) 2015-2017 Vito Mule'
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ print_version()
 {
   fprintf(stderr, "pslog (PSmisc) %s\n", VERSION);
   fprintf(stderr,
-    "Copyright (C) 2015-2016 Vito Mule'.\n\n");
+    "Copyright (C) 2015-2017 Vito Mule'.\n\n");
   fprintf(stderr,
     "PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
     "This is free software, and you are welcome to redistribute it under\n"
index 507a234376722cdb3651e5f116acb49b44c1649c..7574bd8a40b391a58a6d417743f900699ef10b0c 100644 (file)
@@ -2,7 +2,7 @@
  * pstree.c - display process tree
  *
  * Copyright (C) 1993-2002 Werner Almesberger
- * Copyright (C) 2002-2016 Craig Small
+ * Copyright (C) 2002-2017 Craig Small
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1120,7 +1120,7 @@ void print_version()
     fprintf(stderr, _("pstree (PSmisc) %s\n"), VERSION);
     fprintf(stderr,
             _
-            ("Copyright (C) 1993-2009 Werner Almesberger and Craig Small\n\n"));
+            ("Copyright (C) 1993-2017 Werner Almesberger and Craig Small\n\n"));
     fprintf(stderr,
             _("PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
               "This is free software, and you are welcome to redistribute it under\n"