nano

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

commit 2148e857e586df78e85959bb660be52985ca42ee
parent afa4c6b9fc210f41a5385abecebdee86799c12cb
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 15 Jan 2020 12:11:56 +0100

copyright: update the years for significantly changed files

Diffstat:
Msrc/chars.c | 2+-
Msrc/help.c | 2+-
Msrc/history.c | 2+-
Msrc/search.c | 2+-
Msrc/utils.c | 2+-
5 files changed, 5 insertions(+), 5 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-2020 Free Software Foundation, Inc. * - * Copyright (C) 2016-2018 Benno Schulenberg * + * Copyright (C) 2016-2019 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/help.c b/src/help.c @@ -3,7 +3,7 @@ * * * Copyright (C) 2000-2011, 2013-2020 Free Software Foundation, Inc. * * Copyright (C) 2017 Rishabh Dave * - * Copyright (C) 2014-2018 Benno Schulenberg * + * Copyright (C) 2014-2019 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/history.c b/src/history.c @@ -2,7 +2,7 @@ * history.c -- This file is part of GNU nano. * * * * Copyright (C) 2003-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2016-2017 Benno Schulenberg * + * Copyright (C) 2016, 2017, 2019 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-2018 Benno Schulenberg * + * Copyright (C) 2015-2019 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/utils.c b/src/utils.c @@ -2,7 +2,7 @@ * utils.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2020 Free Software Foundation, Inc. * - * Copyright (C) 2016-2017 Benno Schulenberg * + * Copyright (C) 2016, 2017, 2019 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 *