From: Craig Small Date: Mon, 2 Mar 2020 10:47:21 +0000 (+1100) Subject: misc: update date to 2020 X-Git-Tag: v23.4rc1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80e641fce7371d4ce6368f40eba13e35311aae1c;p=psmisc misc: update date to 2020 --- diff --git a/src/fuser.c b/src/fuser.c index 3c977be..ac8244a 100644 --- a/src/fuser.c +++ b/src/fuser.c @@ -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 + * Copyright (C) 2005-2020 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 @@ -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" diff --git a/src/killall.c b/src/killall.c index 53049a3..557fa51 100644 --- a/src/killall.c +++ b/src/killall.c @@ -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 + * Copyright (C) 2002-2020 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 @@ -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" diff --git a/src/prtstat.c b/src/prtstat.c index 79f9481..a98c012 100644 --- a/src/prtstat.c +++ b/src/prtstat.c @@ -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 * * 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" diff --git a/src/pstree.c b/src/pstree.c index d52c779..c448539 100644 --- a/src/pstree.c +++ b/src/pstree.c @@ -2,7 +2,7 @@ * pstree.c - display process tree * * Copyright (C) 1993-2002 Werner Almesberger - * Copyright (C) 2002-2019 Craig Small + * Copyright (C) 2002-2020 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 @@ -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"