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
9f696ef9
Commit
9f696ef9
authored
7 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
copyright: update the year in --version, and use the standard hyphen
parent
5aa12a2b
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nano.c
+3
-4
src/nano.c
with
3 additions
and
4 deletions
+3
-4
src/nano.c
View file @
9f696ef9
...
...
@@ -915,10 +915,9 @@ void version(void)
#else
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
"
),
"2017"
);
printf
(
_
(
" Email: nano@nano-editor.org Web: https://nano-editor.org/"
));
printf
(
" (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.
\n
"
);
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:"
));
#ifdef NANO_TINY
...
...
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