nano

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

commit 406e5242a34b6ebb0a445ed65c47fe47905efe81
parent c26f58e7832c4088b65e8857aeed59ee725d5df7
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Mon, 29 Aug 2016 15:14:18 +0200

update the copyright notices

Diffstat:
Msrc/browser.c | 1+
Msrc/chars.c | 2++
Msrc/color.c | 2++
Msrc/cut.c | 3+++
Msrc/files.c | 2++
Msrc/global.c | 2++
Msrc/help.c | 2++
Msrc/move.c | 2++
Msrc/nano.c | 2++
Msrc/nano.h | 2++
Msrc/prompt.c | 2++
Msrc/rcfile.c | 3+++
Msrc/search.c | 2++
Msrc/text.c | 4++++
Msrc/utils.c | 2++
Msrc/winio.c | 2++
16 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/src/browser.c b/src/browser.c @@ -3,6 +3,7 @@ * * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * + * Copyright (C) 2015, 2016 Benno Schulenberg * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/chars.c b/src/chars.c @@ -3,6 +3,8 @@ * * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/color.c b/src/color.c @@ -3,6 +3,8 @@ * * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/cut.c b/src/cut.c @@ -3,6 +3,9 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014 Mark Majeres * + * Copyright (C) 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/files.c b/src/files.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/global.c b/src/global.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/help.c b/src/help.c @@ -3,6 +3,8 @@ * * * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, * * 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/move.c b/src/move.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/nano.c b/src/nano.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/nano.h b/src/nano.h @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/prompt.c b/src/prompt.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/rcfile.c b/src/rcfile.c @@ -3,6 +3,9 @@ * * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014 Mike Frysinger * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/search.c b/src/search.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/text.c b/src/text.c @@ -3,6 +3,10 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015 Mark Majeres * + * Copyright (C) 2016 Mike Scalora * + * Copyright (C) 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/utils.c b/src/utils.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/winio.c b/src/winio.c @@ -3,6 +3,8 @@ * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) *