;ELC   
;;; compiled by rms@psilocin.gnu.ai.mit.edu on Thu Aug  1 18:18:55 1996
;;; from file /home/fsf/rms/e19/lisp/copyright.el
;;; emacs version 19.31.97.4.
;;; bytecomp version FSF 2.10
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs 18.

(if (and (boundp 'emacs-version)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`copyright.el' was compiled for Emacs 19.29 or later"))


#@109 *Don't try to update copyright beyond this position unless interactive.
`nil' means to search whole buffer.
(defvar copyright-limit 2000 (#$ . -481))
#@90 *What your copyright notice looks like.
The second \( \) construct must match the years.
(defvar copyright-regexp "\\(©\\|[Cc]opyright\\s *:?\\s *(C)\\)\\s *\\([1-9][-0-9, ']*[0-9]+\\) " (#$ . -637))
#@117 *If non-`nil', ask user before changing copyright.
When this is `function', only ask when called non-interactively.
(defvar copyright-query (quote function) (#$ . -844))
#@39 String representing the current year.
(defconst copyright-current-year (byte-code "À ÁÂO‡" [current-time-string -4 nil] 3) (#$ . 1020))
#@62 String representing the current version of the GPL or `nil'.
(defconst copyright-current-gpl-version "2" (#$ . 1162))
(byte-code "ÀÁ!„ ÂÁBÀ‡" [boundp copyright-update t current-load-list] 2)
#@339 Update the copyright notice at the beginning of the buffer to indicate
the current year.  If optional prefix ARG is given replace the years in the
notice rather than adding the current year after them.  If necessary and
`copyright-current-gpl-version' is set, the copying permissions following the
copyright, if any, are updated as well.
(defalias 'copyright-update #[(&optional arg) "ƒŠŒ~ˆebˆÁ\nÄ#ƒ¸ Å•ÅZÅ•{ÇÈO˜„¸ ÉÊ!ˆƒQ Ì=ƒ: À=„Q ÎƒH ÐÑQ‚M ÒÓQ!ƒ¸ ƒc Ê”Ê•|ˆcˆ‚¸ ŠÔÈx)Õ!Õ`\\`{!ZÖ¦Ê=ƒž `\\×\\fØ=„– `\\Ç\\fØ=ƒž Ù!ˆ‚° Úcˆ`\\Û\\fÜ=ƒ° ÜcˆÈOcˆebˆƒÁÞÄ#ƒß”ß•{˜„ƒð Ì=ƒæ À=„ð ÎàÑQ!ƒÅ•ƒÅ”Å•|ˆÅ”bˆcˆß”ß•|ˆß”bˆcˆ)áÀ!ÈLˆ)È‡" [copyright-update re-search-forward copyright-regexp copyright-limit t 2 copyright-current-year -2 nil backward-char 1 copyright-query function this-command y-or-n-p arg "Replace copyright year(s) by " "? " "Add " " to copyright? " "0-9" string-to-number 100 -1 45 delete-char ", " -3 39 copyright-current-gpl-version "\\(the Free Software Foundation; either \\|; a\\^u eldono \\([0-9]+\\)a, ? a\\^u (la\\^u via	 \\)version \\([0-9]+\\), or (at" 3 "Replace GPL version by " make-local-variable] 4 (#$ . 1364) "*P"])
#@480 Insert a copyright by $ORGANIZATION notice at cursor.

This is a skeleton command (see `skeleton-insert').
Normally the skeleton text is inserted at point, with nothing "inside".
If there is a highlighted region, the skeleton text is wrapped
around the region text.

A prefix argument ARG says to wrap the skeleton around the next ARG words.
A prefix argument of zero says to wrap around zero words---that is, nothing.
This is a way of overiding the use of a highlighted region.
(defalias 'copyright #[(&optional str arg) "ÀÁ\n#‡" [skeleton-proxy-new ("Company: " comment-start "Copyright (C) " copyright-current-year " by " (or (getenv "ORGANIZATION") str) (quote (if (> (point) copyright-limit) (message "Copyright extends beyond `copyright-limit' and won't be updated automatically."))) comment-end) str arg] 4 (#$ . 2565) "*P\nP"])
