nano

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

commit 8269ae3ceaf43cc5c1f0dac2064873ca998ee700
parent 606d5a1e220d4cad7c9bb6467d8362def8077175
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 10 Nov 2006 03:40:41 +0000

more cosmetic copyright notice fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3953 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/color.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/color.c b/src/color.c @@ -2,8 +2,8 @@ /************************************************************************** * color.c * * * - * Copyright (C) 2001-2004 Chris Allegretta * - * Copyright (C) 2005-2006 David Lawrence Ramsey * + * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta * + * Copyright (C) 2005, 2006 David Lawrence Ramsey * * 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 2, or (at your option) *