Variable: emacs-copyright
emacs-copyright is a variable defined in emacs.c.
Value
"Copyright (C) 2024 Free Software Foundation, Inc."
Documentation
Short copyright string for this version of Emacs.
Source Code
// Defined in /usr/src/emacs/src/emacs.c
DEFVAR_LISP ("emacs-copyright", Vemacs_copyright,
doc: /* Short copyright string for this version of Emacs. */);