summaryrefslogtreecommitdiff
path: root/include/concatn.h
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 /include/concatn.h
parent64e484ca714cd4d928cf47a6556745a62de09c65 (diff)
downloadfontutils-23b3072de3bd7d50b1ebf31ac908b7988cbeb835.tar.gz
Fix stupid comment errors on almost every file. Fix license on a few files.
Diffstat (limited to 'include/concatn.h')
-rw-r--r--include/concatn.h4
1 files changed, 4 insertions, 0 deletions
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