summaryrefslogtreecommitdiff
path: root/gf
diff options
context:
space:
mode:
authorstyluseater <styluseater>2011-03-04 02:23:50 +0000
committerstyluseater <styluseater>2011-03-04 02:23:50 +0000
commit23b3072de3bd7d50b1ebf31ac908b7988cbeb835 (patch)
tree7a7405b07a6a5657f3d32417ec9788434b3e4539 /gf
parent64e484ca714cd4d928cf47a6556745a62de09c65 (diff)
downloadfontutils-23b3072de3bd7d50b1ebf31ac908b7988cbeb835.tar.gz
Fix stupid comment errors on almost every file. Fix license on a few files.
Diffstat (limited to 'gf')
-rw-r--r--gf/gf_input.c2
-rw-r--r--gf/gf_opcodes.h2
-rw-r--r--gf/gf_output.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/gf/gf_input.c b/gf/gf_input.c
index 1ba0d19..d0cdb35 100644
--- a/gf/gf_input.c
+++ b/gf/gf_input.c
@@ -1,3 +1,4 @@
+/*
# gf_input.c: read objects from one GF 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/gf/gf_opcodes.h b/gf/gf_opcodes.h
index fc765e5..6fcd205 100644
--- a/gf/gf_opcodes.h
+++ b/gf/gf_opcodes.h
@@ -1,3 +1,4 @@
+/*
# gf_opcodes.h: symbolic names for the GF commands.
#
# 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 GF_OPCODES_H
#define GF_OPCODES_H
diff --git a/gf/gf_output.c b/gf/gf_output.c
index 3978df4..ea94bcc 100644
--- a/gf/gf_output.c
+++ b/gf/gf_output.c
@@ -1,3 +1,4 @@
+/*
# gf_output.c: write objects to one GF file.
#
# 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"