Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
f72fecee
Commit
f72fecee
authored
7 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
copyright: update the years for the FSF
And one for me, for the much changed keyboard stuff.
parent
97a8a621
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
src/browser.c
+1
-1
src/browser.c
src/chars.c
+1
-1
src/chars.c
src/color.c
+1
-1
src/color.c
src/cut.c
+1
-1
src/cut.c
src/files.c
+1
-1
src/files.c
src/global.c
+1
-1
src/global.c
src/help.c
+1
-1
src/help.c
src/history.c
+1
-1
src/history.c
src/move.c
+1
-1
src/move.c
src/nano.c
+3
-3
src/nano.c
src/nano.h
+1
-1
src/nano.h
src/prompt.c
+1
-1
src/prompt.c
src/proto.h
+1
-1
src/proto.h
src/rcfile.c
+1
-1
src/rcfile.c
src/search.c
+1
-1
src/search.c
src/text.c
+1
-1
src/text.c
src/utils.c
+1
-1
src/utils.c
src/winio.c
+3
-3
src/winio.c
with
22 additions
and
22 deletions
+22
-22
src/browser.c
View file @
f72fecee
/**************************************************************************
* browser.c -- This file is part of GNU nano. *
* *
* Copyright (C) 2001-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2001-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2015-2016 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/chars.c
View file @
f72fecee
/**************************************************************************
* chars.c -- This file is part of GNU nano. *
* *
* Copyright (C) 2001-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2001-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2016-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/color.c
View file @
f72fecee
/**************************************************************************
* color.c -- This file is part of GNU nano. *
* *
* Copyright (C) 2001-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2001-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/cut.c
View file @
f72fecee
/**************************************************************************
* cut.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014 Mark Majeres *
* Copyright (C) 2016 Benno Schulenberg *
* *
...
...
This diff is collapsed.
Click to expand it.
src/files.c
View file @
f72fecee
/**************************************************************************
* files.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2015-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/global.c
View file @
f72fecee
/**************************************************************************
* global.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/help.c
View file @
f72fecee
/**************************************************************************
* help.c -- This file is part of GNU nano. *
* *
* Copyright (C) 2000-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2000-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2017 Rishabh Dave *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
...
...
This diff is collapsed.
Click to expand it.
src/history.c
View file @
f72fecee
/**************************************************************************
* history.c -- This file is part of GNU nano. *
* *
* Copyright (C) 2003-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2003-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2016-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/move.c
View file @
f72fecee
/**************************************************************************
* move.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/nano.c
View file @
f72fecee
/**************************************************************************
* nano.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
@@ -917,8 +917,8 @@ void version(void)
#else
printf
(
_
(
" GNU nano, version %s
\n
"
),
VERSION
);
#endif
printf
(
" (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc.
\n
"
);
printf
(
_
(
" (C) 2014-%s the contributors to nano
\n
"
),
"201
7
"
);
printf
(
" (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc.
\n
"
);
printf
(
_
(
" (C) 2014-%s the contributors to nano
\n
"
),
"201
8
"
);
printf
(
_
(
" Email: nano@nano-editor.org Web: https://nano-editor.org/"
));
printf
(
_
(
"
\n
Compiled options:"
));
...
...
This diff is collapsed.
Click to expand it.
src/nano.h
View file @
f72fecee
/**************************************************************************
* nano.h -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/prompt.c
View file @
f72fecee
/**************************************************************************
* prompt.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/proto.h
View file @
f72fecee
/**************************************************************************
* proto.h -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* *
* GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *
...
...
This diff is collapsed.
Click to expand it.
src/rcfile.c
View file @
f72fecee
/**************************************************************************
* rcfile.c -- This file is part of GNU nano. *
* *
* Copyright (C) 2001-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2001-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014 Mike Frysinger *
* Copyright (C) 2014-2017 Benno Schulenberg *
* *
...
...
This diff is collapsed.
Click to expand it.
src/search.c
View file @
f72fecee
/**************************************************************************
* search.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2015-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/text.c
View file @
f72fecee
/**************************************************************************
* text.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-2015 Mark Majeres *
* Copyright (C) 2016 Mike Scalora *
* Copyright (C) 2016 Sumedh Pendurkar *
...
...
This diff is collapsed.
Click to expand it.
src/utils.c
View file @
f72fecee
/**************************************************************************
* utils.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2016-2017 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
...
...
This diff is collapsed.
Click to expand it.
src/winio.c
View file @
f72fecee
/**************************************************************************
* winio.c -- This file is part of GNU nano. *
* *
* Copyright (C) 1999-2011, 2013-201
7
Free Software Foundation, Inc. *
* Copyright (C) 2014-201
7
Benno Schulenberg *
* Copyright (C) 1999-2011, 2013-201
8
Free Software Foundation, Inc. *
* Copyright (C) 2014-201
8
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 *
...
...
@@ -3559,7 +3559,7 @@ void do_credits(void)
""
,
""
,
""
,
"(C) 201
7
"
,
"(C) 201
8
"
,
"Free Software Foundation, Inc."
,
""
,
""
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help