summaryrefslogtreecommitdiff
path: root/lisp/version.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/version.el')
-rw-r--r--lisp/version.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el
index 1657dc0e270..034a2ff5515 100644
--- a/lisp/version.el
+++ b/lisp/version.el
@@ -10,7 +10,7 @@
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
+;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
@@ -27,6 +27,9 @@
;;; Code:
+(defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc."
+ "Short copyright string for this version of Emacs.")
+
(defconst emacs-version "22.1.50" "\
Version numbers of this version of Emacs.")