summaryrefslogtreecommitdiff
path: root/font/devX100
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2017-11-12 17:32:29 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2017-11-12 17:32:29 -0500
commit14320c010abc8e6145ecf66e499aeecc02539cd2 (patch)
tree4f009f4a272a415f62d158778232d35f41547e19 /font/devX100
parent6df65ebdf5f50f3b6619581209adff32e3774831 (diff)
downloadgroff-git-14320c010abc8e6145ecf66e499aeecc02539cd2.tar.gz
font: Make style fixes.
* Break excessively long lines in Automake files where possible. * Flow copyright notices onto one line per the model in the GNU Maintainers' Guide. * Also consistently use four-digit years in copyright notices. * Migrate comments from `quotes' to 'quotes'. * Update and parallelize editor aid comments. Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Diffstat (limited to 'font/devX100')
-rw-r--r--font/devX100/devX100.am15
1 files changed, 9 insertions, 6 deletions
diff --git a/font/devX100/devX100.am b/font/devX100/devX100.am
index cac63d999..b17808c26 100644
--- a/font/devX100/devX100.am
+++ b/font/devX100/devX100.am
@@ -1,16 +1,15 @@
-# Copyright (C) 2014-15
-# Free Software Foundation, Inc.
+# Copyright (C) 2014-2015 Free Software Foundation, Inc.
#
# Last update: 13 Aug 2015
#
-# This file is part of `groff'.
+# This file is part of 'groff'.
#
-# `groff' is free software; you can redistribute it and/or modify it
+# 'groff' 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 of the License, or
# (at your option) any later version.
#
-# `groff' is distributed in the hope that it will be useful, but
+# 'groff' 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.
@@ -47,7 +46,11 @@ EXTRA_DIST += $(DEVX100FONTS)
########################################################################
-### Emacs settings
+# Editor settings
+########################################################################
+#
# Local Variables:
# mode: makefile-automake
+# fill-column: 72
# End:
+# vim: set filetype=automake textwidth=72: