Commit 514cd9a0 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

update the license text to the preferred version

Mentioning "GNU nano" instead of "This program" and referring to the
website instead of to a postal address.
parent 406e5242
Showing with 181 additions and 216 deletions
+181 -216
...@@ -3,20 +3,18 @@ ...@@ -3,20 +3,18 @@
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
# 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. # 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc.
# #
# GNU nano is free software; you can redistribute it and/or modify it # GNU nano is free software: you can redistribute it and/or modify
# under the terms of the GNU General Public License as published by the # it under the terms of the GNU General Public License as published
# Free Software Foundation; either version 3, or (at your option) any # by the Free Software Foundation, either version 3 of the License,
# later version. # or (at your option) any later version.
# #
# GNU nano is distributed in the hope that it will be useful, but # GNU nano is distributed in the hope that it will be useful,
# WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# General Public License for more details. # See the GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with GNU nano; if not, write to the Free Software # along with this program. If not, see http://www.gnu.org/licenses/.
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
# USA.
AC_INIT([GNU nano], [2.6.3], [nano-devel@gnu.org], [nano]) AC_INIT([GNU nano], [2.6.3], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c]) AC_CONFIG_SRCDIR([src/nano.c])
......
/************************************************************************** /**************************************************************************
* browser.c * * browser.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* chars.c * * chars.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* color.c * * color.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* cut.c * * cut.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014 Mark Majeres * * Copyright (C) 2014 Mark Majeres *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* files.c * * files.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
...@@ -839,7 +837,7 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkw ...@@ -839,7 +837,7 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkw
if (len > 0) { if (len > 0) {
#ifndef NANO_TINY #ifndef NANO_TINY
/* If file conversion isn't disabled and the last character in /* If file conversion isn't disabled and the last character in
* this file is '\r', set format to Mac if we currently think * This file is '\r', set format to Mac if we currently think
* the file is a *nix file, or to both DOS and Mac if we * the file is a *nix file, or to both DOS and Mac if we
* currently think the file is a DOS file. */ * currently think the file is a DOS file. */
if (buf[len - 1] == '\r' && !ISSET(NO_CONVERT) && format < 2) if (buf[len - 1] == '\r' && !ISSET(NO_CONVERT) && format < 2)
......
/************************************************************************** /**************************************************************************
* global.c * * global.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* help.c * * help.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, * * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, *
* 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* move.c * * move.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* nano.c * * nano.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* nano.h * * nano.h -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* prompt.c * * prompt.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* proto.h * * proto.h -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* 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) *
* any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is free software: you can redistribute it and/or modify *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * it under the terms of the GNU General Public License as published *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * by the Free Software Foundation, either version 3 of the License, *
* General Public License for more details. * * or (at your option) any later version. *
* *
* GNU nano is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty *
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* rcfile.c * * rcfile.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014 Mike Frysinger * * Copyright (C) 2014 Mike Frysinger *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* search.c * * search.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* text.c * * text.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
...@@ -7,20 +7,18 @@ ...@@ -7,20 +7,18 @@
* Copyright (C) 2016 Mike Scalora * * Copyright (C) 2016 Mike Scalora *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* utils.c * * utils.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
/************************************************************************** /**************************************************************************
* winio.c * * winio.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *
* This program is free software; you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published *
* the Free Software Foundation; either version 3, or (at your option) * * by the Free Software Foundation, either version 3 of the License, *
* any later version. * * or (at your option) any later version. *
* * * *
* This program is distributed in the hope that it will be useful, but * * GNU nano is distributed in the hope that it will be useful, *
* WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* General Public License for more details. * * See the GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software * * along with this program. If not, see http://www.gnu.org/licenses/. *
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
* 02110-1301, USA. *
* * * *
**************************************************************************/ **************************************************************************/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment