summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Bitmap.h3
-rw-r--r--include/Item.h5
-rw-r--r--include/bb-list.h3
-rw-r--r--include/bb-outline.h3
-rw-r--r--include/bitmap.h4
-rw-r--r--include/bounding-box.h3
-rw-r--r--include/bzr.h3
-rw-r--r--include/c-ctype.h3
-rw-r--r--include/c-dir.h3
-rw-r--r--include/c-errno.h3
-rw-r--r--include/c-fopen.h3
-rw-r--r--include/c-limits.h3
-rw-r--r--include/c-memstr.h3
-rw-r--r--include/c-minmax.h3
-rw-r--r--include/c-namemx.h3
-rw-r--r--include/c-pathch.h3
-rw-r--r--include/c-pathmx.h3
-rw-r--r--include/c-proto.h3
-rw-r--r--include/c-stat.h3
-rw-r--r--include/c-std.h3
-rw-r--r--include/c-time.h4
-rw-r--r--include/c-unistd.h3
-rw-r--r--include/c-vararg.h3
-rw-r--r--include/charspec.h3
-rw-r--r--include/cmdline.h3
-rw-r--r--include/concatn.h4
-rw-r--r--include/config.h3
-rw-r--r--include/dirio.h3
-rw-r--r--include/edge.h3
-rw-r--r--include/encoding.h3
-rw-r--r--include/file-input.h3
-rw-r--r--include/file-output.h3
-rw-r--r--include/filename.h3
-rw-r--r--include/fix-num.h3
-rw-r--r--include/font.h3
-rw-r--r--include/fontmap.h3
-rw-r--r--include/gf.h5
-rw-r--r--include/global.h2
-rw-r--r--include/hash.h2
-rw-r--r--include/hexify.h4
-rw-r--r--include/identity.h2
-rw-r--r--include/kpathsea-config.h2
-rw-r--r--include/lib.h3
-rw-r--r--include/libfile.h3
-rw-r--r--include/line.h3
-rw-r--r--include/list.h3
-rw-r--r--include/logreport.h2
-rw-r--r--include/moretypes.h3
-rw-r--r--include/pathsrch.h3
-rw-r--r--include/pbm.h3
-rw-r--r--include/pbmplus.h4
-rw-r--r--include/pk.h5
-rw-r--r--include/progname.h2
-rw-r--r--include/rand.h3
-rw-r--r--include/report.h3
-rw-r--r--include/scaled-num.h3
-rw-r--r--include/spline.h3
-rw-r--r--include/statistics.h3
-rw-r--r--include/str-lcase.h5
-rw-r--r--include/str-list.h3
-rw-r--r--include/systypes.h5
-rw-r--r--include/tex-file.h3
-rw-r--r--include/tfm.h5
-rw-r--r--include/types.h3
-rw-r--r--include/varstring.h2
-rw-r--r--include/vector.h2
-rw-r--r--include/xmessage.h2
-rw-r--r--include/xt-common.h3
68 files changed, 212 insertions, 0 deletions
diff --git a/include/Bitmap.h b/include/Bitmap.h
index f58fa2d..47ba093 100644
--- a/include/Bitmap.h
+++ b/include/Bitmap.h
@@ -1,3 +1,4 @@
+/*
# Bitmap.h: public header file for a bitmap widget, implemented as a
# subclass of Athena's Label widget.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef BITMAP_WIDGET_H
diff --git a/include/Item.h b/include/Item.h
index 93a2df3..0827ea9 100644
--- a/include/Item.h
+++ b/include/Item.h
@@ -1,3 +1,4 @@
+/*
# Item.h: public header file for an ``item widget''.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,10 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# A composite widget consisting of a label and a (string) value. Both
# subwidgets are created by the Item itself, and geometry requests from them are
# ignored.
+*/
#ifndef ITEM_WIDGET_H
diff --git a/include/bb-list.h b/include/bb-list.h
index effb61b..701fc15 100644
--- a/include/bb-list.h
+++ b/include/bb-list.h
@@ -1,3 +1,4 @@
+/*
# bb-list.h: bounding box lists.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef BB_LIST_H
#define BB_LIST_H
diff --git a/include/bb-outline.h b/include/bb-outline.h
index 2e211ca..ecd2fbd 100644
--- a/include/bb-outline.h
+++ b/include/bb-outline.h
@@ -1,3 +1,4 @@
+/*
# bb-outline.h: find a list of bounding boxes enclosing outlines.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef BB_OUTLINE_H
#define BB_OUTLINE_H
diff --git a/include/bitmap.h b/include/bitmap.h
index dc4bb98..c09637f 100644
--- a/include/bitmap.h
+++ b/include/bitmap.h
@@ -1,3 +1,4 @@
+/*
# bitmap.h: definition for a bitmap type.
#
# Copyright (C) 1992, 1993, 2011 Free Software Foundation, Inc.
@@ -15,11 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+/*
# No packing is done by
# default; each pixel is represented by an entire byte. Among other
# things, this means the type can be used for both grayscale and binary
# images.
+*/
#ifndef BITMAP_H
diff --git a/include/bounding-box.h b/include/bounding-box.h
index 15bdb16..43f769e 100644
--- a/include/bounding-box.h
+++ b/include/bounding-box.h
@@ -1,3 +1,4 @@
+/*
# bounding-box.h: operations on both real- and integer-valued bounding boxes.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef BOUNDING_BOX_H
diff --git a/include/bzr.h b/include/bzr.h
index ae4a3ee..8faba70 100644
--- a/include/bzr.h
+++ b/include/bzr.h
@@ -1,3 +1,4 @@
+/*
# bzr.h: manipulate Bezier-format font files. See ../bzr/README
# for the precise definition of the file format.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef BZR_H
diff --git a/include/c-ctype.h b/include/c-ctype.h
index 687f663..9dfeada 100644
--- a/include/c-ctype.h
+++ b/include/c-ctype.h
@@ -1,3 +1,4 @@
+/*
# c-ctype.h: ASCII-safe versions of the <ctype.h> macros.
#
# Copyright (C) 1992, 2000, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_C_CTYPE_H
diff --git a/include/c-dir.h b/include/c-dir.h
index 253a3b7..bc9f7a1 100644
--- a/include/c-dir.h
+++ b/include/c-dir.h
@@ -1,3 +1,4 @@
+/*
# c-dir.h: directory headers.
#
# Copyright (C) 1992, 1993, 1994, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_C_DIR_H
diff --git a/include/c-errno.h b/include/c-errno.h
index df2865f..7eafda2 100644
--- a/include/c-errno.h
+++ b/include/c-errno.h
@@ -1,3 +1,4 @@
+/*
# c-errno.h: <errno.h> and the errno variable.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_ERRNO_H
diff --git a/include/c-fopen.h b/include/c-fopen.h
index 0d53db7..290f83f 100644
--- a/include/c-fopen.h
+++ b/include/c-fopen.h
@@ -1,3 +1,4 @@
+/*
# c-fopen.h: how to open files with fopen.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_FOPEN_H
diff --git a/include/c-limits.h b/include/c-limits.h
index e3ffe21..a4f7516 100644
--- a/include/c-limits.h
+++ b/include/c-limits.h
@@ -1,3 +1,4 @@
+/*
# c-limits.h: include the system parameter file.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_LIMITS_H
diff --git a/include/c-memstr.h b/include/c-memstr.h
index f1df374..97a0341 100644
--- a/include/c-memstr.h
+++ b/include/c-memstr.h
@@ -1,3 +1,4 @@
+/*
# c-memstr.h: memcpy, strchr, etc.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_MEMSTR_H
diff --git a/include/c-minmax.h b/include/c-minmax.h
index d4a7423..38811cb 100644
--- a/include/c-minmax.h
+++ b/include/c-minmax.h
@@ -1,3 +1,4 @@
+/*
# c-minmax.h: define INT_MIN, etc. Assume a 32-bit machine if the
# values aren't defined.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_MINMAX_H
diff --git a/include/c-namemx.h b/include/c-namemx.h
index 22234ac..0953e3c 100644
--- a/include/c-namemx.h
+++ b/include/c-namemx.h
@@ -1,3 +1,4 @@
+/*
# c-name_max.h: define NAME_MAX, the maximum length of a single
# component in a pathname.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_NAME_MAX_H
diff --git a/include/c-pathch.h b/include/c-pathch.h
index f40fc6d..769e0cb 100644
--- a/include/c-pathch.h
+++ b/include/c-pathch.h
@@ -1,3 +1,4 @@
+/*
# c-pathch.h: define the characters which separate components of
# pathnames and environment variable paths.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_PATHCH_H
diff --git a/include/c-pathmx.h b/include/c-pathmx.h
index 75c7c63..f432253 100644
--- a/include/c-pathmx.h
+++ b/include/c-pathmx.h
@@ -1,3 +1,4 @@
+/*
# c-path_max.h: define PATH_MAX, the maximum length of a pathname.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_PATH_MAX_H
diff --git a/include/c-proto.h b/include/c-proto.h
index ebf0b83..ae2a73d 100644
--- a/include/c-proto.h
+++ b/include/c-proto.h
@@ -1,3 +1,4 @@
+/*
# c-proto.h: macros to include or discard prototypes.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_PROTO_H
diff --git a/include/c-stat.h b/include/c-stat.h
index 58e7bae..7349fff 100644
--- a/include/c-stat.h
+++ b/include/c-stat.h
@@ -1,3 +1,4 @@
+/*
# c-stat.h: declarations for using stat(2).
#
# Copyright (C) 1993, 1996, 2000, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_STAT_H
diff --git a/include/c-std.h b/include/c-std.h
index 35165a9..b712a01 100644
--- a/include/c-std.h
+++ b/include/c-std.h
@@ -1,3 +1,4 @@
+/*
# c-std.h: the first header files.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_STD_H
diff --git a/include/c-time.h b/include/c-time.h
index c0624f9..2c63e2e 100644
--- a/include/c-time.h
+++ b/include/c-time.h
@@ -1,3 +1,4 @@
+/*
# c-limits.h: include the system parameter file.
#
# Copyright (C) 2006, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+
#ifndef C_TIME_H
#define C_TIME_H
diff --git a/include/c-unistd.h b/include/c-unistd.h
index bbe741e..f3da690 100644
--- a/include/c-unistd.h
+++ b/include/c-unistd.h
@@ -1,3 +1,4 @@
+/*
# c-unistd.h: ensure we have constants from <unistd.h>. Included from
# c-std.h.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_UNISTD_H
diff --git a/include/c-vararg.h b/include/c-vararg.h
index b30a95a..fb6d356 100644
--- a/include/c-vararg.h
+++ b/include/c-vararg.h
@@ -1,3 +1,4 @@
+/*
# c-vararg.h: Top layer for stdarg and varargs.
#
# Copyright (C) 1993, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef C_VARARG_H
diff --git a/include/charspec.h b/include/charspec.h
index 7361ac6..8b61816 100644
--- a/include/charspec.h
+++ b/include/charspec.h
@@ -1,3 +1,4 @@
+/*
# charspec.h:
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef CHARSPEC_H
diff --git a/include/cmdline.h b/include/cmdline.h
index 34338bf..34aca32 100644
--- a/include/cmdline.h
+++ b/include/cmdline.h
@@ -1,3 +1,4 @@
+/*
# cmdline.h: macros to help process command-line arguments.
#
# Copyright (C) 1992, 2004, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef CMDLINE_H
diff --git a/include/concatn.h b/include/concatn.h
index 56d8670..5e535c2 100644
--- a/include/concatn.h
+++ b/include/concatn.h
@@ -1,3 +1,4 @@
+/*
# concatn.h: concatenate a variable number of strings.
#
# Copyright (C) 1993, 1996, 2011 Free Software Foundation, Inc.
@@ -15,10 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+/*
# This is a separate include file only because I don't see the point of
# having every source file include <c-vararg.h>. The declarations for
# the other concat routines are in lib.h.
+*/
#ifndef KPATHSEA_CONCATN_H
#define KPATHSEA_CONCATN_H
diff --git a/include/config.h b/include/config.h
index af0b346..aef9ce5 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,3 +1,4 @@
+/*
# config.h: master configuration file, included first by all compilable
# source files (not headers).
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef CONFIG_H
diff --git a/include/dirio.h b/include/dirio.h
index 54556d9..ab33008 100644
--- a/include/dirio.h
+++ b/include/dirio.h
@@ -1,3 +1,4 @@
+/*
# dirio.h: checked directory operations.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef DIRIO_H
diff --git a/include/edge.h b/include/edge.h
index 703930c..20a4479 100644
--- a/include/edge.h
+++ b/include/edge.h
@@ -1,3 +1,4 @@
+/*
# edge.h: declarations for edge traversing.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef EDGE_H
diff --git a/include/encoding.h b/include/encoding.h
index e8f9ed8..c5e09c8 100644
--- a/include/encoding.h
+++ b/include/encoding.h
@@ -1,3 +1,4 @@
+/*
# encoding.h: parse a font encoding (.enc) file.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef ENCODING_H
diff --git a/include/file-input.h b/include/file-input.h
index 304778e..74b95b2 100644
--- a/include/file-input.h
+++ b/include/file-input.h
@@ -1,3 +1,4 @@
+/*
# file-input.h: declarations for file reading.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef FILE_INPUT_H
diff --git a/include/file-output.h b/include/file-output.h
index 446de27..c52bae5 100644
--- a/include/file-output.h
+++ b/include/file-output.h
@@ -1,3 +1,4 @@
+/*
# file-output.h: declarations for file reading.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef FILE_OUTPUT_H
diff --git a/include/filename.h b/include/filename.h
index 248c634..4761b8b 100644
--- a/include/filename.h
+++ b/include/filename.h
@@ -1,3 +1,4 @@
+/*
# filename.h: declarations for manipulating filenames.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef FILENAME_H
diff --git a/include/fix-num.h b/include/fix-num.h
index 89fc2c6..90d492a 100644
--- a/include/fix-num.h
+++ b/include/fix-num.h
@@ -1,3 +1,4 @@
+/*
# fix-num.h: declarations for ``fix'' numbers, which are a 32-bit
# word with 20 bits of fraction.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef FIX_NUM_H
diff --git a/include/font.h b/include/font.h
index 3008000..dd6adbb 100644
--- a/include/font.h
+++ b/include/font.h
@@ -1,3 +1,4 @@
+/*
# font.h: operations on fonts independent of a particular file format.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef FONT_LIBRARY_H
diff --git a/include/fontmap.h b/include/fontmap.h
index 1d0dccc..b7558e9 100644
--- a/include/fontmap.h
+++ b/include/fontmap.h
@@ -1,3 +1,4 @@
+/*
# fontmap.h: declarations for reading a file to define additional font names.
#
# Copyright (C) 1993, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef FONTMAP_H
diff --git a/include/gf.h b/include/gf.h
index 187b56f..c33b292 100644
--- a/include/gf.h
+++ b/include/gf.h
@@ -1,3 +1,4 @@
+/*
# gf.h: manipulate generic font files.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,10 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# See Metafont: The Program, by
# Don Knuth, (Volume D of Computers & Typesetting), chapter 46, among
# other places, for the precise definition of this bitmap format.
+*/
#ifndef GENERIC_FONT_LIBRARY_H
diff --git a/include/global.h b/include/global.h
index 770a6ca..5582b8d 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1,3 +1,4 @@
+/*
# global.h: extend the standard programming environment a little.
# This is included from config.h, which everyone includes.
#
@@ -16,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef GLOBAL_H
diff --git a/include/hash.h b/include/hash.h
index 88899b6..226a4ee 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -1,3 +1,4 @@
+/*
# hash.h: declarations for a hash table.
#
# Copyright (C) 1994, 1995, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef HASH_H
diff --git a/include/hexify.h b/include/hexify.h
index b10b6af..dc8c7a6 100644
--- a/include/hexify.h
+++ b/include/hexify.h
@@ -1,3 +1,4 @@
+/*
# hexify.h: change strings to ASCII hex characters.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+
#ifndef HEXIFY_H
#define HEXIFY_H
diff --git a/include/identity.h b/include/identity.h
index a0c6884..5ce0fe0 100644
--- a/include/identity.h
+++ b/include/identity.h
@@ -1,3 +1,4 @@
+/*
# identity.h.
#
# Copyright (C) 1995, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef IDENTITY_H
diff --git a/include/kpathsea-config.h b/include/kpathsea-config.h
index 40fd527..6e111e8 100644
--- a/include/kpathsea-config.h
+++ b/include/kpathsea-config.h
@@ -1,3 +1,4 @@
+/*
# config.h: master configuration file, included first by all compilable
# source files (not headers).
#
@@ -16,6 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef KPATHSEA_CONFIG_H
diff --git a/include/lib.h b/include/lib.h
index ad4083b..8e219cd 100644
--- a/include/lib.h
+++ b/include/lib.h
@@ -1,3 +1,4 @@
+/*
# lib.h: declarations for common, low-level routines in kpathsea.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 2000, 2011
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_LIB_H
#define KPATHSEA_LIB_H
diff --git a/include/libfile.h b/include/libfile.h
index c74461b..7cd2aba 100644
--- a/include/libfile.h
+++ b/include/libfile.h
@@ -1,3 +1,4 @@
+/*
# libfile.h: read auxiliary data files.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef LIBFILE_H
#define LIBFILE_H
diff --git a/include/line.h b/include/line.h
index 7998087..3fc4059 100644
--- a/include/line.h
+++ b/include/line.h
@@ -1,3 +1,4 @@
+/*
# line.h: read an arbitrary-length input line.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef LINE_H
#define LINE_H
diff --git a/include/list.h b/include/list.h
index c59e8a2..9ddcd9a 100644
--- a/include/list.h
+++ b/include/list.h
@@ -1,3 +1,4 @@
+/*
# list.h: simple list (represented as arrays) manipulation.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef LIST_H
diff --git a/include/logreport.h b/include/logreport.h
index f73d9d5..546d968 100644
--- a/include/logreport.h
+++ b/include/logreport.h
@@ -1,3 +1,4 @@
+/*
# logreport.h: status reporting routines.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef LOGREPORT_H
diff --git a/include/moretypes.h b/include/moretypes.h
index 3859085..a3ae6ff 100644
--- a/include/moretypes.h
+++ b/include/moretypes.h
@@ -1,3 +1,4 @@
+/*
# moretypes.h: common types beyond types.h.
#
# Copyright (C) 1993, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef MORETYPES_H
diff --git a/include/pathsrch.h b/include/pathsrch.h
index 153456b..41915e5 100644
--- a/include/pathsrch.h
+++ b/include/pathsrch.h
@@ -1,3 +1,4 @@
+/*
# pathsrch.h: environment-variable path searching for files, possibly
# in subdirectories.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef PATHSEARCH_H
diff --git a/include/pbm.h b/include/pbm.h
index 813c067..b268580 100644
--- a/include/pbm.h
+++ b/include/pbm.h
@@ -1,3 +1,4 @@
+/*
# pbm.h - header file for libpbm portable bitmap library
#
# Copyright (C) 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef _PBM_H_
diff --git a/include/pbmplus.h b/include/pbmplus.h
index b70cafe..0af69ac 100644
--- a/include/pbmplus.h
+++ b/include/pbmplus.h
@@ -1,3 +1,4 @@
+/*
# pbmplus.h - header file for PBM, PGM, PPM, and PNM
#
# Copyright (C) 1988, 1989, 1991, 2011 Jef Poskanzer.
@@ -15,8 +16,11 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+/*
# Configuration options modified for GNU --karl.
+*/
#ifndef _PBMPLUS_H_
#define _PBMPLUS_H_
diff --git a/include/pk.h b/include/pk.h
index 9d3b1f8..4474c31 100644
--- a/include/pk.h
+++ b/include/pk.h
@@ -1,3 +1,4 @@
+/*
# pk.h: manipulate packed format font files.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,9 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# See the PKtype source code (by Tomas Rokicki), among other places, for the
# precise definition of this bitmap format.
+*/
#ifndef PACKED_FONT_LIBRARY_H
#define PACKED_FONT_LIBRARY_H
diff --git a/include/progname.h b/include/progname.h
index dea7235..68592fc 100644
--- a/include/progname.h
+++ b/include/progname.h
@@ -1,3 +1,4 @@
+/*
# progname.h: Declarations for argv[0] equivalents.
#
# Copyright (C) 1994, 1996, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef KPATHSEA_PROGNAME_H
diff --git a/include/rand.h b/include/rand.h
index 05e155d..60ee049 100644
--- a/include/rand.h
+++ b/include/rand.h
@@ -1,3 +1,4 @@
+/*
# rand.h: declarations for pseudo-random number generator.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef RAND_H
diff --git a/include/report.h b/include/report.h
index 2c70681..7a3b2d0 100644
--- a/include/report.h
+++ b/include/report.h
@@ -1,3 +1,4 @@
+/*
# report.h: status reporting routines.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef REPORT_H
diff --git a/include/scaled-num.h b/include/scaled-num.h
index de9c3b0..46c05d8 100644
--- a/include/scaled-num.h
+++ b/include/scaled-num.h
@@ -1,3 +1,4 @@
+/*
# scaled-num.h: declarations for ``scaled'' numbers, which are a 32-bit
# word with 16 bits of fraction.
#
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef SCALED_NUM_H
diff --git a/include/spline.h b/include/spline.h
index dc921c3..50ebeef 100644
--- a/include/spline.h
+++ b/include/spline.h
@@ -1,3 +1,4 @@
+/*
# spline.h: manipulate the spline representation.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef SPLINE_H
diff --git a/include/statistics.h b/include/statistics.h
index eead2e4..a56f314 100644
--- a/include/statistics.h
+++ b/include/statistics.h
@@ -1,3 +1,4 @@
+/*
# statistics.h: find the first and second moments.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef STATISTICS_H
#define STATISTICS_H
diff --git a/include/str-lcase.h b/include/str-lcase.h
index 7e809e1..95a10e5 100644
--- a/include/str-lcase.h
+++ b/include/str-lcase.h
@@ -1,3 +1,4 @@
+/*
# str-lcase.h: convert a string to lowercase.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,8 +16,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# This file was part of the GNU C Library.
+*/
#ifndef STR_LCASE_H
#define STR_LCASE_H
diff --git a/include/str-list.h b/include/str-list.h
index 3e222c1..ebd012d 100644
--- a/include/str-list.h
+++ b/include/str-list.h
@@ -1,3 +1,4 @@
+/*
# str-list.h: Declarations for string lists.
#
# Copyright (C) 1993, 1994, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_STR_LIST_H
diff --git a/include/systypes.h b/include/systypes.h
index b69e0c9..50ae7ad 100644
--- a/include/systypes.h
+++ b/include/systypes.h
@@ -1,3 +1,4 @@
+/*
# c-systypes.h: include <sys/types.h>.
#
# Copyright (C) 1993, 2011 Free Software Foundation, Inc.
@@ -15,10 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# It's too bad we need this file,
# but some systems don't protect <sys/types.h> from multiple
# inclusions, and I'm not willing to put up with that.
+*/
#ifndef C_SYSTYPES_H
#define C_SYSTYPES_H
diff --git a/include/tex-file.h b/include/tex-file.h
index 83b0a5c..c5d4739 100644
--- a/include/tex-file.h
+++ b/include/tex-file.h
@@ -1,3 +1,4 @@
+/*
# tex-file.h: find files in a particular format.
#
# Copyright (C) 1993, 1994, 1995, 1996, 2011 Free Software Foundation, Inc.
@@ -16,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_TEX_FILE_H
diff --git a/include/tfm.h b/include/tfm.h
index 452722b..2ce69e7 100644
--- a/include/tfm.h
+++ b/include/tfm.h
@@ -1,3 +1,4 @@
+/*
# tfm.h: read and write TeX font metric files.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,9 +16,13 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
+/*
# See Metafont: The Program, by Don Knuth, (Volume D of Computers & Typesetting
# , chapter 45, among other places, for the precise definition of this format.
+*/
#ifndef TFM_FONT_LIBRARY_H
#define TFM_FONT_LIBRARY_H
diff --git a/include/types.h b/include/types.h
index 321230c..a7d10e6 100644
--- a/include/types.h
+++ b/include/types.h
@@ -1,3 +1,4 @@
+/*
# types.h: general types.
#
# Copyright (C) 1993, 1995, 1996, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef KPATHSEA_TYPES_H
diff --git a/include/varstring.h b/include/varstring.h
index 3255933..7666bd3 100644
--- a/include/varstring.h
+++ b/include/varstring.h
@@ -1,3 +1,4 @@
+/*
# varstring.h: variable-length strings.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef VARSTRING_H
diff --git a/include/vector.h b/include/vector.h
index a10c355..5a3754f 100644
--- a/include/vector.h
+++ b/include/vector.h
@@ -1,3 +1,4 @@
+/*
# vector.h: operations on vectors and points.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef VECTOR_H
diff --git a/include/xmessage.h b/include/xmessage.h
index ffb3045..a3bcee2 100644
--- a/include/xmessage.h
+++ b/include/xmessage.h
@@ -1,3 +1,4 @@
+/*
# message.h: temporarily display a message under X11.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
#ifndef MESSAGE_H
diff --git a/include/xt-common.h b/include/xt-common.h
index edfc2c2..39df4a1 100644
--- a/include/xt-common.h
+++ b/include/xt-common.h
@@ -1,3 +1,4 @@
+/*
# xt-common.h: declarations that all programs using Xt need.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+
#ifndef XT_COMMON_H
#define XT_COMMON_H