Blame src/version.h

Packit 0986c0
/*
Packit 0986c0
 * $Id: version.h,v 1.5 2006/08/05 21:33:15 sfeam Exp $
Packit 0986c0
 */
Packit 0986c0
Packit 0986c0
/* GNUPLOT - version.h */
Packit 0986c0
Packit 0986c0
/*[
Packit 0986c0
 * Copyright 2000, 2004   Thomas Williams, Colin Kelley
Packit 0986c0
 *
Packit 0986c0
 * Permission to use, copy, and distribute this software and its
Packit 0986c0
 * documentation for any purpose with or without fee is hereby granted,
Packit 0986c0
 * provided that the above copyright notice appear in all copies and
Packit 0986c0
 * that both that copyright notice and this permission notice appear
Packit 0986c0
 * in supporting documentation.
Packit 0986c0
 *
Packit 0986c0
 * Permission to modify the software is granted, but not the right to
Packit 0986c0
 * distribute the complete modified source code.  Modifications are to
Packit 0986c0
 * be distributed as patches to the released version.  Permission to
Packit 0986c0
 * distribute binaries produced by compiling modified sources is granted,
Packit 0986c0
 * provided you
Packit 0986c0
 *   1. distribute the corresponding source modifications from the
Packit 0986c0
 *    released version in the form of a patch file along with the binaries,
Packit 0986c0
 *   2. add special version identification to distinguish your version
Packit 0986c0
 *    in addition to the base release version number,
Packit 0986c0
 *   3. provide your name and address as the primary contact for the
Packit 0986c0
 *    support of your modified version, and
Packit 0986c0
 *   4. retain our contact information in regard to use of the base
Packit 0986c0
 *    software.
Packit 0986c0
 * Permission to distribute the released version of the source code along
Packit 0986c0
 * with corresponding source modifications in the form of a patch file is
Packit 0986c0
 * granted with same provisions 2 through 4 for binary distributions.
Packit 0986c0
 *
Packit 0986c0
 * This software is provided "as is" without express or implied warranty
Packit 0986c0
 * to the extent permitted by applicable law.
Packit 0986c0
]*/
Packit 0986c0
Packit 0986c0
#ifndef GNUPLOT_VERSION_H
Packit 0986c0
#define GNUPLOT_VERSION_H
Packit 0986c0
Packit 0986c0
#include "syscfg.h"
Packit 0986c0
Packit 0986c0
extern const char gnuplot_version[];
Packit 0986c0
extern const char gnuplot_patchlevel[];
Packit 0986c0
extern const char gnuplot_date[];
Packit 0986c0
extern const char gnuplot_copyright[];
Packit 0986c0
extern const char faq_location[];
Packit 0986c0
extern const char bug_email[];
Packit 0986c0
extern const char help_email[];
Packit 0986c0
Packit 0986c0
extern char *compile_options;
Packit 0986c0
Packit 0986c0
#endif /* GNUPLOT_VERSION_H */