=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/fit.h,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/fit.h 2000/01/22 14:15:55 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/fit.h 2003/09/15 07:09:23 1.1.1.3 @@ -1,5 +1,17 @@ -/* $Id: fit.h,v 1.1.1.2 2000/01/22 14:15:55 maekawa Exp $ */ +/* $Id: fit.h,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ */ +/* GNUPLOT - fit.h */ + +/* NOTICE: Change of Copyright Status + * + * The author of this module, Carsten Grammes, has expressed in + * personal email that he has no more interest in this code, and + * doesn't claim any copyright. He has agreed to put this module + * into the public domain. + * + * Lars Hecking 15-02-1999 + */ + /* * Header file: public functions in fit.c * @@ -19,8 +31,8 @@ */ -#ifndef FIT_H /* avoid multiple inclusions */ -#define FIT_H +#ifndef GNUPLOT_FIT_H /* avoid multiple inclusions */ +#define GNUPLOT_FIT_H #ifdef EXT #undef EXT