summaryrefslogtreecommitdiff
path: root/include/spline.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spline.h')
-rw-r--r--include/spline.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/include/spline.h b/include/spline.h
index 92f557e..dc921c3 100644
--- a/include/spline.h
+++ b/include/spline.h
@@ -1,20 +1,21 @@
-/* spline.h: manipulate the spline representation.
+# spline.h: manipulate the spline representation.
+#
+# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
+#
+# This program 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.
+#
+# This program 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
-Copyright (C) 1992, 2011 Free Software Foundation, Inc.
-
-This program 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, or (at your option)
-any later version.
-
-This program 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.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef SPLINE_H
#define SPLINE_H
@@ -62,7 +63,7 @@ extern void print_spline (FILE *, spline_type);
extern real_coordinate_type evaluate_spline (spline_type spline, real t);
-
+
/* Each outline in a character is typically represented by many
splines. So, here is a list structure for that: */
typedef struct
@@ -104,7 +105,7 @@ extern void append_spline (spline_list_type *s_list, spline_type s);
extern void concat_spline_lists (spline_list_type *s1, spline_list_type s2);
-
+
/* Each character is in general made up of many outlines. So here is one
more list structure. */
typedef struct