summaryrefslogtreecommitdiff
path: root/tfm
diff options
context:
space:
mode:
Diffstat (limited to 'tfm')
-rw-r--r--tfm/fontdimen.c2
-rw-r--r--tfm/tfm_char.c2
-rw-r--r--tfm/tfm_fontdim.c2
-rw-r--r--tfm/tfm_header.c2
-rw-r--r--tfm/tfm_input.c2
-rw-r--r--tfm/tfm_kern.c3
-rw-r--r--tfm/tfm_ligature.c3
-rw-r--r--tfm/tfm_output.c6
8 files changed, 22 insertions, 0 deletions
diff --git a/tfm/fontdimen.c b/tfm/fontdimen.c
index 61067d3..779af16 100644
--- a/tfm/fontdimen.c
+++ b/tfm/fontdimen.c
@@ -1,3 +1,4 @@
+/*
# fontdimen.c: handle TFM fontdimens a.k.a. font parameters.
#
# 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/>.
#
+*/
#include "config.h"
diff --git a/tfm/tfm_char.c b/tfm/tfm_char.c
index 413b096..9dfe978 100644
--- a/tfm/tfm_char.c
+++ b/tfm/tfm_char.c
@@ -1,3 +1,4 @@
+/*
# tfm_util.c: routines independent of reading or writing a particular font.
#
# 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/>.
#
+*/
#include "config.h"
diff --git a/tfm/tfm_fontdim.c b/tfm/tfm_fontdim.c
index 3837357..ede9a12 100644
--- a/tfm/tfm_fontdim.c
+++ b/tfm/tfm_fontdim.c
@@ -1,3 +1,4 @@
+/*
# fontdimen.c: handle TFM fontdimens a.k.a. font parameters.
#
# 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/>.
#
+*/
#include "config.h"
diff --git a/tfm/tfm_header.c b/tfm/tfm_header.c
index df8c2d6..a96afae 100644
--- a/tfm/tfm_header.c
+++ b/tfm/tfm_header.c
@@ -1,3 +1,4 @@
+/*
# tfm_header.c: deal with the TFM header bytes.
#
# 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/>.
#
+*/
#include "config.h"
diff --git a/tfm/tfm_input.c b/tfm/tfm_input.c
index ce4e9ac..587a2ae 100644
--- a/tfm/tfm_input.c
+++ b/tfm/tfm_input.c
@@ -1,3 +1,4 @@
+/*
# tfm_input.c: read a TFM file.
#
# Copyright (C) 1992, 2004, 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/>.
#
+*/
#include "config.h"
diff --git a/tfm/tfm_kern.c b/tfm/tfm_kern.c
index 3de2ac0..6218c01 100644
--- a/tfm/tfm_kern.c
+++ b/tfm/tfm_kern.c
@@ -1,3 +1,4 @@
+/*
# tfm_kern.c: deal with TFM kern 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/>.
#
+*/
+
#include "config.h"
diff --git a/tfm/tfm_ligature.c b/tfm/tfm_ligature.c
index d6a0014..ee42aa7 100644
--- a/tfm/tfm_ligature.c
+++ b/tfm/tfm_ligature.c
@@ -1,3 +1,4 @@
+/*
# tfm_ligature.c: deal with TFM ligature 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/>.
#
+*/
+
#include "config.h"
diff --git a/tfm/tfm_output.c b/tfm/tfm_output.c
index b8e5b17..4e3f2f9 100644
--- a/tfm/tfm_output.c
+++ b/tfm/tfm_output.c
@@ -1,3 +1,4 @@
+/*
# tfm_output.c: write property list files
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,11 +16,16 @@
# 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 human-readable equivalent
# of TFM files), and convert them to TFM format. PL format is
# described in the source code to the TeX utility PLtoTF, by Donald
# Knuth.
+*/
+
#include "config.h"
#include "concatn.h"