Add some missing license notices
[skeinsum.git] / README
1 skeinsum is an implementation of version 1.3 of the Skein cryptographic hash 
2 function. It is licensed under version 3 of the GNU General Public License 
3 or, at your option, any later version. See COPYING for details.
4
5 First run autoreconf --install; then see the INSTALL file for 
6 installation information.
7
8 Once the software is installed, invoke skein256sum, skein512sum, or 
9 skein1024sum with the --help option to see usage information.
10
11 The skeinsum home page is http://jxself.org/skein.shtml.
12
13 Information about the Skein cryptographic hash function itself is available 
14 at http://www.skein-hash.info/
15
16 --
17 This file is part of skeinsum.
18
19 skeinsum is free software: you can redistribute it and/or modify it
20 under the terms of the GNU General Public License as published by
21 the Free Software Foundation, either version 3 of the License, or
22 (at your option) any later version.
23
24 skeinsum is distributed in the hope that it will be useful, but
25 WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27 General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with skeinsum. If not, see <http://www.gnu.org/licenses/>.