diff --git a/AUTHORS b/AUTHORS index 9ea18458..5b2a4f93 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,11 @@ nano editor. Please see the ChangeLog for specific changes by author. Chris Allegretta * Original program author and long-time maintainer. +Benno Schulenberg + * An array of small bug fixes, the cut-word and block-jump + routines, text selection by holding Shift, macro recording + and replay, plus some key bindings. Current maintainer. + David Lawrence Ramsey * Former stable series maintainer. Multiple buffer support, operating dir (-o) option, bug fixes for display routines, @@ -60,7 +65,5 @@ Sumedh Pendurkar Rishabh Dave * Searchable help. -Benno Schulenberg - * An array of small bug fixes, the cut-word and block-jump - routines, text selection by holding Shift, plus several - extra key bindings. Current maintainer. +Marco Diego Aurélio Mesquita + * Filtering text through an external command. diff --git a/src/text.c b/src/text.c index 0f923344..e2bdf6c3 100644 --- a/src/text.c +++ b/src/text.c @@ -5,7 +5,8 @@ * Copyright (C) 2014-2015 Mark Majeres * * Copyright (C) 2016 Mike Scalora * * Copyright (C) 2016 Sumedh Pendurkar * - * Copyright (C) 2015-2017 Benno Schulenberg * + * Copyright (C) 2018 Marco Diego Aurélio Mesquita * + * Copyright (C) 2015-2018 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 *