X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=makefile.am;fp=makefile.am;h=8aea02c7bed1eb6fa3add57400dca098e769619b;hp=567b9231698fd44193a7a17021a13c600f47c2f6;hb=1de11a072b602fe586758d5e1670fa55d286cfba;hpb=c8a25186e510d8f15e54a5b4763e30e0ee9981f4 diff --git a/makefile.am b/makefile.am index 567b923..8aea02c 100644 --- a/makefile.am +++ b/makefile.am @@ -1,3 +1,18 @@ +# This file is part of skeinsum. +# +# skeinsum is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# skeinsum is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with skeinsum. If not, see . + bin_PROGRAMS = skein256sum skein512sum skein1024sum skein256sum_SOURCES = skeinapi_ref.c skein.c skein256.c skein_block.c skein_debug.c skein_cli.c skein512sum_SOURCES = skeinapi_ref.c skein.c skein512.c skein_block.c skein_debug.c skein_cli.c