git@sv
/
enscript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Elaborated the --footer option
[enscript.git]
/
states
/
hl
/
enscript.st
diff --git
a/states/hl/enscript.st
b/states/hl/enscript.st
index 02f10046071dde91b2dc9f935d5dd1b131641b00..975b95f7b3d4e5a62b214deadc627cc8dcecf3d8 100644
(file)
--- a/
states/hl/enscript.st
+++ b/
states/hl/enscript.st
@@
-9,22
+9,20
@@
*/
/*
*/
/*
- * This file is part of GNU
e
nscript.
+ * This file is part of GNU
E
nscript.
*
*
- *
This program is free software;
you can redistribute it and/or modify
+ *
Enscript is free software:
you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation
; either version 2, or (at your option)
- * any later version.
+ * the Free Software Foundation
, either version 3 of the License, or
+ *
(at your option)
any later version.
*
*
- *
This program
is distributed in the hope that it will be useful,
+ *
Enscript
is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; see the file COPYING. If not, write to
- * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * along with Enscript. If not, see <http://www.gnu.org/licenses/>.
*/
/*
*/
/*
@@
-470,7
+468,7
@@
start
namerules
{
/\.(c|h)$/ c;
namerules
{
/\.(c|h)$/ c;
- /\.(c++|C|H|cpp|cc|cxx
)$/
cpp;
+ /\.(c++|C|H|cpp|cc|cxx
|hpp)$/
cpp;
/\.m$/ matlab;
/\.(mpl|mp|maple)$/ maple;
/\.(scm|scheme)$/ scheme;
/\.m$/ matlab;
/\.(mpl|mp|maple)$/ maple;
/\.(scm|scheme)$/ scheme;
@@
-496,6
+494,7
@@
namerules
/\.java$/ java;
/\.([Pp][Aa][Ss]|[Pp][Pp]|[Pp])$/ pascal;
/\.[fF]$/ fortran;
/\.java$/ java;
/\.([Pp][Aa][Ss]|[Pp][Pp]|[Pp])$/ pascal;
/\.[fF]$/ fortran;
+ /\.f90$/ f90;
/\.awk$/ awk;
/\.sh$/ sh;
/\.vba$/ vba;
/\.awk$/ awk;
/\.sh$/ sh;
/\.vba$/ vba;