* Add this nice filesystem testing tool that I've recently
[dragonfly.git] / contrib / bc / h / version.h
1 /* version.h: version information for GNU bc and GNU dc */
2
3 /* This file is part of GNU bc and GNU dc.
4  * Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2, or (at your option)
9  * any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, you can either send email to this
18  * program's author (see below) or write to: The Free Software Foundation,
19  * Inc.; 675 Mass Ave. Cambridge, MA 02139, USA.
20  */
21
22 #define BC_VERSION  \
23 "bc 1.05\n\
24 Copyright 1991, 1992, 1993, 1994, 1997, 1998 Free Software Foundation, Inc."
25
26 #define DC_VERSION \
27 "dc 1.2 (GNU bc 1.05)\n\
28 Copyright 1994, 1997, 1998 Free Software Foundation, Inc."