nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a4675acdbaef536481608560d408991415cbbc42
parent 00ac41f632f42785581de8095de906f42dc79f40
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 30 Nov 2020 12:01:47 +0100

copyright: update to the current year for significantly changed files

Diffstat:
Msrc/browser.c | 2+-
Msrc/chars.c | 2+-
Msrc/color.c | 2+-
Msrc/cut.c | 2+-
Msrc/prompt.c | 2+-
Msrc/search.c | 2+-
Msrc/winio.c | 2+-
7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/browser.c b/src/browser.c @@ -2,7 +2,7 @@ * browser.c -- This file is part of GNU nano. * * * * Copyright (C) 2001-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2015-2016 Benno Schulenberg * + * Copyright (C) 2015-2016, 2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published * diff --git a/src/chars.c b/src/chars.c @@ -2,7 +2,7 @@ * chars.c -- This file is part of GNU nano. * * * * Copyright (C) 2001-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2016-2019 Benno Schulenberg * + * Copyright (C) 2016-2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published * diff --git a/src/color.c b/src/color.c @@ -2,7 +2,7 @@ * color.c -- This file is part of GNU nano. * * * * Copyright (C) 2001-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2014-2017 Benno Schulenberg * + * Copyright (C) 2014-2017, 2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published * diff --git a/src/cut.c b/src/cut.c @@ -3,7 +3,7 @@ * * * Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. * * Copyright (C) 2014 Mark Majeres * - * Copyright (C) 2016, 2018, 2019 Benno Schulenberg * + * Copyright (C) 2016, 2018-2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published * diff --git a/src/prompt.c b/src/prompt.c @@ -2,7 +2,7 @@ * prompt.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2016, 2018 Benno Schulenberg * + * Copyright (C) 2016, 2018, 2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published * diff --git a/src/search.c b/src/search.c @@ -2,7 +2,7 @@ * search.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2015-2019 Benno Schulenberg * + * Copyright (C) 2015-2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published * diff --git a/src/winio.c b/src/winio.c @@ -2,7 +2,7 @@ * winio.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2014-2019 Benno Schulenberg * + * Copyright (C) 2014-2020 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published *