nano

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

commit 5771f1ea1412437cb8b33d158bf117f0d0f1b367
parent 0f4db1ed0d25ff913f58f193dcb1fa9ebf586e6f
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 11 Dec 2022 12:28:07 +0100

copyright: update the last year for significantly changed files

Diffstat:
Msrc/browser.c | 2+-
Msrc/files.c | 2+-
Msrc/global.c | 2+-
Msrc/nano.c | 2+-
Msrc/prompt.c | 2+-
Msrc/search.c | 2+-
Msrc/text.c | 2+-
Msrc/winio.c | 2+-
8 files changed, 8 insertions(+), 8 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2015-2016, 2020 Benno Schulenberg * + * Copyright (C) 2015-2016, 2020, 2022 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2015-2021 Benno Schulenberg * + * Copyright (C) 2015-2022 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2014-2021 Benno Schulenberg * + * Copyright (C) 2014-2022 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2014-2021 Benno Schulenberg * + * Copyright (C) 2014-2022 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2016, 2018, 2020 Benno Schulenberg * + * Copyright (C) 2016, 2018, 2020, 2022 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2015-2020 Benno Schulenberg * + * Copyright (C) 2015-2020, 2022 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-2021 Benno Schulenberg * + * Copyright (C) 2015-2022 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-2022 Free Software Foundation, Inc. * - * Copyright (C) 2014-2021 Benno Schulenberg * + * Copyright (C) 2014-2022 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 *