Commit f72fecee authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

copyright: update the years for the FSF

And one for me, for the much changed keyboard stuff.
No related merge requests found
Showing with 22 additions and 22 deletions
+22 -22
/************************************************************************** /**************************************************************************
* browser.c -- This file is part of GNU nano. * * browser.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2001-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2015-2016 Benno Schulenberg * * Copyright (C) 2015-2016 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* chars.c -- This file is part of GNU nano. * * chars.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2001-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2016-2017 Benno Schulenberg * * Copyright (C) 2016-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* color.c -- This file is part of GNU nano. * * color.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2001-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* cut.c -- This file is part of GNU nano. * * cut.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014 Mark Majeres * * Copyright (C) 2014 Mark Majeres *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *
......
/************************************************************************** /**************************************************************************
* files.c -- This file is part of GNU nano. * * files.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2015-2017 Benno Schulenberg * * Copyright (C) 2015-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* global.c -- This file is part of GNU nano. * * global.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* help.c -- This file is part of GNU nano. * * help.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2000-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2000-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2017 Rishabh Dave * * Copyright (C) 2017 Rishabh Dave *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
......
/************************************************************************** /**************************************************************************
* history.c -- This file is part of GNU nano. * * history.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2003-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2003-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2016-2017 Benno Schulenberg * * Copyright (C) 2016-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* move.c -- This file is part of GNU nano. * * move.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* nano.c -- This file is part of GNU nano. * * nano.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
...@@ -917,8 +917,8 @@ void version(void) ...@@ -917,8 +917,8 @@ void version(void)
#else #else
printf(_(" GNU nano, version %s\n"), VERSION); printf(_(" GNU nano, version %s\n"), VERSION);
#endif #endif
printf(" (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.\n"); printf(" (C) 1999-2011, 2013-2018 Free Software Foundation, Inc.\n");
printf(_(" (C) 2014-%s the contributors to nano\n"), "2017"); printf(_(" (C) 2014-%s the contributors to nano\n"), "2018");
printf(_(" Email: nano@nano-editor.org Web: https://nano-editor.org/")); printf(_(" Email: nano@nano-editor.org Web: https://nano-editor.org/"));
printf(_("\n Compiled options:")); printf(_("\n Compiled options:"));
......
/************************************************************************** /**************************************************************************
* nano.h -- This file is part of GNU nano. * * nano.h -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* prompt.c -- This file is part of GNU nano. * * prompt.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* proto.h -- This file is part of GNU nano. * * proto.h -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* * * *
* GNU nano 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 * * it under the terms of the GNU General Public License as published *
......
/************************************************************************** /**************************************************************************
* rcfile.c -- This file is part of GNU nano. * * rcfile.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2001-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014 Mike Frysinger * * Copyright (C) 2014 Mike Frysinger *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2017 Benno Schulenberg *
* * * *
......
/************************************************************************** /**************************************************************************
* search.c -- This file is part of GNU nano. * * search.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2015-2017 Benno Schulenberg * * Copyright (C) 2015-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* text.c -- This file is part of GNU nano. * * text.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2015 Mark Majeres * * Copyright (C) 2014-2015 Mark Majeres *
* Copyright (C) 2016 Mike Scalora * * Copyright (C) 2016 Mike Scalora *
* Copyright (C) 2016 Sumedh Pendurkar * * Copyright (C) 2016 Sumedh Pendurkar *
......
/************************************************************************** /**************************************************************************
* utils.c -- This file is part of GNU nano. * * utils.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2016-2017 Benno Schulenberg * * Copyright (C) 2016-2017 Benno Schulenberg *
* * * *
* GNU nano is free software: you can redistribute it and/or modify * * GNU nano is free software: you can redistribute it and/or modify *
......
/************************************************************************** /**************************************************************************
* winio.c -- This file is part of GNU nano. * * winio.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 1999-2011, 2013-2018 Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg * * Copyright (C) 2014-2018 Benno Schulenberg *
* * * *
* GNU nano 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 * * it under the terms of the GNU General Public License as published *
...@@ -3559,7 +3559,7 @@ void do_credits(void) ...@@ -3559,7 +3559,7 @@ void do_credits(void)
"", "",
"", "",
"", "",
"(C) 2017", "(C) 2018",
"Free Software Foundation, Inc.", "Free Software Foundation, Inc.",
"", "",
"", "",
......
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