nano

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

commit c118397a14763c538403ca8bd77649eab6ee7f9e
parent cd5d7faa4e453bbd48b87add49e37b3c5c590cdb
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Tue, 21 Feb 2017 20:27:49 +0100

tweaks: update some copyright years

Reflect the significant changes in painting and regex searching
in the copyright notices.

Diffstat:
Msrc/color.c | 2+-
Msrc/nano.c | 2+-
Msrc/search.c | 2+-
Msrc/winio.c | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/color.c b/src/color.c @@ -3,7 +3,7 @@ * * * 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 * + * Copyright (C) 2014, 2015, 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/nano.c b/src/nano.c @@ -920,7 +920,7 @@ void version(void) printf(_(" GNU nano, version %s\n"), VERSION); #endif printf(" (C) 1999..2016 Free Software Foundation, Inc.\n"); - printf(_(" (C) 2014..%s the contributors to nano\n"), "2016"); + printf(_(" (C) 2014..%s the contributors to nano\n"), "2017"); printf( _(" Email: nano@nano-editor.org Web: https://nano-editor.org/")); printf(_("\n Compiled options:")); diff --git a/src/search.c b/src/search.c @@ -3,7 +3,7 @@ * * * 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 * + * Copyright (C) 2015, 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 @@ -3,7 +3,7 @@ * * * 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 * + * Copyright (C) 2014, 2015, 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 *