nano

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

commit 5512c63bdd964f8c85b235f8cdc3264aab6f0203
parent d31cf1da68218f8d64f7f47d2f3e10ff0e2e950a
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 24 Sep 2021 11:01:41 +0200

copyright: update to the current year for significantly changed files

Diffstat:
Msrc/chars.c | 2+-
Msrc/color.c | 2+-
Msrc/files.c | 2+-
Msrc/nano.c | 2+-
Msrc/text.c | 2+-
Msrc/winio.c | 2+-
6 files changed, 6 insertions(+), 6 deletions(-)

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-2021 Free Software Foundation, Inc. * - * Copyright (C) 2016-2020 Benno Schulenberg * + * Copyright (C) 2016-2021 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-2021 Free Software Foundation, Inc. * - * Copyright (C) 2014-2017, 2020 Benno Schulenberg * + * Copyright (C) 2014-2017, 2020, 2021 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/files.c b/src/files.c @@ -2,7 +2,7 @@ * files.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2021 Free Software Foundation, Inc. * - * Copyright (C) 2015-2020 Benno Schulenberg * + * Copyright (C) 2015-2021 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-2021 Free Software Foundation, Inc. * - * Copyright (C) 2014-2020 Benno Schulenberg * + * Copyright (C) 2014-2021 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-2020 Benno Schulenberg * + * Copyright (C) 2015-2021 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-2021 Free Software Foundation, Inc. * - * Copyright (C) 2014-2020 Benno Schulenberg * + * Copyright (C) 2014-2021 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 *