pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pspp-cvs] pspp/src regression.q


From: Ben Pfaff
Subject: Re: [Pspp-cvs] pspp/src regression.q
Date: Thu, 15 Dec 2005 15:54:37 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Jason H Stover <address@hidden> writes:

> +      fprintf (fp, "/* PSPP-generated linear regression model.\n   Copyright 
> (C) 2005 Free Software Foundation, Inc.\n   Generated by the GNU PSPP 
> regression procedure.\n\n   This program is free software; you can 
> redistribute it and/or\n   modify it under the terms of the GNU General 
> Public License as\n   published by the Free Software Foundation; either 
> version 2 of the\n   License, or (at your option) any later version.\n\n   
> This program is distributed in the hope that it will be useful, but\n   
> WITHOUT ANY WARRANTY; without even the implied warranty of\n   
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n   General 
> Public License for more details.\n\n   You should have received a copy of the 
> GNU General Public License\n   along with GNU PSPP; if not, write to the Free 
> Software\n   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n  
>  02110-1301, USA. */\n\n");

That's a really long line.

But, mostly, are you sure that PSPP *output* should be covered by
the GPL?  That's not the common practice with GNU programs.

> +      fprintf (fp, "#include <string.h>\n\n");
> +      fprintf (fp, "double\npspp_reg_estimate (const double *var_vals, conts 
> char *[] var_names)\n{\n\tchar *model_depvars[%d] = {", c->n_indeps);

conts -> const
-- 
Ben Pfaff 
email: address@hidden
web: http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]