nano

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

commit 5239e7c52b7c7b66f154228b84b70881d54fce13
parent f6b6e6c3fff5df211c17463ce4dd636de06e3848
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 12 Nov 2017 10:42:29 +0100

copyright: update some years, and standardize on the dashed format

Diffstat:
Msrc/browser.c | 2+-
Msrc/chars.c | 2+-
Msrc/color.c | 2+-
Msrc/files.c | 2+-
Msrc/global.c | 2+-
Msrc/history.c | 2+-
Msrc/move.c | 2+-
Msrc/nano.c | 2+-
Msrc/nano.h | 2+-
Msrc/rcfile.c | 2+-
Msrc/search.c | 2+-
Msrc/text.c | 4++--
Msrc/utils.c | 2+-
Msrc/winio.c | 2+-
14 files changed, 15 insertions(+), 15 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2015, 2016 Benno Schulenberg * + * Copyright (C) 2015-2016 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2016 Benno Schulenberg * + * Copyright (C) 2016-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg * + * Copyright (C) 2014-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2015, 2016 Benno Schulenberg * + * Copyright (C) 2015-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * Copyright (C) 2014-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2016 Benno Schulenberg * + * Copyright (C) 2016-2017 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/move.c b/src/move.c @@ -2,7 +2,7 @@ * move.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * Copyright (C) 2014-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * Copyright (C) 2014-2017 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.h b/src/nano.h @@ -2,7 +2,7 @@ * nano.h -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * Copyright (C) 2014-2017 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 @@ -3,7 +3,7 @@ * * * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014 Mike Frysinger * - * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * Copyright (C) 2014-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2015, 2016, 2017 Benno Schulenberg * + * Copyright (C) 2015-2017 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 @@ -2,10 +2,10 @@ * text.c -- This file is part of GNU nano. * * * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015 Mark Majeres * + * Copyright (C) 2014-2015 Mark Majeres * * Copyright (C) 2016 Mike Scalora * - * Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2016 Sumedh Pendurkar * + * Copyright (C) 2015-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2016 Benno Schulenberg * + * Copyright (C) 2016-2017 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-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg * + * Copyright (C) 2014-2017 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 *