X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.h;h=9dbd773370afaa2a60aa90f6ae63e778c44f7be7;hb=8c40e5a3cb30d168600068f83fa8abd564f2b3ef;hp=570ee4620b8f2920048cd24279caccfcd36dbd83;hpb=8021cf8974a46fe82af7b8952e448c0ea6858a48;p=pspp-builds.git diff --git a/src/data/dictionary.h b/src/data/dictionary.h index 570ee462..9dbd7733 100644 --- a/src/data/dictionary.h +++ b/src/data/dictionary.h @@ -1,20 +1,18 @@ -/* PSPP - computes sample statistics. +/* PSPP - a program for statistical analysis. Copyright (C) 2004, 2007 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 DICTIONARY_H #define DICTIONARY_H @@ -90,7 +88,7 @@ bool dict_rename_vars (struct dictionary *, struct ccase; struct variable *dict_get_weight (const struct dictionary *); -double dict_get_case_weight (const struct dictionary *, +double dict_get_case_weight (const struct dictionary *, const struct ccase *, bool *); void dict_set_weight (struct dictionary *, struct variable *); @@ -125,7 +123,7 @@ const char *dict_get_label (const struct dictionary *); void dict_set_label (struct dictionary *, const char *); /* Fixed length of lines in dictionary documents. */ -#define DOC_LINE_LENGTH 80 +#define DOC_LINE_LENGTH 80 const char *dict_get_documents (const struct dictionary *); void dict_set_documents (struct dictionary *, const char *);