Jason H Stover <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
web: http://benpfaff.org
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev