X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Ffile-handle-def.h;h=0a79309576e62a4cca91e0189f7d11d73f956aa5;hb=c17ea35a73b7a690a54c5c6a213de19f0376e74f;hp=a3d837ab924b0a60af7a4bf319eabe0c31bef4ca;hpb=9aac12c2130257396c9ee4ee7860f618dcb202b0;p=pspp diff --git a/src/data/file-handle-def.h b/src/data/file-handle-def.h index a3d837ab92..0a79309576 100644 --- a/src/data/file-handle-def.h +++ b/src/data/file-handle-def.h @@ -1,20 +1,18 @@ -/* PSPP - computes sample statistics. +/* PSPP - a program for statistical analysis. Copyright (C) 1997-9, 2000, 2005, 2006 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 2 of the - License, or (at your option) any later version. + 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. + 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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef FILE_HANDLE_DEF_H #define FILE_HANDLE_DEF_H @@ -40,7 +38,7 @@ enum fh_mode }; /* Properties of a file handle. */ -struct fh_properties +struct fh_properties { enum fh_mode mode; /* File mode. */ size_t record_width; /* Length of fixed-format records. */