summaryrefslogtreecommitdiff
path: root/lib/file-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file-input.c')
-rw-r--r--lib/file-input.c39
1 files changed, 20 insertions, 19 deletions
diff --git a/lib/file-input.c b/lib/file-input.c
index c80e714..e554699 100644
--- a/lib/file-input.c
+++ b/lib/file-input.c
@@ -1,21 +1,22 @@
-/* file-input.c: file reading routines for binary files in BigEndian
- order, 2's complement representation.
+# file-input.c: file reading routines for binary files in BigEndian
+# order, 2's complement 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. */
#include "config.h"
@@ -89,7 +90,7 @@ get_n_bytes (unsigned n, FILE *f, string filename)
}
-
+
/* Reading backwards. This macro is shared among all the routines by assuming
the name `f' for the file pointer. */
@@ -134,7 +135,7 @@ get_previous_four (FILE *f, string filename)
}
-
+
/* Looking for specific values in the input. */
void