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
969c3f66
Commit
969c3f66
authored
Jan 04, 2008
by
Glenn Morris
Browse files
(version) <emacs_copyright>: New variable. Just use current year for copyright.
parent
461ff18d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lib-src/ebrowse.c
lib-src/ebrowse.c
+6
-2
No files found.
lib-src/ebrowse.c
View file @
969c3f66
/* ebrowse.c --- parsing files for the ebrowse C++ browser
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -3690,8 +3691,11 @@ usage (error)
void
version
()
{
/* Makes it easier to update automatically. */
char
emacs_copyright
[]
=
"Copyright (C) 2008 Free Software Foundation, Inc."
;
printf
(
"ebrowse %s
\n
"
,
VERSION
);
puts
(
"C
opyright
(C) 1992-2007 Free Software Foundation, Inc."
);
puts
(
emacs_c
opyright
);
puts
(
"This program is distributed under the same terms as Emacs."
);
exit
(
EXIT_SUCCESS
);
}
...
...
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