chiark / gitweb /
Copyright notices
[vbig.git] / README
1 vbig
2 ====
3
4 vbig creates or verifies a file full of psuedo-random data.
5
6 Installation
7 ============
8
9   ./configure
10   make
11   sudo make install
12
13 If building from git, do './autogen.sh' first.
14
15 Author
16 ======
17
18 Copyright (C) 2011 Richard Kettlewell
19 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
20
21 This program is free software: you can redistribute it and/or modify
22 it under the terms of the GNU General Public License as published by
23 the Free Software Foundation, either version 3 of the License, or
24 (at your option) any later version.
25
26 This program is distributed in the hope that it will be useful,
27 but WITHOUT ANY WARRANTY; without even the implied warranty of
28 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29 GNU General Public License for more details.
30
31 You should have received a copy of the GNU General Public License
32 along with this program.  If not, see <http://www.gnu.org/licenses/>.