nano

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

commit 750b51c34337c54bf875881848dd0ef3c11cd469
parent e09ed765a1711204f0ac9733d4daf99162bf3d0a
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 11 Mar 2020 11:52:15 +0100

copyright: update to the current year for significantly changed files

Diffstat:
Msrc/files.c | 2+-
Msrc/global.c | 2+-
Msrc/nano.c | 2+-
Msrc/rcfile.c | 2+-
Msrc/text.c | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/files.c b/src/files.c @@ -2,7 +2,7 @@ * files.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/global.c b/src/global.c @@ -2,7 +2,7 @@ * global.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 * diff --git a/src/nano.c b/src/nano.c @@ -2,7 +2,7 @@ * nano.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 * diff --git a/src/rcfile.c b/src/rcfile.c @@ -4,7 +4,7 @@ * Copyright (C) 2001-2011, 2013-2020 Free Software Foundation, Inc. * * Copyright (C) 2014 Mike Frysinger * * Copyright (C) 2019 Brand Huntsman * - * 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 * diff --git a/src/text.c b/src/text.c @@ -6,7 +6,7 @@ * Copyright (C) 2016 Mike Scalora * * Copyright (C) 2016 Sumedh Pendurkar * * Copyright (C) 2018 Marco Diego Aurélio Mesquita * - * 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 *