summaryrefslogtreecommitdiff
path: root/imageto/input-pbm.c
diff options
context:
space:
mode:
Diffstat (limited to 'imageto/input-pbm.c')
-rw-r--r--imageto/input-pbm.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/imageto/input-pbm.c b/imageto/input-pbm.c
index 6143214..c08647e 100644
--- a/imageto/input-pbm.c
+++ b/imageto/input-pbm.c
@@ -1,20 +1,20 @@
-/* input-pbm.c: read PBM files.
-
-Copyright (C) 1990, 1991, 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. */
+# input-pbm.c: read PBM files.
+#
+# Copyright (C) 1990, 1991, 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/>.
+#
#include "config.h"
@@ -33,7 +33,7 @@ static FILE *pbm_input_file;
static string pbm_input_filename;
-
+
/* Only one file can be open at a time. We do no path searching. If
FILENAME can't be opened, we quit. */
@@ -59,7 +59,7 @@ pbm_close_input_file ()
}
-
+
/* Read the header information.
Modifies the global image_header in main.c. */
@@ -76,7 +76,7 @@ pbm_get_header ()
}
-
+
/* Read one scanline of the image. */
boolean