source: vendor/bash/3.1/lib/termcap/version.c

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 906 bytes
Line 
1/* Copyright (C) 1985-2002 Free Software Foundation, Inc.
2
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
7
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
11 Public License for more details.
12
13 You should have received a copy of the GNU General Public License along
14 with this program; see the file COPYING. If not, write to the Free
15 Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */
16
17/* Make the library identifiable with the RCS ident command. */
18static char *termcap_version_string = "\n$Version: GNU termcap 1.3 $\n";
Note: See TracBrowser for help on using the repository browser.