Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu
[bpt/emacs.git] / etc / srecode / default.srt
CommitLineData
c05676c5
CY
1;;; default.srt --- SRecode templates for srecode-template-mode
2
73b0cd50 3;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
c05676c5
CY
4
5;; Author: Eric M. Ludlam <eric@siege-engine.com>
6
7;; This file is part of GNU Emacs.
8
9;; GNU Emacs is free software: you can redistribute it and/or modify
10;; it under the terms of the GNU General Public License as published by
11;; the Free Software Foundation, either version 3 of the License, or
12;; (at your option) any later version.
13
14;; GNU Emacs is distributed in the hope that it will be useful,
15;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17;; GNU General Public License for more details.
18
19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21
22set mode "default"
23
24set comment_start "#"
25
26set COPYRIGHT "This program is free software; you can redistribute it and/or
27modify it under the terms of the GNU General Public License as
d40a7570
GM
28published by the Free Software Foundation, either version 3 of the
29License, or (at your option) any later version.
c05676c5
CY
30
31This program is distributed in the hope that it will be useful, but
32WITHOUT ANY WARRANTY; without even the implied warranty of
33MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
34General Public License for more details.
35
36You should have received a copy of the GNU General Public License
d40a7570 37along with this program. If not, see http://www.gnu.org/licenses/."
c05676c5
CY
38
39set DOLLAR "$"
40
41context file
42
43template copyright
44----
45{{COPYRIGHT:srecode-comment-prefix}}
46----
47
48template filecomment :file :user :time
49----
50{{comment_start}} {{FILENAME}} --- {{^}}
51{{comment_prefix}}
52{{comment_prefix}} Copyright (C) {{YEAR}} {{?AUTHOR}}
53{{comment_prefix}}
54{{comment_prefix}} Author: {{AUTHOR}} <{{EMAIL}}>{{#RCS}}
55{{comment_prefix}} X-RCS: {{DOLLAR}}Id{{DOLLAR}}{{/RCS}}
56{{comment_prefix}}
57{{>:copyright}}
58{{comment_end}}
59----
60
114f9c96 61;; end