X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fregression.q;h=b672897435040fb730b6ac92aa3b32044bca36af;hb=7ab82b3611af18b549da4ac24893d0b44713409c;hp=5d95f050972e48e54e90e39ce319cdea2738ab00;hpb=ed9dc1a44fb30be37c3133def2917f3804d8f385;p=pspp-builds.git diff --git a/src/regression.q b/src/regression.q index 5d95f050..b6728974 100644 --- a/src/regression.q +++ b/src/regression.q @@ -484,7 +484,6 @@ subcommand_export (int export, pspp_linreg_cache *c) assert (model_file != NULL); assert (fp != NULL); fp = fopen (handle_get_filename (model_file), "w"); - 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"); fprintf (fp, "#include \n\n"); fprintf (fp, "double\npspp_reg_estimate (const double *var_vals, const char *[] var_names)\n{\n\tchar *model_depvars[%d] = {", c->n_indeps); for (i = 1; i < c->n_indeps; i++)