]> granicus.if.org Git - psmisc/commitdiff
misc: update date to 2020
authorCraig Small <csmall@dropbear.xyz>
Mon, 2 Mar 2020 10:47:21 +0000 (21:47 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 2 Mar 2020 10:47:21 +0000 (21:47 +1100)
src/fuser.c
src/killall.c
src/prtstat.c
src/pstree.c

index 3c977be16140b396dbe0200db87dbcd2625bd6cc..ac8244ac44c2928ef7e2896c78e7ab4ca6ac7b14 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-2019 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2005-2020 Craig Small <csmall@dropbear.xyz>
  *
  * 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
@@ -168,7 +168,7 @@ void print_version()
        fprintf(stderr, _("fuser (PSmisc) %s\n"), VERSION);
        fprintf(stderr,
                _
-               ("Copyright (C) 1993-2017 Werner Almesberger and Craig Small\n\n"));
+               ("Copyright (C) 1993-2020 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 53049a332672df5c2baec9428168bd71b8a4df66..557fa51c9b217dc6552952f81a087fc6545cf455 100644 (file)
@@ -2,7 +2,7 @@
  * killall.c - kill processes by name or list PIDs
  *
  * Copyright (C) 1993-2002 Werner Almesberger
- * Copyright (C) 2002-2018 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2002-2020 Craig Small <csmall@dropbear.xyz>
  *
  * 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
@@ -804,7 +804,7 @@ void print_version()
 {
     fprintf(stderr, "killall (PSmisc) %s\n", VERSION);
     fprintf(stderr, _(
-                      "Copyright (C) 1993-2017 Werner Almesberger and Craig Small\n\n"));
+                      "Copyright (C) 1993-2020 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 79f94819c3528ab684660ef325be62e140b02b31..a98c01245c7f4fce7917d140f3cf85cf38175c8e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * prtstat.c - Print a processes stat file
  *
- * Copyright (C) 2009-2017 Craig Small
+ * Copyright (C) 2009-2020 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-2017 Craig Small\n\n"));
+  fprintf(stderr, _( "Copyright (C) 2009-2020 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 d52c7795ccbaa260ab9983c5df0a77d9ab2c734a..c4485396abe42cf3fe8411810ae06c2ca78abb29 100644 (file)
@@ -2,7 +2,7 @@
  * pstree.c - display process tree
  *
  * Copyright (C) 1993-2002 Werner Almesberger
- * Copyright (C) 2002-2019 Craig Small <csmall@dropbear.xyz>
+ * Copyright (C) 2002-2020 Craig Small <csmall@dropbear.xyz>
  *
  * 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
@@ -1229,7 +1229,7 @@ void print_version()
     fprintf(stderr, _("pstree (PSmisc) %s\n"), VERSION);
     fprintf(stderr,
             _
-            ("Copyright (C) 1993-2019 Werner Almesberger and Craig Small\n\n"));
+            ("Copyright (C) 1993-2020 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"