Variable: vhdl-copyright-string
vhdl-copyright-string is a customizable variable defined in
vhdl-mode.el.gz.
Value
"-------------------------------------------------------------------------------\n-- Copyright (c) <year> <company>\n"
Documentation
Copyright string to insert in file header.
Can be multi-line string (type C-j for newline) and contain other file
header keywords (see option vhdl-file-header).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-copyright-string "\
-------------------------------------------------------------------------------
-- Copyright (c) <year> <company>
"
"Copyright string to insert in file header.
Can be multi-line string (type `C-j' for newline) and contain other file
header keywords (see option `vhdl-file-header')."
:type 'string
:group 'vhdl-header)