Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b455c665
Commit
b455c665
authored
Sep 22, 1996
by
Richard M. Stallman
Browse files
(main): Add copyright etc. to --version output.
parent
a7f284ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/emacs.c
src/emacs.c
+6
-0
No files found.
src/emacs.c
View file @
b455c665
...
...
@@ -456,6 +456,12 @@ main (argc, argv, envp)
else
{
printf
(
"GNU Emacs %s
\n
"
,
XSTRING
(
tem
)
->
data
);
printf
(
"Copyright (C) 1996 Free Software Foundation, Inc.
\n
"
);
printf
(
"GNU Emacs comes with ABSOLUTELY NO WARRANTY.
\n
"
);
printf
(
"You may redistribute copies of Emacs
\n
"
);
printf
(
"under the terms of the GNU General Public License.
\n
"
);
printf
(
"For more information about these matters, "
);
printf
(
"see the files named COPYING.
\n
"
);
exit
(
0
);
}
}
...
...
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