diff --git a/top/top.1 b/top/top.1 index 2901eaf0..f054bae4 100644 --- a/top/top.1 +++ b/top/top.1 @@ -62,7 +62,7 @@ . .\" Document ///////////////////////////////////////////////////////////// .\" ---------------------------------------------------------------------- -.TH TOP 1 "October 2019" "procps-ng" "User Commands" +.TH TOP 1 "April 2020" "procps-ng" "User Commands" .\" ---------------------------------------------------------------------- .\" ---------------------------------------------------------------------- diff --git a/top/top.c b/top/top.c index b9337a17..0badd9fe 100644 --- a/top/top.c +++ b/top/top.c @@ -1,6 +1,6 @@ /* top.c - Source file: show Linux processes */ /* - * Copyright (c) 2002-2019, by: James C. Warner + * Copyright (c) 2002-2020, by: James C. Warner * * This file may be used subject to the terms and conditions of the * GNU Library General Public License Version 2, or any later version diff --git a/top/top.h b/top/top.h index ecfb72d0..65e21473 100644 --- a/top/top.h +++ b/top/top.h @@ -1,6 +1,6 @@ /* top.h - Header file: show Linux processes */ /* - * Copyright (c) 2002-2019, by: James C. Warner + * Copyright (c) 2002-2020, by: James C. Warner * * This file may be used subject to the terms and conditions of the * GNU Library General Public License Version 2, or any later version